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 84833 - <TAB> character should not be converted
Summary: <TAB> character should not be converted
Status: RESOLVED DUPLICATE of bug 84832
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 20:27 UTC by Thomas Preisler
Modified: 2007-04-04 22:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preisler 2006-09-13 20:27:25 UTC
Transferred from CR6409412: <TAB> character should not be converted
When typing a Fortran program using the builtin-editor, all <TAB> characters are
converted to 4 spaces by default.  Therefore, compiling the following file will
result in compilation error.

	END  ! <TAB> before the END

<TAB> is a special character in Fortran and should never be converted.  For
display purpose inside the builtin-editor, <TAB> should be treated as 8 spaces
by default for Fortran but the <TAB> character itself should not change.
Comment 1 Jesse Grodnik 2007-04-04 22:56:35 UTC

*** This issue has been marked as a duplicate of 84832 ***