[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Re: I lost a button
|
- From: Daniel Megert <daniel_megert@xxxxxxxxxx>
- Date: Thu, 09 Aug 2007 09:43:16 +0200
- Newsgroups: eclipse.tools.jdt
- Organization: IBM Research, Switzerland
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217
Walter Harley wrote:
"Tim Koop" <groups@xxxxxxxxxxx> wrote in message
news:f9cu81$3m4$1@xxxxxxxxxxxxxxxxxxxx
I'm not sure if this is the right newsgroups to post this question. If
not, please let me know.
I lost a button from the toolbar. It's the button that I click to only
show one method. It is stuck on (I can only see one method), and I want
to see the comment at the top of the java file, so I want to unclick it.
Can somebody please tell me how to get this button back? Thanks a lot.
To get the button back, install Eclipse 3.2.2.
Not needed. The button is also available in 3.3 and later:
1. Window > Customize Perspective...
2. switch to Commands page
3. check 'Editor Presentation'
4. click 'OK'
Dani
That button was removed from the toolbar in Eclipse 3.3, because it was only
available as a button and not as a preference from a dialog, and people
would hit it by mistake and then not be able to figure out what happened,
provoking many a posting on eclipse.newcomers.
If you are using Eclipse 3.3, go to Preferences -> Java -> Editor -> Only
show the selected element, and turn that off.
In Eclipse 3.2.2 or earlier, the button is only visible if you're viewing a
Java editor at the time; it's the sort of "document on top of a document"
icon to the right of the "mark occurrences" button. Again, it's called
"show source of selected element" if you dangle over it.