Chris2011 commented on code in PR #8645:
URL: https://github.com/apache/netbeans/pull/8645#discussion_r2200961366


##########
ide/diff/src/org/netbeans/modules/diff/builtin/visualizer/editable/EditableDiffView.java:
##########
@@ -192,6 +198,9 @@ public EditableDiffView(final StreamSource ss1, final 
StreamSource ss2, boolean
         actionsEnabled = ss2.isEditable();
         diffMarkprovider = new EditableDiffMarkProvider();        
 
+        lineEnding1 = detectLineEnding(ss1);
+        lineEnding2 = detectLineEnding(ss2);

Review Comment:
   Thx for the hint, will have a lool soon :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to