Sublime text 2 – how to order a list of words alphabetically (DESC / ASC)

Once I’ve found this somewhere. It worked for me. “For alpha sort, select the lines to be sorted and hit F5. This option ignores capitalization. Hitting Control F5 will sort lines starting with capital letters first, then alphabetize lines starting with lowercase letters.” “The Permute Lines menu options provide a few more ways to sort, … Read more

Mark current Line, and navigate through marked lines

Yep! Go on the menus to Preferences>Key Bindings – Default this is a file with all the default key bindings. Read the whole thing! (lots of goodies) Here is a cut and paste of the bookmarks info (linux), which should be self explanatory. { “keys”: [“f2”], “command”: “next_bookmark” }, { “keys”: [“shift+f2”], “command”: “prev_bookmark” }, … Read more

Sublime as default editor

Actually it is not my answer, I have just googled it: Open regedit (Win+R, type “regedit”, select OK). Navigate to HKEY_CLASSES_ROOT\Applications\sublime_text.exe\shell\open\command Verify that the path is accurate, correct it if it is not. Exit regedit. Open task manager via Ctrl+Alt+Del (or Ctrl+Shift+Esc for later versions of Windows), kill explorer.exe, go to run (Win+R) and type … Read more

How do I exclude a folder from search in sublime text 3 permanently?

Go to the Settings menu and in the Preferences.sublime-settings file for the user and add a new node to the json named folder_exclude_patterns. In it, add the folders that you don’t want to be displayed (in json array format). Example: { // … other settings “folder_exclude_patterns”: [“node_modules”, “another_folder”], } If you want to exclude certain … Read more

How to Install Sublime Text 3 using Homebrew cask

brew install caskroom/cask/brew-cask brew tap caskroom/versions brew cask install sublime-text Weird how I will struggle with this for days, post on StackOverflow, then figure out my own answer in 20 seconds. [edited to reflect that the package name is now just sublime-text, not sublime-text3] [edit]: As of 2022-11-07, above is incorrect. See taylorthurlow’s correct answer.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)