Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » exploring the jdt
exploring the jdt [message #227132] Tue, 04 April 2006 10:53 Go to next message
Eclipse UserFriend
Originally posted by: spam.mario-viertel.de

Hi,

I want to explore the jdt.

In the project properties: Java Build Path | Libraries there is a button
'Add Class Folder ...'. I want to find out which plugin performes the action
for this button and what it does. That's why I've created a workspace and
have imported all plugins as binary projects. Now I've performed a full text
search in my workspace for the String "Add Class Folder". I've expected that
any property file contains this String. But my search found nothing.

Do I have an error in reasoning? Which plugin performes the action for this
button?

TIA
Mario
Re: exploring the jdt [message #227155 is a reply to message #227132] Tue, 04 April 2006 12:25 Go to previous messageGo to next message
Markus KellerFriend
Messages: 294
Registered: July 2009
Senior Member
You missed the mnemonic when searching for the label. Try searching for "Add
&Class Folder" (press the Alt key in the dialog to see the mnemonics).

The button is defined in LibrariesWorkbookPage (jdt.ui plugin)

Markus

Mario Viertel wrote:

> Hi,
>
> I want to explore the jdt.
>
> In the project properties: Java Build Path | Libraries there is a button
> 'Add Class Folder ...'. I want to find out which plugin performes the action
> for this button and what it does. That's why I've created a workspace and
> have imported all plugins as binary projects. Now I've performed a full text
> search in my workspace for the String "Add Class Folder". I've expected that
> any property file contains this String. But my search found nothing.
>
> Do I have an error in reasoning? Which plugin performes the action for this
> button?
>
> TIA
> Mario
>
>
Re: exploring the jdt [message #227161 is a reply to message #227132] Tue, 04 April 2006 12:27 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

For any button or menu with an '_', you have to add and '&' in front of
that letter :-)

Search for Add &Class Folder

I found it in the org.eclipse.jdt.ui project.

Later,
PW


Re: exploring the jdt [message #227168 is a reply to message #227132] Tue, 04 April 2006 13:12 Go to previous message
Eclipse UserFriend
Originally posted by: spam.mario-viertel.de

OK. Located ;)

Thanks
Mario
Previous Topic:Discovering whether a project exists in the current workspace
Next Topic:NullPointerException in search
Goto Forum:
  


Current Time: Mon Sep 23 16:13:28 GMT 2024

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

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

Back to the top