On 1/12/06, Ross Werner <[EMAIL PROTECTED]> wrote: > That's my goal. Any ideas where I could find a tutorial that talks about > building this sort of "completely new editor module"? Or perhaps an > open-source "editor module" that was written for a different task, but > which I could by looking at the code figure out the absolute basics on > where to start? > > ~ Ross
1) Download, uncompress, and run the latest stable Eclipse. 2) Click Help->Cheet Sheets... 3) Choose "Plugin Development"->"Create an Eclipse Plugin using PDE". 4) Follow the tutorial In addition you will want to read these articles: http://www.eclipse.org/articles/ If you want more detail there are numerous books on Eclipse plugin development as well as a very active developer mailing lists. http://www.eclipse.org/community/ -Bryan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
