Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How do you get a custom editor to be invoked instead of CSourceNotFoundEditor?
How do you get a custom editor to be invoked instead of CSourceNotFoundEditor? [message #1070807] Thu, 18 July 2013 18:08
Elaine H is currently offline Elaine HFriend
Messages: 2
Registered: May 2013
Junior Member
Hi,
I'd like to use a custom source not found editor, which overrides org.eclipse.cdt.debug.internal.ui.sourcelookup.CSourceNotFoundEditor. I've been investigating and found some references that it can be done, but no documentation that makes it clear how to do it, especially for a newbie like me. One discussion I found mentions that WindRiver "overrides the source not found editor by using a custom source lookup director". We do have a custom source lookup director, but how do I get my custom source not found editor to be invoked, instead of the default CSourceNotFoundEditor? It seems like there's some magic going on that determines which editor class instance to create, and I'm not sure how to change it to create my custom editor instance instead. Can someone give me some clear steps on what I need to do? Thanks!!!
-Elaine
Previous Topic:How to make Eclipse CDT index c++11?
Next Topic:What setting is wrong here?
Goto Forum:
  


Current Time: Mon Sep 23 12:33:40 GMT 2024

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

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

Back to the top