質問編集履歴

5

参考サイト、タグ、コードの追加

2021/10/25 08:29

投稿

SA-_.
SA-_.

スコア0

test CHANGED
File without changes
test CHANGED
@@ -2,8 +2,30 @@
2
2
 
3
3
 
4
4
 
5
- ``` ここに言語を入力 View In Browser.sublime-settings コード { "posix": { "linux": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "linux2": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "darwin": { "firefox": "open -a \"/Applications/Firefox.app\"", "safari": "open -a \"/Applications/Safari.app\"", "chrome": "open -a \"/Applications/Google Chrome.app\"", "chrome64": "open -a \"/Applications/Google Chrome.app\"", "yandex": "open -a \"/Applications/Yandex.app\"" } }, "nt": { "win32": { "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab", "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe", "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe" } }, "browser": "firefox" } ```
5
+ ```ここに言語を入力
6
6
 
7
7
 
8
8
 
9
- ```ここに言語を入力 Default(Windows).sublime-keymap コード [ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" }, { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } }, { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } }, { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } }, { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } } ] ```
9
+ View In Browser.sublime-settings
10
+
11
+
12
+
13
+ コード { "posix": { "linux": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "linux2": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "darwin": { "firefox": "open -a \"/Applications/Firefox.app\"", "safari": "open -a \"/Applications/Safari.app\"", "chrome": "open -a \"/Applications/Google Chrome.app\"", "chrome64": "open -a \"/Applications/Google Chrome.app\"", "yandex": "open -a \"/Applications/Yandex.app\"" } }, "nt": { "win32": { "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab", "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe", "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe" } }, "browser": "firefox" }
14
+
15
+
16
+
17
+ ```
18
+
19
+
20
+
21
+ ```
22
+
23
+ ここに言語を入力 Default(Windows).sublime-keymap
24
+
25
+
26
+
27
+ コード [ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" }, { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } }, { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } }, { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } }, { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } } ]
28
+
29
+
30
+
31
+ ```

4

参考サイト、タグ、コードの追加

2021/10/25 08:29

投稿

SA-_.
SA-_.

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1 +1,9 @@
1
- OSはWindows10です。サブライムテキストをインストールし、View In Browserもインストール、Preference > Package Settings >View in Browserも表示され、Preference > Package Settings >View in Browser > Settings – Defaultにてキーの設定も出来ているのですが、例えばGoogleChromeを開くためのショートカットキーを押しても無反応です。個人ブログやYouTubeなどでも色々調べて試したのですが無反応のまま…ソフトも完全にアンインストール出来ない状態で(日本語化のファイルを消してみましたが変わらず)お手上げです。ブラウザのパスも合っているはずです。 初心者のためあまり専門用語を使えずにお恥ずかしい限りですが何かご指導頂けると幸いです。サブライムテキスト専用の本やサイトなどもあったら教えて頂からと嬉しいです。よろしくお願いします。 こちらのサイトを参考にさせていただき、日本語化には成功しました。 https://eureka45.net/tool/sublimetext-settings/ ご指摘ありがとうございます!以下にブラウザプレビューのためのPackage Controlを貼ります。ご教授いただけると幸いです。 ``` ここに言語を入力 View In Browser.sublime-settings コード { "posix": { "linux": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "linux2": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "darwin": { "firefox": "open -a \"/Applications/Firefox.app\"", "safari": "open -a \"/Applications/Safari.app\"", "chrome": "open -a \"/Applications/Google Chrome.app\"", "chrome64": "open -a \"/Applications/Google Chrome.app\"", "yandex": "open -a \"/Applications/Yandex.app\"" } }, "nt": { "win32": { "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab", "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe", "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe" } }, "browser": "firefox" } ``` ```ここに言語を入力 Default(Windows).sublime-keymap コード [ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" }, { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } }, { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } }, { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } }, { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } } ] ```
1
+ OSはWindows10です。サブライムテキストをインストールし、View In Browserもインストール、Preference > Package Settings >View in Browserも表示され、Preference > Package Settings >View in Browser > Settings – Defaultにてキーの設定も出来ているのですが、例えばGoogleChromeを開くためのショートカットキーを押しても無反応です。個人ブログやYouTubeなどでも色々調べて試したのですが無反応のまま…ソフトも完全にアンインストール出来ない状態で(日本語化のファイルを消してみましたが変わらず)お手上げです。ブラウザのパスも合っているはずです。 初心者のためあまり専門用語を使えずにお恥ずかしい限りですが何かご指導頂けると幸いです。サブライムテキスト専用の本やサイトなどもあったら教えて頂からと嬉しいです。よろしくお願いします。 こちらのサイトを参考にさせていただき、日本語化には成功しました。 https://eureka45.net/tool/sublimetext-settings/ ご指摘ありがとうございます!以下にブラウザプレビューのためのPackage Controlを貼ります。ご教授いただけると幸いです。
2
+
3
+
4
+
5
+ ``` ここに言語を入力 View In Browser.sublime-settings コード { "posix": { "linux": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "linux2": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "darwin": { "firefox": "open -a \"/Applications/Firefox.app\"", "safari": "open -a \"/Applications/Safari.app\"", "chrome": "open -a \"/Applications/Google Chrome.app\"", "chrome64": "open -a \"/Applications/Google Chrome.app\"", "yandex": "open -a \"/Applications/Yandex.app\"" } }, "nt": { "win32": { "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab", "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe", "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe" } }, "browser": "firefox" } ```
6
+
7
+
8
+
9
+ ```ここに言語を入力 Default(Windows).sublime-keymap コード [ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" }, { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } }, { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } }, { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } }, { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } } ] ```

3

参考サイト、タグ、コードの追加

2021/10/25 08:26

投稿

SA-_.
SA-_.

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,129 +1 @@
1
- こちらのサイトを参考にさせていただき、日本語化には成功しました。
2
-
3
- https://eureka45.net/tool/sublimetext-settings/
4
-
5
-
6
-
7
- ご指摘ありがとうございます!以下にブラウザプレビューのためのPackage Controlを貼ります。ご教授いただけると幸いです。
8
-
9
-
10
-
11
- ```
12
-
13
- ここに言語を入力
14
-
15
-
16
-
17
- View In Browser.sublime-settings
18
-
19
-
20
-
21
- コード
22
-
23
-
24
-
25
- {
26
-
27
- "posix": {
28
-
29
- "linux": {
30
-
31
- "firefox": "firefox -new-tab",
32
-
33
- "chrome": "google-chrome",
34
-
35
- "chrome64": "google-chrome",
36
-
37
- "chromium": "chromium"
38
-
39
- },
40
-
41
- "linux2": {
42
-
43
- "firefox": "firefox -new-tab",
44
-
45
- "chrome": "google-chrome",
46
-
47
- "chrome64": "google-chrome",
48
-
49
- "chromium": "chromium"
50
-
51
- },
52
-
53
- "darwin": {
54
-
55
- "firefox": "open -a \"/Applications/Firefox.app\"",
56
-
57
- "safari": "open -a \"/Applications/Safari.app\"",
58
-
59
- "chrome": "open -a \"/Applications/Google Chrome.app\"",
60
-
61
- "chrome64": "open -a \"/Applications/Google Chrome.app\"",
62
-
63
- "yandex": "open -a \"/Applications/Yandex.app\""
64
-
65
- }
66
-
67
- },
68
-
69
- "nt": {
70
-
71
- "win32": {
72
-
73
- "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab",
74
-
75
- "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe",
76
-
77
- "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",
78
-
79
- "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",
80
-
81
- "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe"
82
-
83
- }
84
-
85
- },
86
-
87
-
88
-
89
- "browser": "firefox"
90
-
91
- }
92
-
93
-
94
-
95
- ```
96
-
97
-
98
-
99
- ```ここに言語を入力
100
-
101
-
102
-
103
- Default(Windows).sublime-keymap
104
-
105
-
106
-
107
-
108
-
109
- コード
110
-
111
-
112
-
113
- [
114
-
115
- { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" },
116
-
117
- { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } },
118
-
119
- { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } },
120
-
121
- { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } },
122
-
123
- { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } }
124
-
125
- ]
126
-
127
-
128
-
129
- ```
1
+ OSはWindows10です。サブライムテキストをインストールし、View In Browserもインストール、Preference > Package Settings >View in Browserも表示され、Preference > Package Settings >View in Browser > Settings – Defaultにてキーの設定も出来ているのですが、例えばGoogleChromeを開くためのショートカットキーを押しても無反応です。個人ブログやYouTubeなどでも色々調べて試したのですが無反応のまま…ソフトも完全にアンインストール出来ない状態で(日本語化のファイルを消してみましたが変わらず)お手上げです。ブラウザのパスも合っているはずです。 初心者のためあまり専門用語を使えずにお恥ずかしい限りですが何かご指導頂けると幸いです。サブライムテキスト専用の本やサイトなどもあったら教えて頂からと嬉しいです。よろしくお願いします。 こちらのサイトを参考にさせていただき、日本語化には成功しました。 https://eureka45.net/tool/sublimetext-settings/ ご指摘ありがとうございます!以下にブラウザプレビューのためのPackage Controlを貼ります。ご教授いただけると幸いです。 ``` ここに言語を入力 View In Browser.sublime-settings コード { "posix": { "linux": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "linux2": { "firefox": "firefox -new-tab", "chrome": "google-chrome", "chrome64": "google-chrome", "chromium": "chromium" }, "darwin": { "firefox": "open -a \"/Applications/Firefox.app\"", "safari": "open -a \"/Applications/Safari.app\"", "chrome": "open -a \"/Applications/Google Chrome.app\"", "chrome64": "open -a \"/Applications/Google Chrome.app\"", "yandex": "open -a \"/Applications/Yandex.app\"" } }, "nt": { "win32": { "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab", "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe", "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe" } }, "browser": "firefox" } ``` ```ここに言語を入力 Default(Windows).sublime-keymap コード [ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" }, { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } }, { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } }, { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } }, { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } } ] ```

2

参考サイト、タグ、コードの追加

2021/10/25 08:25

投稿

SA-_.
SA-_.

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,129 @@
1
- OSはWindows10です。ブラムテキストをインストールし、View In Browserもインストール、Preference > Package Settings >View in Browserも表示れ、Preference > Package Settings >View in Browser > Settings – Defaultにキーの設定も出来てるのですが例えばGoogleChromeを開くためのショートカットキーを押しても無反応です。個人ブログやYouTubeなどでも色々調べて試したのですが無反応のまま…ソフトも完全にアンインストール出来ない状態で(日本語化のファイルを消てみましたが変わらず)お手上げですブラウザのパスも合っているはずです。
1
+ こちらのサイトを参考にていただき、日本語化には成功しました。
2
+
3
+ https://eureka45.net/tool/sublimetext-settings/
2
4
 
3
5
 
4
6
 
7
+ ご指摘ありがとうございます!以下にブラウザプレビューのためのPackage Controlを貼ります。ご教授いただけると幸いです。
8
+
9
+
10
+
11
+ ```
12
+
13
+ ここに言語を入力
14
+
15
+
16
+
17
+ View In Browser.sublime-settings
18
+
19
+
20
+
21
+ コード
22
+
23
+
24
+
25
+ {
26
+
27
+ "posix": {
28
+
29
+ "linux": {
30
+
31
+ "firefox": "firefox -new-tab",
32
+
33
+ "chrome": "google-chrome",
34
+
35
+ "chrome64": "google-chrome",
36
+
37
+ "chromium": "chromium"
38
+
39
+ },
40
+
41
+ "linux2": {
42
+
43
+ "firefox": "firefox -new-tab",
44
+
45
+ "chrome": "google-chrome",
46
+
47
+ "chrome64": "google-chrome",
48
+
49
+ "chromium": "chromium"
50
+
51
+ },
52
+
53
+ "darwin": {
54
+
5
- 初心者のためあまり専門用語を使えずにお恥ずかしい限りですが何かご指導頂けると幸いです。サブライムテキスト専用の本やサイトなどもあったら教えて頂からと嬉しいです。よろしくお願いします。
55
+ "firefox": "open -a \"/Applications/Firefox.app\"",
56
+
57
+ "safari": "open -a \"/Applications/Safari.app\"",
58
+
59
+ "chrome": "open -a \"/Applications/Google Chrome.app\"",
60
+
61
+ "chrome64": "open -a \"/Applications/Google Chrome.app\"",
62
+
63
+ "yandex": "open -a \"/Applications/Yandex.app\""
64
+
65
+ }
66
+
67
+ },
68
+
69
+ "nt": {
70
+
71
+ "win32": {
72
+
73
+ "firefox": "C:\Program Files\Mozilla Firefox\firefox.exe -new-tab",
74
+
75
+ "iexplore": "C:\Program Files\Internet Explorer\iexplore.exe",
76
+
77
+ "chrome": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",
78
+
79
+ "chrome64": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe",
80
+
81
+ "yandex": "%Local AppData%\Yandex\YandexBrowser\browser.exe"
82
+
83
+ }
84
+
85
+ },
86
+
87
+
88
+
89
+ "browser": "firefox"
90
+
91
+ }
92
+
93
+
94
+
95
+ ```
96
+
97
+
98
+
99
+ ```ここに言語を入力
100
+
101
+
102
+
103
+ Default(Windows).sublime-keymap
104
+
105
+
106
+
107
+
108
+
109
+ コード
110
+
111
+
112
+
113
+ [
114
+
115
+ { "keys": [ "ctrl+shift+v" ], "command": "view_in_browser" },
116
+
117
+ { "keys": [ "ctrl+shift+f" ], "command": "view_in_browser", "args": { "browser": "firefox" } },
118
+
119
+ { "keys": [ "ctrl+shift+c" ], "command": "view_in_browser", "args": { "browser": "chrome" } },
120
+
121
+ { "keys": [ "ctrl+shift+i" ], "command": "view_in_browser", "args": { "browser": "iexplore" } },
122
+
123
+ { "keys": [ "ctrl+shift+s" ], "command": "view_in_browser", "args": { "browser": "safari" } }
124
+
125
+ ]
126
+
127
+
128
+
129
+ ```

1

2021/10/25 08:23

投稿

SA-_.
SA-_.

スコア0

test CHANGED
File without changes
test CHANGED
File without changes