aAPT
dDebian
fFFmpeg
jJava
mMercurial: Usage
oOCaml
pPostgreSQL

Home Applications IDE

Sublime Text

General Settings

{
	"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
	"ensure_newline_at_eof_on_save": true,
	"theme": "Adaptive.sublime-theme",
	"translate_tabs_to_spaces": true,
	"word_wrap": false,
	"remember_workspace": false,
	"update_check": false,
	"rulers": [100],
}

Spell Checking

Sublime 3

Place *.dic and *.aff files (both affix and dictionary files should be in the UTF-8 encoding) into the user package directory, e.g. $XDG_CONFIG_HOME/sublime-text-3/Packages/Language - Lithuanian/ (the package directory can be opened from PreferencesBrowse Packages...).

Add configuration setting:

"dictionary": "Packages/Language - Lithuanian/lt_LT.dic"

Sublime 4

This version can use the system hunspell dictionaries.

Install appropriate hunspell dictionary (e.g. hunspell-lt) and activate it via ViewDictionariesSystem.

Misc

sublime-text.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
Icon=/home/user/.local/share/sublime_text/Icon/128x128/sublime-text.png
Exec=/home/user/.local/share/sublime_text/sublime_text %U
Categories=Development;TextEditor;
Terminal=false