私は Sublime Text を初めて使用しますが、この問題を修正したり、どこにも答えを見つけることができませんでした。をインストールしたばかりSublime Text
で、最初は問題なく動作しました。次に、Preferences-> Settings User で、フォント サイズなどのいくつかの設定を変更しようとしました。保存すると、エラーが返されました:
設定の解析中にエラーが発生しました: C:\Users\Michael\AppData\Roaming\Sublime Text 2\Packages\User\Preferences.sublime-settings:18:1 に文字列が必要です
(ST パッケージがインストールされている場所) Sublime Text 2 を開こうとすると、同じエラー メッセージが表示され、実行されません。ST をアンインストールして再インストールしましたが、(設定を変更しようとしても) 問題が解決しません。私はSublime Text 2.0.2
Windows 7 で実行しています。この問題を解決する方法 (または、この問題が最初に発生した理由) についての洞察は大歓迎です。
編集:これは設定ファイルの内容です(可能であれば、ファイル自体をアップロードする方法がわかりません)
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
// "User/Preferences.sublime-settings", which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, "Preferences (Linux).sublime-settings".
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
"font_face": "",
"font_size": 10,
}