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 254520

Summary: Not properly handling Mac CR terminated linefeeds for debugging, editing
Product: editor Reporter: emiddio <emiddio>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: mentlicher
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description emiddio 2015-08-19 18:39:49 UTC
netbeans works fine for debugging with Unix/lf, DOS/cr/lf line endings withing editor or when debugging.

But for Mac/cr only line endings things are messed up. I have to dos2unix modify the source code to be able to edit the original files without extra line breaks or for the debugger to properly match up lines with source code.

This issue been around for many nettbeans editions.
Comment 1 Martin Entlicher 2015-09-04 13:09:04 UTC
This is IMHO an editor issue.