[Github-comments] [geany/geany] Error in "Document/Set Lineend/Set to xx and convert" (#1218)

elextr notifications at xxxxx
Wed Sep 14 12:31:44 UTC 2016


Ok, thats new enough.

`read.c` is part of the tag parser, its not part of the Geany file reading so it won't be that.  

The mode isn't controlled by Geany, we use the Glib or GIO libraries to read the file and neither has the option for us to specify a mode.  Possibly the libraries have changed their file handling, but for your test files I doubt it would matter, the same characters will be read into the buffer.  But you can see if the file was read correctly by setting `menu->view->show line endings` which will show exactly what characters are in the buffer.

All operations after that happen on the buffer in memory, so it only matters whats in the buffer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1218#issuecomment-246997931
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160914/cce0dadb/attachment.html>


More information about the Github-comments mailing list