This project exemplifies the use of the Java UI APIs for Lotus Notes.
I'm looking for a way to integrate my application (lotusscript manager) into the new Lotusscript editor. For example i'd like to select code as text within the editor so I can peform a search from within my application. Do you have any hints what extention points I need to use?
If I'm interpreting your example correctly, you simply need to work with the JFace ITextSelection. There are a lot of ways to get ahold of the text selection in Eclipse. Search around and you will probably find what you're looking for. Some extension points of interest: org.eclipse.ui.commands org.eclipse.ui.menus org.eclipse.ui.handlers You may also be interested in the Domino Designer Extensibility APIs. Look for the documentation in Notes or Domino help under "Client APIs for Lotus Notes and Domino Designer - Javadoc -> Domino Designer Exstensibility APIs".