I tried to build the latest Geany version from master on OS X and get errors in Scintilla sources because it started using C++11. The problem on OS X is that there are two C++ standard libraries - libstdc++ (legacy without C++11 support) and libc++ (supported one with C++11). When llvm is invoked as gcc in the gcc compatibility mode (which happens when building Geany), libstdc++ is used by default which leads to the compilation errors because of missing C++11 support.
For this reason I'd need to add -stdlib=libc++ flag on the Mac build. Any idea (@b4n) how to best do it?
--
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/1618
Hi,
It seems that geany has some keybindings coded in and inaccessible to the user? I work on text files with thousands of lines, and one keybinding that gets me into trouble is _Ctrl-Up/Down_. I occasionally hit it by accident, and it takes me to the top or bottom of the file, from which finding my way back to the line that was in focus is a chore.
I have no need of this shortcut, as it only duplicates the standard Ctrl-Home/End functionality. I don't see the binding listed either in Settings or the keybindings.conf file, so I guess it's hard-coded in? Is there any way to neutralize these shortcuts?
Thanks.
--
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/1622
Since a recent ubuntu update I get this when starting Geany.
`(geany:3522): GLib-ERROR **: Creating pipes for GWakeup: Too many open files`
If I disable git-changebar, it does start just fine.
@b4n any idea?
--
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-plugins/issues/604
geany 1.24.1 (kompiliert am 2014-04-19 mit GTK 2.24.23, GLib 2.40.0)
OS: antix 16 (debian, no systemd)
to reproduce:
- open any file
- open 'replace' dialog
- enter something and keep on replacing until the '... not found, restart search from beginning?' dialog appers
- DON'T close that dialog but click again on 'replace and find'
-> geany hangs up and does not accept any inputs, but painting still works, and fortunately it still reacts to external SIGTERMs. Unsaved progress is lost.
--
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/1232