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 - Not properly handling Mac CR terminated linefeeds for debugging, editing
Summary: Not properly handling Mac CR terminated linefeeds for debugging, editing
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 18:39 UTC by emiddio
Modified: 2015-09-04 13:09 UTC (History)
1 user (show)

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 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.