Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse エディター/EMF フレームワークは構文の強調表示をサポートしていますか? RCPアプリケーションでそれを使用しようとしています。具体的には、これを COBOL および JCL に使用することを探しています。
StyledText ウィジェットを試し、最終的に、あらゆる言語の構文強調表示に使用できる Eclipse TextEditor コンポーネントに落ち着きました。Eclipse IDE で提供されている XMLEditor テンプレートの例は、良い出発点でした。