--- Jeremias Maerki <[EMAIL PROTECTED]> wrote:
> Go to Windows/Preferences, then Java/Editor, tab
> "Typing", the activate
> "Insert spaces for tabs". 
> 

Done.

> Also, get the Eclipse plug-in for Checkstyle:
> http://eclipse-cs.sourceforge.net/
> 

Done, but...

> Helps you keep in line with code conventions. For
> example, it shows you
> any occurence of a tab character in the code base.
> That's how I find
> these so fast.
> 

1.) Are you defining these rules manually within
Eclipse?  I can do that, also I can get the default
"Sun Checks" working within the IDE, but when I
attempt to import our checkstyle3.1.1-head file it is
failing (needs a DTD for validation).

2.) More generally, all three checkstyle files
("checkstyle.cfg", "checkstyle.header", and
"checkstyle3.1.1-head") we have in the FOP HEAD root
directory don't seem to work with the new checkstyle
3.5 download.  One of them is a .properties file (not
an XML file that checkstyle wants), the other lacks a
DTD and hence fails on validation (although the DTD
for 3.5 appears radically different than the 3.1.1
XML), and the third appears to be nothing but a copy
of the Apache license.  Is anyone still using these? 
Else, I'll drop them, put them in the attic for
someone to recreate with the new 3.5 DTD whenever
desired.  Unless I'm misunderstanding things here, I
wouldn't want anyone else to be confused that these
three files have any relevance to modern versions of
Checkstyle.

Thanks,
Glen



> On 13.03.2005 18:29:48 Glen Mazza wrote:
> > Oops, thanks.  I've just recently switched to
> Eclipse
> > (from JEdit) and haven't been able to completely
> turn
> > them off yet.  
> > 
> > (BTW, with Eclipse, is there a way that, even if I
> > *do* hit the tab character key, four spaces will
> be
> > substituted instead?  There's a couple of places
> where
> > I can turn of tabbing when Eclipse is doing the
> > indentation, but AFAICT not when I hit the tab key
> > myself.)
> > 
> > Thanks,
> > Glen
> > 
> > 
> > --- [EMAIL PROTECTED] wrote:
> > > jeremias    2005/03/13 02:52:28
> > > 
> > >   Modified:    src/java/org/apache/fop/layoutmgr
> > >                        
> > > PageSequenceLayoutManager.java
> > >   Log:
> > >   Removing illegal tab characters.
> > >   
> 
> 
> 
> Jeremias Maerki
> 
> 

Reply via email to