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 115141 - *Fortran* fixed source form: restricions for positions 1-6
Summary: *Fortran* fixed source form: restricions for positions 1-6
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 174430
Blocks:
  Show dependency tree
 
Reported: 2007-09-10 11:17 UTC by Alexey Shubin
Modified: 2013-05-07 11:21 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 Alexey Shubin 2007-09-10 11:17:55 UTC
Standard Fortran 2003 says

   3.3.2.4     Fixed form statements
A label, if present, shall occur in character positions 1 through 5 of the first line of a statement; otherwise,
positions 1 through 5 shall be blank. Blanks may appear anywhere within a label.



It means that appearing of any symbols except [0-9] in positions 1-5 must be interpreted as incorrect label and cannot
be highlighted as correct keywords, identifiers etc.