http://defect.opensolaris.org/bz/show_bug.cgi?id=19198

           Summary: Inadequate indentation
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: webapp
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


C indentation seem to less readable on the recent version of OpenGrok.

Formerly: The first element on the line, the line number, was wrapped
by an appropriate number of nbsp;s to form a 8 characters block.
The subsequent TAB aligned the text on the next least multiple of 8,
the 16th character.

Newly: The first element, the line number, is enclosed in
the inline-block of defined width smaller than 8 (6); the subsequent
TAB aligns the text on the next least multiple of 8, the 8th character.
Note, that the tab width in this case is just 2 characters. That makes
the text very hard to read, it makes difficult to quickly navigate
through the source code.

Proposal:
#src .l, #src .hl, .blame .r, .blame .a, #results .l, #more .l, #difftable i,
del.d {
    width: 8ex;
}

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to