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

Summary: hint wanted - align section on =, #
Product: ruby Reporter: jamespb <jamespb>
Component: EditingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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