EditorView에서 현재 커서가 위치한 라인 저보를 가져오는 방법
개발/Eclipse PlugIn 2021. 1. 18. 18:30 |.xml 등의 파일에서 커서 또는 마우스 포인터가 위치한 라인 정보를 읽어올 때 사용하게 된다.
EditorViewr를 IDocument로 변환하여 사용한다.
IDocument.getLineOfOffset(caret)
여기서 caret도 EditorViewer에서 가져오게 된다.
'개발 > Eclipse PlugIn' 카테고리의 다른 글
java.net.ProtocolException: Cannot write output after reading input. (0) | 2021.04.27 |
---|---|
특정 ID의 View를 열고자 할 때 (0) | 2021.01.15 |
Editor View에서만 팝업 메뉴 활성화 방법 (0) | 2021.01.15 |