How do I use Notepad++ (or other) with msysgit?

git config –global core.editor “‘C:/Program Files/Notepad++/notepad++.exe’ -multiInst -notabbar -nosession -noPlugin” Or, for 64-bit Windows and a 32-bit install of Notepad++: git config –global core.editor “‘C:/Program Files (x86)/Notepad++/notepad++.exe’ -multiInst -notabbar -nosession -noPlugin” Or, the following can be issued on the command line on either 32-bit or 64-bit Windows. It will pull the location of notepad++.exe from … Read more

How do I stop Notepad++ from showing autocomplete for all words in the file

Notepad++ provides 2 types of features: Auto-completion that read the open file and provide suggestion of words and/or functions within the file Suggestion with the arguments of functions (specific to the language) Based on what you write, it seems what you want is auto-completion on function only + suggestion on arguments. To do that, you … Read more

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