Re: [Github-comments] [geany/geany] Scintilla future change to rectangular selction key binding (#1568)

2017-08-02 Thread elextr
Saucefudge is hard to use, but I think Neil committed it to Scintilla 4 not the long term 3 branch, so we have some time, just look out for backports. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Geany Locking up when typing or copying of text (#1540)

2017-08-02 Thread elextr
@codebrainz thanks, so if all the rest of data memory (the per line data and everything else) adds up to say 500-600MB then it will be exceeded on buffer resize for a file near 300-400MB. So it looks more and more like the problem, but it would be good if Geany didn't just hang :) -- You are

Re: [Github-comments] [geany/geany] Geany Locking up when typing or copying of text (#1540)

2017-08-02 Thread Matthew Brush
> I don't know how much data memory 32 bit Windows allows, maybe its only 2GB 2GB for 32-bit processes running on 32 or 64-bit Windows (ex. Geany), 8TB for 64-bit processes on 64-bit Windows, by default. At least according to [their

Re: [Github-comments] [geany/geany] Scintilla future change to rectangular selction key binding (#1568)

2017-08-02 Thread elextr
Yes, and accidental multiple cursor creation needs to be disabled since Geany does not support multiple cursors. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Geany Locking up when typing or copying of text (#1540)

2017-08-02 Thread elextr
> also nothing else on the laptop shows any signs of swapping locking up. Ok, swapping is probably not happening since it will make everything slow. > Within Windows its not until I start doing anything like entering text things > lock up with the LF down the side. Ok, so Geany hangs, but in a

[Github-comments] [geany/geany] Scintilla future change to rectangular selction key binding (#1568)

2017-08-02 Thread Matthew Brush
Scintilla will be changing the key/mouse binding for rectangular selection, as per: https://groups.google.com/d/msg/scintilla-interest/kZcE8firI3A/dsBn0joZAwAJ Since Geany doesn't support multiple selections, and almost every X11 window manager captures Alt+drag for moving a window (has saved

Re: [Github-comments] [geany/geany] Geany Locking up when typing or copying of text (#1540)

2017-08-02 Thread Matthew Brush
> Do you really consider 250 MB - 300 MB as a ridiculously large file for 2017? For a source code file, it's very large. Even auto-generated source code would rarely (if ever) get that large. Not that it's a use case that shouldn't be supported if possible. If the machine can handle it and

Re: [Github-comments] [geany/geany] Geany Locking up when typing or copying of text (#1540)

2017-08-02 Thread hdaz000700
Hi Elextr, The file opens fine within both Linux and Windows from both Geany and Scite. Within Windows its not until I start doing anything like entering text things lock up with the LF down the side maybe I have been too impatient to see if it ever unlocks from this position but as far as I