As usual, closing in to a release calls for updating the translations and thus using the plugin, leading to finding issues and shortcomings. Here are various fixes and improvements for this iteration. Some are actual bug fixes (089786be21422e25c5122d86e0b8b98ffb36798c), some are safety (9059b5505a359627fe79124a5f7ebc6c6776f0b1 and cdaa961ce6b441162d4f6bcb329d0307d8945e01), and some are improvements (2fb4dd080ad9cd521f9b5d981c517314fd3c6b7c, e1175d4c0e32f9b76e0f440abd9e657369d405eb, f76f801ce19bb24b70b4fd424498a408dec20d67, cff154c3ba7aac703ae1bcd901a1177252934051).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/696
-- Commit Summary --
* pohelper: Consider dash a separator when rewrapping messages
* pohelper: Do not leave spaces at the start of a line when rewrapping
* pohelper: Fix locating line breaks
* pohelper: Properly break all multiline strings on multiple lines
* pohelper: Fix regular expression replacement when no matches are found
* pohelper: Make sure to only replace header fields in the actual header
* pohelper: Use GP version for the plugin
* pohelper: Update X-Generator header if present
-- File Changes --
M pohelper/src/gph-plugin.c (146)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/696.patchhttps://github.com/geany/geany-plugins/pull/696.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/696
With this PR the workbench file list and sidebar will automatically be updated if a file is created, removed or renamed. The feature uses the file monitoring from the GIO lib to monitor directories. If required, the feature can be disabled in the workbench settings dialog.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/695
-- Commit Summary --
* workbench: support live update. Closes #659.
-- File Changes --
M workbench/README (31)
M workbench/src/Makefile.am (2)
M workbench/src/dialogs.c (18)
M workbench/src/menu.c (18)
M workbench/src/plugin_main.c (8)
M workbench/src/popup_menu.c (20)
M workbench/src/sidebar.c (374)
M workbench/src/sidebar.h (17)
A workbench/src/wb_monitor.c (267)
A workbench/src/wb_monitor.h (33)
M workbench/src/wb_project.c (508)
M workbench/src/wb_project.h (14)
M workbench/src/workbench.c (224)
M workbench/src/workbench.h (11)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/695.patchhttps://github.com/geany/geany-plugins/pull/695.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/695
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