Open two instances of Notepad++

From the documentation: You can launch Notepad++ with the -multiInst Command Line Switches. This will enable launching extra instances when opening files by double click or right click. Any command line will do, including the one that you can access from the Properties of the desktop shortcut. You can always send a document being edited … Read more

Notepad++ Search Window disappeared

The issue seems happens if I change monitors configuration , e.g. if I worked on laptop with 2 attached monitors, and next time open Notepad++ when having single laptop monitor. For me it was sufficient to delete %appdata%\Notepad++\config.xml (not the whole folder). Close Notepad++ Open %appdata%\Notepad++ folder (e.g. C:\Users\{UserName}\AppData\Notepad++ ) Delete (or rename in case … Read more

Multiple word search and replace in Notepad++

Try a regular expression replace of (good)|(great)|(fine) with (?1bad)(?2worse)(?3not). The search looks for either of three alternatives separated by the |. Each alternative has ist own capture brackets. The replace uses the conditional form ?Ntrue-expression:false-expression where N is decimal digit, the clause checks whether capture expression N matches. Tested in Notepad++ 6.3 Update: You can … Read more

Searching multiple files for multiple words

If you are using Notepad++ editor (like the tag of the question suggests), you can use the great “Find in Files” functionality. Go to Search > Find in Files (Ctrl+Shift+F for the keyboard addicted) and enter: Find What = (test1|test2) Filters = *.txt Directory = enter the path of the directory you want to search … Read more

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