How can I ignore a lint error for a line with Sublime Text 3 Anaconda?

To disable lints for specific errors, go to the Anaconda.sublime-settings file (Preferences > Packages Settings > Anaconda > Settings). There you will find several options depending on which linter you are using. For example, to disable linting for “line too long” for pep8, fill in the following: “pep8_ignore”: [ “E501” ], Also, the easiest way … Read more

In Sublime Text 3: is there a shortcut to remove blank lines in a selected text? (same for blanks in a line)

You don’t need a plugin to do this, a simple regex search and replace will do. First, select the text where you’d like to delete the blank lines. Then, select Find → Replace… (or, hit CtrlH on Windows/Linux, ⌘⌥F on OS X). Make sure the “Regular Expression” and “In selection” buttons are selected: In Find … Read more

Sublime Text 3, how to add to right click?

Create a new text document with notepad and save it on your desktop Rename it to OpenWithSublime.bat Put this inside: @echo off SET st3Path=C:\Program Files\Sublime Text 3\sublime_text.exe rem add it for all file types @reg add “HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text 3” /t REG_SZ /v “” /d “Open with Sublime Text 3” /f @reg add “HKEY_CLASSES_ROOT\*\shell\Open … Read more

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