Hi,
after update to 1.31 on centos7.3 I got also gtk3 statusbar.
Only visible difference is that it uses about 2.5 more vertical space.
It would be nice to be able select gtk version in preferences/cmdline.
--
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/1600
I have copied syntax for C (filetypes.c) to filetypes.zsc.conf. However, when I open a file with zsc suffix, there is no syntax highlighting. I know that their (C and ZScript) syntax is close enough, and when I select the filetype manually through the menu, the highlighting is working. I have also tried copying the cyntax from CPP file, and it doesn't work either. Also I know that when I created a custom filetype for SCSS files, everything went without a hitch, and files with scss suffix are recognized and the syntax is highlighted. But for .zsc it is not working for some reason.
Geany version is 1.36.
--
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/2515
im trying to include curlpp in geany but i dont know how, if anyone knows how to then plz tell me.
P.S. i dont know if this would classify as an issue but i dont know where else i would put this
--
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/986
I am using Ubuntu and the latest 1.36 geany. My system is in dark mode and uses a dark theme in geany editor. In my geany editor there is a straight white line on the right of the screen. It only appears in geany editor and if I change the size of the editor the line also changes. Functionally geany is working fine but that white line is irritating.
![alt text](https://i.ibb.co/Pg4PVXR/1.png)
--
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/2514
im trying to make a game with sprites but there doesn't seem to be a plugin listed for using sprites, if there is one then please link me it and if there isn't one can somebody please make it, thanks in advance for anyone that helps. (using geany 1.29 on raspberry pi 3B)
--
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/985
I managed to add a hotkey for the sidebar, and it's very nice being able to quickly toggle that one. Would be really nice to have the message-window the same. That way i would get to focus on the text file itself.
Thank you for the great IDE!
--
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/2511
Uses the Geany "key-press" signal, allowing access to all keys, including bound ones.
Fixes a bug that prevent the use of bound keys without modifiers.
Prevents playback during recording.
Displays recording indicator on the status bar.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/980
-- Commit Summary --
* Connect to Geany "key-press" signal
* Prevent playback during recording
* Add recording indicator to status bar
* Fix bug: allow bound keys without modifiers
-- File Changes --
M keyrecord/src/keyrecord.c (72)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/980.patchhttps://github.com/geany/geany-plugins/pull/980.diff
--
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/pull/980
![image](https://user-images.githubusercontent.com/36535433/82659395-36965400-9c5b-11ea-83fc-fa90f2e7762e.png)
This might be a little nuisance, but its still an issue. Dragging the window doesn't work. Using geany 1.36 on Arch Linux LXQT/Openbox
--
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/2510
O:show on symbol list
X:just like never exist
auto getName(int id)->::std::string; // O
auto getName(int id)->std::string; // X
auto getName(int)->::std::string; // O
auto getName(int)->std::string; // X
auto getName(uint32_t id)->std::string; // X
auto getName(uint32_t)->std::string; // O
Use global namespace could cover this bug for now.
--
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/2509