그것은 : 이클립스를위한 작은 플러그인을 작성하고 다음 이 * org.eclipse.ui.texteditor.ITextEditor * 행 번호 나 자동으로 이동할 수있는 방법Eclipe PDE : 라인 X로 이동하고 강조 이클립스 PDE 개발에 관한 qustion는
그 선을 표시하니? API가 문서 내에서 오프셋 (그러나 ITextEditor.selectAndReveal() 참조)을 지원하지만 행 번호는 지원하지 않는 것 같습니다.
것이 가장 좋은 -이 작동하지 않지만 :
ITextEditor editor = (ITextEditor)IDE.openEditor(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(), file, true);
editor.goto(line);
editor.markLine(line);
그것은이 수를 어떤 방법으로? 솔루션을 찾지 못했습니다