I\'m Trying to write a plugin for NotePad++ using NppScripting - a platform for writing plugins using javascript (specifically - JScript).
How do I stop Notepad++ from loading all files from the past session? Every time I open a file I have 10 other open tabs with all my past files. I don\'t want that. When I hit the close button I ex
This is a really odd one that has been annoying me for some time, I use CodeRush and Refactor Pro at home and at work, since the switch to Visual Studio 2010 I have been unable to use the keyboard sho
In Notepad+开发者_JAVA技巧+, there is a dotted line that runs down from the function keyword through the end of the method. It looks like this:
where download masm32 compiler? I\'ve uploaded here but I can not understand how it implement(开发者_如何学Pythonrun/compiling) the project. where I can download just the compiler. how run first proje
Hi all I us开发者_JAVA技巧e many text editors but mainly notepad++ and I search for functionality similar to Komodo Edit. You can hold Ctrl button and click on a method and property and it jump to its
I\'m in the middle of a project created using CakePHP framework. I have been using notepad++ all along until now I am deciding to use Eclipse. The reason I like about notepad++ is its agility and simp
When I create a new file on npp its just a blank document, can I make it generate an html doctype strict/transitional like how dreamweaver does with the premade t开发者_Python百科emplates?You can achi
I have tried to use the following regex expression to remove html whitespace and leading whitespace Find:\\s*([<>])\\s*
I need to do a regex find and replace: every \"<xsl:if test=\"any/text()\" has to be replaced by \"<xsl:if test=\"normalize-space(any/text())\"