Re: [jug-discussion] Eclipse Tips and Tricks

2002-09-11 Thread Vincent Greene
In Eclipse, you would accomplish the same thing by clicking on the yellow quick fix thingy that it puts in the margin to the left of the statement. It will present a menu of possible fixes, including adding an import statement or qualifying the name. You can also highlight the class name, right

Re: [jug-discussion] Eclipse Tips and Tricks

2002-09-11 Thread Simon Ritchie
Two of my favorites: 1. Ctrl-/ will comment selected text. Ctrl-\ will uncomment selected text. 2. F3 is your friend: In the editor Select a variable by double clicking on the variable. Press F3 will take you to the declaration of the variable. Select a class and press F3 and the

RE: [jug-discussion] Eclipse Tips and Tricks

2002-09-11 Thread Art Gramlich
Ctrl-1 Smart fixing (when something has a red underline is pretty cools too. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [jug-discussion] Eclipse Tips and Tricks

2002-09-11 Thread Guy McArthur
I'd like to find a way to jar package a project, including dependencies (for instance, when making a java1.1 app and only wanting part of swing-1.1.1.jar). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional