Bug 5255 - move line identifier "*" to RHS of line numbers
Summary: move line identifier "*" to RHS of line numbers
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
Depends on:
Blocks: 2246 5292
  Show dependency treegraph
 
Reported: 2007-11-02 15:55 UTC by Andrew Cagney
Modified: 2007-11-14 14:51 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-02 15:55:27 UTC
For instance, instead of:

 1      a line
 2*     ******
 3      more lines

have, making the marker clearly not a fortran comment:

 1      a line
*2      ******
 3      more lines
Comment 1 Stan Cox 2007-11-13 00:55:38 UTC
* ListCommand.java (interpret):  Right adjust line numbers.

(TestListCommand is in progress pending regex challenges will mark fixed when
committed)
Comment 2 Stan Cox 2007-11-14 14:51:47 UTC
TestListCommand.java committed.