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 - cout arrows should be better aligned, like in emacs
Summary: cout arrows should be better aligned, like in emacs
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 168505 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-08 09:02 UTC by Alexander Simon
Modified: 2014-05-20 13:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***