<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d16205943\x26blogName\x3dMy+softwares\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://mysws.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://mysws.blogspot.com/\x26vt\x3d732166458248090278', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Google

Tuesday, September 20, 2005

Notepad++ software


Notepad++ is a free source code editor which supports several programming languages running under the MS Windows environment.

This project, based on Scintilla edit component (a very powerful editor component) are 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.

This project is mature. However, as you can see it’s an one-man-project, there’re still some bugs and missing features. If you have any question or suggestion about this project, please drop me a mail, I’ll love to hear from you. As well, if you have any feature request, you can always do the demand, but there’s no warranty that I’ll implement it.

You're encouraged to translate Notepad++ (if it is not present in the Download Section) and/or to translate the Notepad++ official site in your native language.

I hope you enjoy Notepad++ as much as I code it.


Here are the features of Notepad++ :

Syntax Highlighting and Syntax Folding


WYSIWYG


User Defined Syntax Highlighting


Auto-completion


Multi-Document


Multi-View


Regular Expression Search/Replace supported


Full Drag ‘N' Drop supported


Dynamic position of Views


File Status Auto-detection


Zoom in and zoom out


Multi-Language environment supported


Bookmark


Brace and Indent guideline Highlighting


Macro recording and playback


download it from here.
Quite a great software to have. Takes less time to open, numbered lines, tabbed browsing n lots of stuff n languages.

0 Comments:

Post a Comment

<< Home