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
Post a Comment