What are the advantages of Sublime Text over Notepad++ and vice-versa? [closed]

One thing that should be considered is licensing. Notepad++ is free (as in speech and as in beer) for perpetual use, released under the GPL license, whereas Sublime Text 2 requires a license. To quote the Sublime Text 2 website: ..a license must be purchased for continued use. There is currently no enforced time limit … Read more

How can I select every other line with multiple cursors in Sublime Text?

Find: Ctrl+F If regular expressions are not already enabled, enable them: Alt+R Type in the expression .*\n.*\n Find all: Alt+Enter Press left arrow to get rid of the selections, leaving just the cursors: ← You now have a cursor at the start of every odd-numbered line. If you wanted even-numbered lines, press down: ↓ Depending … Read more

Sublime Text from Command Line

Windows Command Prompt For Windows cmd.exe you could just add the sublime text installation directory to your PATH environment variable, this would allow you to type: sublime_text file.rb Personally, I add a doskey (in a .bat file set to autorun with cmd) so I can type subl file.rb: > doskey subl=”C:\Program Files\Sublime Text 2\sublime_text.exe” $* … Read more

Limit File Search Scope in Sublime Text 2

Add and edit this in your ~/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings file. // These files will still show up in the side bar, but won’t be included in // Goto Anything or Find in Files “binary_file_patterns”: [“*.jpg”, “*.jpeg”, “*.png”, “*.gif”, “*.ttf”, “*.tga”, “*.dds”, “*.ico”, “*.eot”, “*.pdf”, “*.swf”, “*.jar”, “*.zip”], “folder_exclude_patterns”: [“.svn”, “.git”, “.hg”, “CVS”],

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