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 4099482
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:26:23+00:00 2026-05-20T20:26:23+00:00

Eclipse’s Search results view is quite handy with its tree-like structure. Is there any

  • 0

Eclipse’s Search results view is quite handy with its tree-like structure. Is there any way to export these results to a readable text format or save them to a file for later use?

I’ve tried using copy & paste but the resulting text format is far from readable.

  • 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-05-20T20:26:23+00:00Added an answer on May 20, 2026 at 8:26 pm

    No I don’t think there is a possibility to export the results yet. (Update: Now there’s a suitable plugin available). But you should be able to use the eclipse search framework programmatically an export the entries by yourself.

    I did not test the following snipped but implemeted a custom search that way once (using the RetrieverAction class). You should be able to listen to search result changes without the action as well:

    TextSearchQueryProvider provider= TextSearchQueryProvider.getPreferred();
    
    // your input (you'll have to implement that one I think...)
    TextSearchInput input = new TextSearchQueryProvider.TextSearchInput();
    
    ISearchQuery query= provider.createQuery(input);
    ISearchResult result = query.getSearchResult();
    result.addListener(new ISearchResultListener() {
    
        public void searchResultChanged(SearchResultEvent e) {
            // -> export result
        }
    });
    
    // run the query
    NewSearchUI.runQueryInBackground(query);
    

    Again: I did not test that at all and don’t know if there is a better approach as well..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Eclipse just blew my mind again: there seems to be no easily accessible way
Eclipse has a great option for the debug Watch window called Show Logical Structure
eclipse always notify me update of Groovy-Eclipse Feature, but i can't find any changelog.
Eclipse is deployed with CVS client plugin by default. Why there are no svn
Eclipse is very handy for generating javadocs for me. I have it set up
Eclipse-like features in Visual Studio I really like the feature where you can double
Eclipse WTP creates its own server.xml file which it places in some folder which
Eclipse is driving me crazy today and comes up with nonsense errors like this
Eclipse's SearchEngine class has many methods for searching, including various flavors of search ,
Eclipse comes with some dependencies like Junit. How to configure the maven to use

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.