사용자 도구

사이트 도구


intellij_idea:config

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
intellij_idea:config [2020/07/16 15:01]
kwon37xi
intellij_idea:config [2020/08/05 22:33]
kwon37xi [VMOptions]
줄 34: 줄 34:
   * 한글로 된 HOME 디렉토리(특히 Windows에서) 사용시 Code Coverage가 작동하지 않는 등의 문제가 있다. ''vmoptions''에서 ''java.io.tmpdir''을 영어로 된 디렉토리로 바꿔줘야 한다.<code>   * 한글로 된 HOME 디렉토리(특히 Windows에서) 사용시 Code Coverage가 작동하지 않는 등의 문제가 있다. ''vmoptions''에서 ''java.io.tmpdir''을 영어로 된 디렉토리로 바꿔줘야 한다.<code>
 -Djava.io.tmpdir=C:\Temp -Djava.io.tmpdir=C:\Temp
 +</code>
 +
 +===== Linux 한글 입력 =====
 +  * [[linux:inputmethod|Input Method (입력기, 한글)]]에서 한글 입력이 잘 안 될 경우
 +  * [[linux:inputmethod:fcitx|Linux Input Method fcitx]] 한글 입력이 잘 안 될경우 [[https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006740379-2019-3-Update-disabled-Fcitx-input-Ubuntu|2019.3 Update disabled Fcitx input? - Ubuntu – IDEs Support (IntelliJ Platform) | JetBrains]]
 +    * ''-Dauto.disable.input.methods=false''
 +  * [[linux:inputmethod:ibus|iBus]] 한글 입력이 잘 안 될 경우 [[https://youtrack.jetbrains.com/issue/JBR-2444|Keyboard stops working in IntelliJ on Ubuntu 20.04, Gnome 3.36 with IBus enabled : JBR-2444]]
 +    * 즉시 해결
 +<code sh>
 +ibus-daemon -rd
 +</code>
 +    * ''Edit Custom VM Options...''
 +<code>
 +-Drecreate.x11.input.method=true
 </code> </code>
 ===== 설정 파일들의 디렉토리 변경 ===== ===== 설정 파일들의 디렉토리 변경 =====
줄 140: 줄 154:
   * ''Change font size (Zoom) with Ctrl+Mouse Wheel'' : 마우스 휠을 이용해 글꼴 크기 변경. ''Reset Font Size'' 액션으로 초기화 가능   * ''Change font size (Zoom) with Ctrl+Mouse Wheel'' : 마우스 휠을 이용해 글꼴 크기 변경. ''Reset Font Size'' 액션으로 초기화 가능
   * ''Editor Tabs''에서 ''Placement''를 ''None''으로 변경한다. 해보면 거의 사용안하고, ''Ctrl+E''로 최근 탭을 찾게 된다.   * ''Editor Tabs''에서 ''Placement''를 ''None''으로 변경한다. 해보면 거의 사용안하고, ''Ctrl+E''로 최근 탭을 찾게 된다.
 +  * ''Render documentation comments'' : Javadoc HTML을 보기 좋게 변환해서 소스상에서 보여준다.
 ==== Code Formatter ==== ==== Code Formatter ====
   * [[http://plugins.jetbrains.com/plugin/?id=6546|Eclipse Code Formatter]] 플로그인을 사용하여 Eclipse와 동일한 코드 포매터를 공유할 수 있다. -> 최근 버전에서는 IntelliJ 스스로 Eclipse Code Style을 import 할 수 있어서 불필요.   * [[http://plugins.jetbrains.com/plugin/?id=6546|Eclipse Code Formatter]] 플로그인을 사용하여 Eclipse와 동일한 코드 포매터를 공유할 수 있다. -> 최근 버전에서는 IntelliJ 스스로 Eclipse Code Style을 import 할 수 있어서 불필요.
intellij_idea/config.txt · 마지막으로 수정됨: 2023/03/24 13:01 저자 kwon37xi