Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8321603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:04:42+00:00 2026-06-08T23:04:42+00:00

I have an Eclipse RCP application with own editor. Class editor extends from org.eclipse.ui.texteditor.AbstractTextEditor

  • 0

I have an Eclipse RCP application with own editor. Class editor extends from org.eclipse.ui.texteditor.AbstractTextEditor and it is added in extension in plugin.xml -> org.eclipse.ui.editors. How can I detect when the user closes document?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T23:04:43+00:00Added an answer on June 8, 2026 at 11:04 pm

    For editor close event do something like this:

    IWorkbenchPage page = ...;
    
        //adding a listener
    IPartListener2 pl = new IPartListener2() {
            // ... Other methods
            public void partClosed(IWorkbenchPartReference partRef)
            {
                //if(partRef.getId().equals(youreditor.id){ /* do something*/ }
            }
    
    };
    page.addPartListener(pl);
    

    Have a look at these links:

    1. How to add a listener to the default code editor in Eclipse?
    2. FAQ How do I find out what view or editor is selected?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Eclipse RCP application which uses some bindings from org.eclipse.ui.defaultAcceleratorConfiguration in addition
I am developing the Eclipse RCP application and have added org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false to the plugin_customization.ini
I have a RCP application that reuses org.eclipse.ui.navigator.CommonNavigator to give us a project view.
I have created a simple Eclipse RCP application where I can open multiple editor
I load dynamically an external class from my eclipse rcp application with urlClassLoader. The
I'm building a welcome editor for my eclipse rcp application. I want to have
I have an eclipse rcp application. This application will try to load class files
i have an eclipse rcp application that, from time to time, may have multiple
I have added project explorer view to my own rcp application. It is visible
I have an eclipse RCP application that uses and Editor Area. I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.