Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Pre-work on a file before opening
Pre-work on a file before opening [message #1803169] Sun, 24 February 2019 15:38
Martin Rud is currently offline Martin RudFriend
Messages: 7
Registered: February 2019
Junior Member
I created a custom Eclipse editor plugin.
Before opening a file in the custom editor I need to load an underlying model with data from a file.
I'm currently loading data in the init() method (from EditorPart class) and it works, but I'm not sure if that is a right place to do that.

Is there any more convenient place to do that?
Thanks.
Previous Topic:Custom project with existing features
Next Topic:Eclipse Application causing Desktop Heap allocation failure
Goto Forum:
  


Current Time: Sun Apr 28 06:08:55 GMT 2024

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

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

Back to the top