This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154889

Summary: cout arrows should be better aligned, like in emacs
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: EditorAssignee: Alexander Simon <alexvsimon>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexander Simon 2008-12-08 09:02:24 UTC
Original request: CR#6781908

A DESCRIPTION OF THE REQUEST :
When using cout, cerr, etc. the double arrows are not aligned with it each other. emacs does this for years now.

JUSTIFICATION :
beautiful code is easier to read
-> world peace

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
    std::cout << "# desired tree size:\t" << currentIndexSize
                    << "\ttree size reported by implementation:\t"
                    << myIndex.size() << endl;
ACTUAL -
    std::cout << "# desired tree size:\t" << currentIndexSize
            << "\ttree size reported by implementation:\t"
            << myIndex.size() << endl;
Comment 1 Alexander Simon 2009-09-17 19:19:59 UTC
*** Issue 168505 has been marked as a duplicate of this issue. ***