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 119291 - hint wanted - align section on =, #
Summary: hint wanted - align section on =, #
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 23:42 UTC by jamespb
Modified: 2011-01-28 20:11 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 jamespb 2007-10-17 23:42:44 UTC
# Turn this section:
    foo = 1 # blah, more blah
    bar = 2   # critical, but useless
    a_longer_variable = some_call # Random comment

    # Into this section
    foo               = 1         # blah, more blah
    bar               = 2         # critical, but useless
    a_longer_variable = some_call # Random comment