본문 바로가기

Development

[Eclipse]astyle(Artistic Style) plugin

astyle : C, C++, C#, Java Source Code Automatic Formatter

Home Page : http://astyle.sourceforge.net
Project Page : http://sourceforge.net/projects/astyle

Eclipse Plugin 적용법
1. Eclipse -> Help -> Software Updates -> Find and Install... -> Search for new features to install -> Next -> New Remote Site...
2. Name에는 원하는 이름, URL에는 http://astyleclipse.sourceforge.net/update -> OK -> Finish
3. Eclipse -> Window -> Preferences... -> Astyle이 보이면 정상적으로 설치된것
4. Preferences -> C/C++ -> Code Formatter -> Formatters를 Astyle Plugin으로 설정 -> OK
5. 설정은 끝, 사용은 Code에서 Ctrl + Shift + F

'Development' 카테고리의 다른 글

dll 관련  (0) 2008.10.19
[Eclipse]subclipse(Eclipse용 Subversion)  (0) 2008.10.09
[Development/Project/Game]게임을 개발해 보자..  (0) 2008.09.05
[Python]utf-8 확인 코드  (0) 2008.07.30
[Development]iconv  (0) 2008.07.29