Eclipse의 내장 Java 코드 포맷터가 주석을 무시하도록하는 방법이 있습니까? 실행할 때마다 다음과 같이 바뀝니다.
/*
* PSEUDOCODE
* Read in user's string/paragraph
*
* Three cases are possible
* Case 1: foobar
* do case 1 things
* Case 2: fred hacker
* do case 2 things
* Case 3: cowboyneal
* do case 3 things
*
* In all cases, do some other thing
*/
이것으로 :
/*
* PSEUDOCODE Read in user's string/paragraph
*
* Three cases are possible Case 1: foobar do case 1 things Case 2: fred
* hacker do case 2 things Case 3: cowboyneal do case 3 things
*
* In all cases, do some other thing
*/
이미 Windows> Preferences> Java> Code Style> Formatter 설정을 사용해 보았지만 주석 형식을 유지하기위한 설정을 찾을 수 없습니다. Eclipse 3.4.0을 사용하고 있습니다.