notes for Notepad ++ - May 2006 ==================== http://notepad-plus.sourceforge.net/ Notepad++ is a free source code editor (and Notepad replacement) which supports several programming languages running under the MS Windows environment. Help for Notepad++ ------------------ http://sourceforge.net/forum/?group_id=95717 How to install a plugin ----------------------- The plugin (in the DLL form) should be placed in Notepad++\plugins directory. Once you installed the plugin, you can use (and you may configure) it via the menu "Plugins". What does the "function list" plugin do? ---------------------------------------- Function list offers a list of functions (or section) according of the language of current document, in order to access to the function or section you need quickly. The supported languages are : C, C++, Resource File, Java, Assembler, MS INI File, HTML, Javascript, PHP, ASP, Pascal, Python, Perl, Objective C, LUA, Fortran, NSIS, VHDL, SQL, VB and BATCH. --0--