본문 바로가기
반응형

Application/IDE11

이클립스에서 JavaDoc 만들기 만드는 법: 1. 이클립스에서 JAVADOC을 만들고자 하는 프로젝트명에서 마우스 오른쪽 클릭 하여 Export 선택2. Java 의 Javadoc 선택3. Javadoc.exe 추가 및 output 위치 설정4. Next 선택5. 소스코드가 UTF-8로 되어 있어 그냥 Finish하면 아래와 같은 오루가 발생하므로 수정java api 만들던중 에러메시지 unmappable character for encoding MS949 그래서 api 만들때 옵션중에 VM options를 -encoding UTF-8 이렇게 입력해준다.참고로 이클립스 workspace기본 charset을 변경해주려면 eclipse.ini파일에 -Dfile.encoding=UTF-8 추가(-포함)6. 아래와 같이 output 폴더에 J.. 2018. 12. 12.
빈줄제거 정규식을 이용 fine & replace1.find : ^(?:[\t ]*(?:\r?\n|\r))+replace : 공백 2.find : \n+replace : \n 3.delete-whitelines' packagehttps://atom.io/packages/delete-whitelines 2018. 10. 2.
eclipse 에서 공백 라인 없애기 ctrl + f 하시고 Find : ^\RReplace with : 그리고 Regular expressions 체크해 주시다음!Replace 하시면 라인이 싹뚝 없어질겁니다.파일 여러개를 한번에 하시려면?ctrl + h 로 변경 하시면 되겠죠^^; 2018. 9. 30.
http://download.eclipse.org/releases/helios This software repository URL, http://download.eclipse.org/releases/helios/, provides access to the software repository for the Eclipse Helios release.The repository site URL is typically pre-populated in the list of software repositories when you install the Eclipse Platform or SDK.For more information about installing or updating software, see the Eclipse Platform Help.There is also a collectio.. 2018. 9. 23.
반응형