Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Highlight Code Line
Highlight Code Line [message #1084972] Mon, 12 August 2013 09:18 Go to next message
Stefan Snooc is currently offline Stefan SnoocFriend
Messages: 12
Registered: January 2013
Junior Member
When my debug target halts I want to highlight the line that is currently executed. Just the basic behavior we are used to when we debug under Eclipse.


Is there something like

editor = getEditor();
editor.highlightLine(resource, lineNumber, Color.GREEN);


or just something like that?
Re: Highlight Code Line [message #1085679 is a reply to message #1084972] Tue, 13 August 2013 08:08 Go to previous message
Stefan Snooc is currently offline Stefan SnoocFriend
Messages: 12
Registered: January 2013
Junior Member
I would like to mention that I am using the CDT Plugin on top of my Eclipse Application. Since the CDT Plugin is already able to highlight code in debug mode I was wondering how I can use this for my debugger.


The question on stackoverflow.

Previous Topic:Unlinking Toolbars for Multiple Instances of a View?
Next Topic:Eclipse customize plugin development issue
Goto Forum:
  


Current Time: Thu Apr 25 15:08:55 GMT 2024

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

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

Back to the top