Author Archive
Tuesday, August 19th, 2008
Better way to find Eclipse command Ids, and more…
Core 3.4.0 introduced the Slick-C function _eclipse_execute_command which allows you to execute Eclipse commands from the SlickEdit environment. The documentation for this function shows you how you can search the Plug-in Registry to find Eclipse command names and ids, but there is a much better way documented in the following blog post: http://evans-stuff.blogspot.com/2007/10/it-seems-that-im-not-only-one-still.html . Unfortunately [...]
No Comments » - Posted in Code Editors,Productivity,SlickEdit Products by Ryan
Wednesday, June 20th, 2007
Eclipse 3.3 Plug-in Development Gotcha: What happened to JavaFileEditorInput?
If you develop a plug-in for Eclipse, you know that each release cycle you have to deal with new incompatibilities between your plug-in and the new version of Eclipse. There is always a plug-in migration guide to help you, and typically they do a pretty nice job. Every cycle though, there is usually some compatibility [...]