Notepad++ - Hidden Features
When Microsoft Windows bundled their software package together it included the default Notepad application that did not function as efficiently as what was needed for editing source code. It is true that most software development programs have a[...]
2012, Apr, 06Add syntax colouring from one of the languages
Languages Notepad++ supports over 50 languages through the built-in support provided by the Scintilla component. More languages can be supported, using the User Defined Languages framework. To add syntax colourin[...]
2011 - 2022, Aug, 15Binary Translations
Notepad++ (from v2.3) supports the multilanguage functionality by means of a translated xml file (from english.xml). Normally you don't need it if you install Notepad++ by its installer. You may need the language file if you use[...]
2011 - 2022, Aug, 14Make your plugin in less 10 minutes
Here are the instructions to make your first Notepad++ plugin in less 10 minutes, by following 6 steps: Download and unzip Notepad++ Plugin Template. Open NppPluginTemplate.vcproj in your Visual Studio.[...]
2011 - 2022, Aug, 12Binary Translation how-to
You can make Notepad++ to speak your mother tongue - Just use english.xml and translate it into your language. Note to translate All the English words under the Attribute name should be translated.[...]
2011 - 2022, Aug, 11Manage problems
1. Macro repeat does not work If you create a macro, you can run it once just fine by hitting "play" when on the line to apply it to. When I try the multiple execution, either specific number of times or until the end of the file, it doe[...]
2011 - 2022, Aug, 10