Seems like the translation for the string in the status bar is not being using in Geany 2.0.
![billede](https://github.com/geany/geany/assets/1836590/c03f93b4-2e63-46fb-9253-71a7c8f673a2)
```
#: ../src/ui_utils.c:62
msgid ""
"line: %l / %L\t col: %c\t sel: %s\t %w %t %mEOL: %M encoding: "
"%e filetype: %f scope: %S"
msgstr ""
"linje: %l / %L\t kolonne: %c\t markeret: %s\t %w %t %mlinjeafslutning: %M kodning: "
"%e filtype: %f område: %S"
```
https://github.com/geany/geany/blob/0fd68e4182bf2540249810da52382e2f1c4810a…
> Windows 7.
> Geany 2.0.
> "Pryce"
> (bygget Oct 19 2023 eller efter)
> Med afviklingsbibliotekerne GTK+ v3.24.34 og GLib v2.72.3
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3620
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3620(a)github.com>
3 strings at the bottom seem to not be translatable.
```
Change History
Show in markers margin
Show as underline indicators
```
![billede](https://github.com/geany/geany/assets/1836590/d96283ba-b644-4fd6-8028-b856a70d6d22)
> Windows 7.
> Geany 2.0.
> "Pryce"
> (bygget Oct 19 2023 eller efter)
> Med afviklingsbibliotekerne GTK+ v3.24.39 og GLib v2.78.0
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3629
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3629(a)github.com>
Maybe change "Miscellaneous" and "Various" to something more specific telling what it is rather than just that is it something unknown.
![billede](https://github.com/geany/geany/assets/1836590/8c9eded9-e2e5-448e-b74d-139279827dec)
> Windows 7.
> Geany 2.0.
> "Pryce"
> (bygget Oct 19 2023 eller efter)
> Med afviklingsbibliotekerne GTK+ v3.24.39 og GLib v2.78.0
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3626
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3626(a)github.com>
I right click in the pane with a open file and select Format.
The first option Join Lines is not using the translated string.
![billede](https://github.com/geany/geany/assets/1836590/0cd66b69-fb0c-41c1-baaf-90769645618b)
```
#: ../data/geany.glade.h:372 ../src/keybindings.c:508
msgid "_Join Lines"
msgstr "_Sammenføj linjer"
```
I don't see the string "_Join Lines" in the locale/da/LC_MESSAGES/geany.mo released with Geany 2.0.
> Windows 7.
> Geany 2.0.
> "Pryce"
> (bygget Oct 19 2023 eller efter)
> Med afviklingsbibliotekerne GTK+ v3.24.34 og GLib v2.72.3
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3621
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3621(a)github.com>
This is happening with the new 2.0 version. The items are still clickable but are redirecting to the lines analized for the other file. The only way to make the panel update is by switching files from the Documents panel.
I include the geany error messages related to not loading the old 1.38 plugins, which is perfectly fine. Still I include it in the screenshot maybe this has some indicence.
![Captura_2023-10-20_12-03-27](https://github.com/geany/geany/assets/8375315/dc8bdc6e-0e12-4e85-a4c2-05eb0b14de34)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3622
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3622(a)github.com>
See #3613.
Some of the changes here make sense, some don't really but are still needed not to look terrible with Adwaita 43. See each commit for details.
@techee @eht16 that's kind of how it looks to dodge the Adwaita 43 issues I could see.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3614
-- Commit Summary --
* Use symbolic icons in entries
* Use symbolic icons in build setup dialog clear buttons
* Use symbolic icons for tab label close buttons
* Add ui_image_menu_item_new_with_icon_name()
* Add ui_button_new_with_icon_name()
* Use symbolic icon for edit-clear icon
* msgwin: Hack not to add a new string
-- File Changes --
M data/geany.glade (4)
M src/build.c (6)
M src/dialogs.c (2)
M src/msgwindow.c (20)
M src/notebook.c (2)
M src/plugins.c (2)
M src/ui_utils.c (40)
M src/ui_utils.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/3614.patchhttps://github.com/geany/geany/pull/3614.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3614
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3614(a)github.com>
When I press F5, my Python codes will be executed in Geany. However, this does not work for R codes, although R files are supported by Geany.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3376
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3376(a)github.com>
This resolves #3376.
I thought about adding more commands, for example to automatically write the output into a file, but I think, only the command I added is generally desirable.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3607
-- Commit Summary --
* add R execution command
-- File Changes --
M data/filedefs/filetypes.r (5)
-- Patch Links --
https://github.com/geany/geany/pull/3607.patchhttps://github.com/geany/geany/pull/3607.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3607
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3607(a)github.com>
Seems to be fixed in macOS 14.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3369#issuecomment-1771687080
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3369/1771687080(a)github.com>
@kloczek Sorry I don't get it, they both use the same scheme: `major.minor.micro` as the tag, and `major.minor[.micro if micro > 0]` or however I can describe that for the asset names.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1acaf/130453461(a)github.com>