Re: [Github-comments] [geany/geany] File edits slowly (#2675)

2020-11-27 Thread Matthew Brush
Related to/duplicate of #2484 et al. Upstream bug: https://sourceforge.net/p/scintilla/bugs/1563/ -- 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/2675#issuecomment-735023263

Re: [Github-comments] [geany/geany] File edits slowly (#2675)

2020-11-27 Thread elextr
Closed #2675. -- 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/2675#event-4047462685

Re: [Github-comments] [geany/geany] File edits slowly (#2675)

2020-11-27 Thread elextr
Files containing a single very long line are a known issue with Scintilla because a lot of its work happens on the visible lines, which in this case is the whole file. This is unlikely to change, its not what it was designed for and its not the common use-case its optimised for. You can try se

[Github-comments] [geany/geany] File edits slowly (#2675)

2020-11-27 Thread philip r brenan
Geany edits the attached file very slowly. Might it be possible to make it edit more quickly without having to reformat the HTML? [zzzNetwork.txt](https://github.com/geany/geany/files/5608094/zzzNetwork.txt) -- You are receiving this because you are subscribed to this thread. Reply to this em