Tech

NOTEPAD++ Plugin

onesixx 2012. 8. 7. 00:06
반응형

 

플러그인 → Plugin Manager → show Plugin Manager → NppExec 확인

image

 

SNAGHTML2e007db

Configure the NppExec Plugin:

image    image


Define functions  for compiling and running Java programs:

1. Go to Plugins > NppExec > Execute...
2. Choose “Cancel” if a Save File… dialog box appears
3. Enter the following command:

 

<1> Compile

cd “$(CURRENT_DIRECTORY)”
javac $(FILE_NAME)
image

Then choose Save... and
save this  using the name “Compile”:
image

 

<2>Run

cd $(CURRENT_DIRECTORY)
java $(NAME_PART)

 

<3>Compile and Run

cd $(CURRENT_DIRECTORY)
javac $(FILE_NAME)
java $(NAME_PART)

 

image

*short-­‐cut keys만들기

image

enable "Place to the Macros submenu".

image

Then select “Compile” from under the “Associated script:” menu, |
click the “Add/Modify” button:

image

반응형

'Tech' 카테고리의 다른 글

YouTube 속도 빠르게  (0) 2012.08.08
Notepad++ 빈줄제거  (0) 2012.08.08
Filezilla FTP Setting  (0) 2012.08.08
wowza  (0) 2012.07.26
row_number()over  (0) 2012.07.05
ie7 css핵 url  (0) 2012.07.03