java - How to create SublimeText like build files in notepad++? -


is such option available in notepad++ ?

for example , custom java build in sublimetext2 :

{     "cmd": ["javac","-d","../bin","$file"],     "file_regex": "^(...*?):([0-9]*):?([0-9]*)",     "selector": "source.java" } 

and takes file i'm working on , compiles bin folder.

ps: i'm eclipse user , use text editor casual stuff or when i'm learning new.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -