Francois <fla_2 at hotmail.com> writes: > Super! > > I totally agree tabs are evil. This code in particular has a mix of > tabs and spaces on individual lines and appears randomly indented when > the tab size isn't set to the "correct" value.
Hi Francois, I've just checked in the fix, so if you try the latest code from the repository, it should be possible to replace tabs with spaces in the xrefs. There's no nice switch to turn it on, you'll have to generate a configuration.xml and add this to the appropriate Project section manually: <void property="tabSize"> <int>4</int> </void> Instructions for building OpenGrok from source can be found here: http://hub.opensolaris.org/bin/view/Project+opengrok/builddescription -- Knut Anders