Is this string missing a space?
`File %s opened(%d%s).`
Like so:
`File %s opened (%d%s).`
--
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/1789
When you write CSS, html or maybe other markup languages, you often need to type colors. A very nice feature would be to have the same thing we got in modern browsers (like firefox) when you inspect an element :
- next to the RGB/RGBA color code there is a big dot representing the color (very useful)
- if you click on it, you have a color picker to change it and it changes the color code accordingly
Actually we are forced to open a color picker just to see what is the color code, so I open Gimp which is heavy and it's quite unpractical
Thank you :)
--
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/1669
The instructions on https://www.geany.org/Contribute/Translators says to run "msginit -l ll_CC -o ll.po -i geany.pot" but there is no geany.pot file in the po folder.
Is this an error?
I see a link to the pot file at the bottom of:
https://i18n.geany.org/
So i guess i just take it from there but perhaps the page should be corrected.
--
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/1786
I would like to add CP949 in encoding format support.
Geany can not read Hangul CP949, which is higher than the EUC-KR we are currently supporting.
I'm looking forward to 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/1782
I would like to know if there is a function which a plugin can call to query if a keybinding/key press combination is already in use (by geany itself or a different plugin).
Ideally this would return displayable information about the assigned action like in the keybindings preferences dialog.
Is there any function for this? Or do I need to search through the ```keybinding_groups``` array myself?
--
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/619
This issue is copied from the original feature request by @BarbzYHOOL geany, see https://github.com/geany/geany/issues/1669:
When you write CSS, html or maybe other markup languages, you often need to type colors. A very nice feature would be to have the same thing we got in modern browsers (like firefox) when you inspect an element :
next to the RGB/RGBA color code there is a big dot representing the color (very useful)
if you click on it, you have a color picker to change it and it changes the color code accordingly
Actually we are forced to open a color picker just to see what is the color code, so I open Gimp which is heavy and it's quite unpractical
Thank you :)
--
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/663