I know how to put plain text and code in the editor. Is it possible to put an editor template programmatically in an Eclipse plug-in?
Asked
Active
Viewed 169 times
1
Peter Mortensen
- 30,030
- 21
- 100
- 124
fastcodejava
- 37,849
- 27
- 129
- 182
-
3Possible duplicate: http://stackoverflow.com/questions/442138/eclipse-accessing-a-editor-template-from-plugin-code – Gilbert Le Blanc Jul 12 '11 at 13:36
1 Answers
1
If you are asking for an editor for plugin development then you can go for new -> plug-in project and then opt plugin with editor which creates a sample class and entry in plugin.xml which can be a start for you.
Peter Mortensen
- 30,030
- 21
- 100
- 124
RTA
- 1,231
- 2
- 14
- 32