Re: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Thilo Goetz
Anthony Berglas writes: > Hello All, > > I want to set the basic indentation to be two characters rather than 4. Is > this possible using JDE? The following used to sort of work, but the hook > did not appear to fire -- I had to explicitly call ajb-jde-mode-hook > whenever I visited a new

Re: font face for javadoc html

2001-05-30 Thread Thilo Goetz
Noel L Yap writes: > How do I change the syntax-highlighting color of the html within javadoc > comments? > > Thanks, > Noel The face is called jde-java-font-lock-link-face. Information on how to customize variables is in the JDE docs. HTH, Thilo

Re: Help: Novice question: Changing color of packagename.

2001-05-14 Thread Thilo Goetz
Henry Kleynhans writes: > Hi All, > > I'm still new to JDE. Can someone please tell me how to change > color of the packagename and imported classes. i.e: > > > package org.whatever.this > import org.whatever.this.package > > > Thanks in advance, > > Best Regards