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 84831 - <CR> removes spaces at the beginning of line (in Fortran)
Summary: <CR> removes spaces at the beginning of line (in Fortran)
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 20:18 UTC by Thomas Preisler
Modified: 2007-12-21 14:29 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:18:25 UTC
Transferred from CR6409404:
I was editting a Fortran source file using the built-in editor.  It's a simple
helloworld
file named testing.f:

	PRINT *, "HELLO"
	END

when putting the cursor after the "HELLO" and hit <CR>, instead of just getting
a new line all the space characters before the PRINT get removed as well.
Comment 1 Alexander Pepin 2007-12-21 14:29:27 UTC
Now it works.