Please be patient guide me to have a new programming language specific capability/feature very similar to another previous existing one
The need arose for such in a PL has upgraded pretty drastic and needs to work as well as the orginal one and the real case is:
**Raku out of Perl 5**
Even if the `filetype_extensions.conf` was edited to be kind of
`Perl=*.pl;*.raku;` .....
its brace matching capability/feature would fail in e.g. a regex sub part variable
`qr{ .... }`
to become
`rx{ }`
Please guide how to set up correctly in clear, complete, brief step-by-step instruction
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3117
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3117(a)github.com>
expectation
the position of the split line should be remembered; as memory: pixel of the second window
comparison
the position of the sidebar is remembered
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3116
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3116(a)github.com>
home-key and end-key don't work in the second window (but ctrl+home and ctrl+end are working)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3115
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3115(a)github.com>
home-key and end-key don't work in the second window (but ctrl+home and ctrl+end are working)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1160
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1160(a)github.com>
I've updated Geany to 1.38 (geany-1.38_osx-2.dmg) and found that it no longer sees the dictionaries. In debug messages I found that Enchant is now 2.2.15 (was 1.x in Geany 1.37), so, as README suggests, I moved the dictionaries to the "hunspell" subdirectory while leaving the path in the configuration dialog untouched (parent directory of "hunspell"). Unfortunately, this didn't help, and the plugin still gives error "The Enchant library couldn't be initialized (unknown error (maybe the chosen language is not available))".
--
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-osx/issues/30
I used Geany 1.37 om Ubuntu 20.04, when I compiled such code(Line 34), there was different prompts between GUI and CLI:
Inside GUI, there was a red wave line under Line 34 ( int v2[10]; ) , and I heard an alert from PC:
/home/mianqi/Pictures/Screenshot from 2022-01-26 09-22-15.png
While, inside CLI, it was OK:
/home/mianqi/Pictures/Screenshot from 2022-01-26 09-23-02.png
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3113
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3113(a)github.com>
I'm using Geany 1.38 on Windows 10. (built on or after 2021-10-09, Using GTK+ v3.24.30 and GLib v2.70.0 runtime libraries)
When hovering over menu items they are initially not selected. This happens right after the same item has previously been clicked.
![gif_25-01-22_11-15-56](https://user-images.githubusercontent.com/5115734/150958852-4220e507-3252-40a1-8972-c2f64c75f974.gif)
First noticed first when invoking a specific plugin feature (Line Ops, Sort Lines) multiple times in succession. However, it can be reproduced for other menu items including non-plugin ones.
I think it is a general issue in how gtk is utilized in geany. But could also be a gtk issue on windows. Or combinatio
n of both.
I have no way to investigate right now.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3112
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3112(a)github.com>