From: Hiroo H. <hir...@co...> - 2004-08-04 02:45:13
|
Hi Rib, When someone wrote about Eclipse on this mailing list months ago, I downloaded the Eclipse, but forgot about it before installing. This time I installed Eclipse 3.0, tried "Hello World", and did CVS check out JSynthLib. Cool tool! I found some features what I want to use. It has so many features that I need time to learn. Thank you for your advice. I found one problem. The default coding style is "The Java Programming Language" which we recommend in programming.html. This is really good. The problem is the default "Displayed Tab Width" (Preferences->Java->Editor) is set to 4. This is bad choice. Most tools (ex. cat on console, CVS browser on JSynthLib SourceForge site, ....) assumes "Displayed Tab Width" is 8. I see indentation of some code is broken in JSynthLib. This default value may be one of the reason. I'd like to ask developers to set the value to 8. If there is no objection, I'll add this on programming.html. On Wed, 28 Jul 2004 01:37:07 -0700 Rib Rdb <ri...@gm...> wrote: Rib> Hi Hiroo. I just wanted to make sure you know that you can use Rib> Eclipse to automatically do this sort of refactoring. (ie moving Rib> methods to a super class). I think you just select a method and then Rib> choose Pull Up from the refactoring menu. I've found eclipse isn't Rib> too bad to use once I enable the emacs keys, even though it has some Rib> small problems, the refactoring stuff makes it worth the effort Rib> sometimes. -- Hiroo Hayashi |