Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Overriding Undo History
Overriding Undo History [message #630307] Fri, 01 October 2010 14:10
Mark Winter is currently offline Mark WinterFriend
Messages: 2
Registered: September 2010
Junior Member
Hello,

Some people in the newcomers forum suggested I post this question here. I'm new to eclipse in general but have studied up on the plugin architecture and made a few toy plugins. I am working on a project to create a fully branched undo history within the Eclipse IDE, think lightweight editor-change level source control. It seemed that the simplest way to do this would be to create a new branched operations history class and use the OperationHistoryFactory to replace the default OperationHistory. This however seems to require creating a full RCP application and presumably duplicating all the functionality in IDEWorkbenchAdvisor in order to keep the same Eclipse look and feel inside a different RCP app. I was hoping some people more experienced with the Eclipse IDE and framework, might be able to advise me in some alternative methods, or perhaps just the best way to go about making an RCP application that has the same look as the Eclipse IDE.

Thanks,
-Mark Winter
Previous Topic:.project file question
Next Topic:Job progress popup behavior change from eclipse 3.5 to 3.6 ?
Goto Forum:
  


Current Time: Fri Sep 20 05:58:03 GMT 2024

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

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

Back to the top