0

I am writing a plugin for eclipse and I am stuck at this :

How to insert text to the current editor at the cursor's place ?

I'm quite new to eclipse plugin development, and I really do not know where to begin. Example code and further document are appreciated. Thanks :)

Dzung Nguyen
  • 9,152
  • 14
  • 65
  • 104

1 Answers1

1

This and other functionality is already part of Eclipse and can be integrated into your editor. You may find this answer to another question helpful to get started: use-org-eclipse-cut-copy-paste-in-custom-rcp-aplication

Community
  • 1
  • 1
mttr
  • 775
  • 6
  • 14