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

Summary: <CR> removes spaces at the beginning of line (in Fortran)
Product: cnd Reporter: Thomas Preisler <thp>
Component: -- Other --Assignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.