jalaffa Posted January 3, 2008 Share Posted January 3, 2008 Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment. This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program), is under the GPL Licence.Download Link to comment Share on other sites More sharing options...
dock98 Posted January 3, 2008 Share Posted January 3, 2008 how do you get rid of windows notepad? Link to comment Share on other sites More sharing options...
jalaffa Posted January 4, 2008 Author Share Posted January 4, 2008 how do you get rid of windows notepad?Look here (browse down do Notepad Replacement):HowToReplaceWindowsNotepad Link to comment Share on other sites More sharing options...
Zeus_Hunt Posted January 4, 2008 Share Posted January 4, 2008 how do you get rid of windows notepad?By deleting it from %SystemRoot%\system32\notepad.exeWhere %SystemRoot% is generally C:\WINDOWS Link to comment Share on other sites More sharing options...
dock98 Posted January 4, 2008 Share Posted January 4, 2008 an excellent find.thank you Link to comment Share on other sites More sharing options...
dMog Posted January 4, 2008 Share Posted January 4, 2008 an excellent find.thank youthats one hell of a squirrel riffle you got there Dock Link to comment Share on other sites More sharing options...
dock98 Posted January 4, 2008 Share Posted January 4, 2008 its an Arizona squirrel gun. Link to comment Share on other sites More sharing options...
KilJaden Posted January 7, 2008 Share Posted January 7, 2008 New version 4.7.3 Changes in version 4.7.3:1. Make the "recovery system" for 3 mandatory xml files (config.xml, langs.xml and stylers.xml) to prevent the fail loading due to the corrupted files.2. Extend plugin capacity - add the Scintilla external lexer capacity.3. Add the ability to hide the tab bar with "-notabbar" flag in command line (ie. Notepad style).4. Column selection is remembered now while switching among the files. As well this settings will be stored in the next session.5. Add 2 Commends (beside Toggle Comment) Comment (Ctrl+K) and Uncomment (Ctrl+Shift+K).6. Change "UTF8 without BOM" menu item behaviour.7. Fix the hiding bug while launch time because of change of environment from duel monitors to mono monitor.8. Remove vista UAC warning for GUP. Add "Update Notepad++" menu item.9. Add NPPM_HIDETABBAR and NPPM_ISTABBARHIDE plugins messages.10. Add NPPM_GETNPPVERSION message for plugin system. 11. Enhance the horizontal scroll feature.12. Change Find in files behaviour : all the hidden directory won't be searched (for example : .svn).13. Add build date-time in about box.14. Fix a bug where a file with 2 or more consecutive spaces gives problems with sessions and history.15. Fixe the problem where opening a file when in save as dialog saves the wrong file.16. Add "Clean Recent File List" menu command.17. Enhance full screen feature (F11).Download Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.