Customising the Editor Flashcards
1
Q
How do you access the preferences?
A
Sublime Text>Preferences
Best to keep the setting default file as is. Copy and make changes into the user file to overwrite what’s in the default.
2
Q
True or False. If you change a setting in the default file it will roll through all files.
A
No.
There are also defaults for each kind of syntax for each platform.
However you don’t want to edit these files either. These and the default files will get overwritten during an upgrade.
3
Q
You can have settings for a project. How do you do this?
A
Open up the filename.sublime-text project file.
Then enter a , after the folders array, then "settings": { //preferences }