Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to add the green jump annotation?
How to add the green jump annotation? [message #897277] Mon, 23 July 2012 13:28
Michael Dietrich is currently offline Michael DietrichFriend
Messages: 2
Registered: July 2012
Junior Member
Hello Community,

I want to add some features to the XSL Editor in Eclipse.
My problem is, I don't know how to insert this green pipe, which can be jumped to, when you press Tab or Return.

E.g.:
I'm writing some code within the Java Code Editor, when I press the "-key the editor will add 2 "s and a green pipe behind the second ["some text|"|]. Once I typed my text, I can press Tab or Return to jump to this green pipe and can go on typing more code.

I don't really know, how this green pipe is called, i guess it's something like an annotation or a marker.

It would be nice, if someone could provide a code sample, how to add those markers (if it's possible) to the active text editor at a certain position.

Thank you in advance.
Previous Topic:How do I get different togglestates of a command between views
Next Topic:Bundle-NativeCode with 32/64bit versions of Eclipse on Linux?
Goto Forum:
  


Current Time: Fri Apr 19 20:24:38 GMT 2024

Powered by FUDForum. Page generated in 0.02765 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top