Using GeanyVC with Geany 1.36 on Ubuntu 18.04.
When I enabled plugin configuration options: "Show VC entries at editor menu". The menu was added to Editor context menu (right-click menu), this is in addition to the menu under Tools in main menu.
For a given managed file (already in repo), the "Add to Version Control" entry in the Editor context menu shows up correctly grayed out (disabled). However, this action is still enabled in the Tools>Version Control>File menu. The entry gets grayed out correctly again, when I **disable** the config option "Show VC entries at editor menu".
--
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/970
Fixes #970.
Enabling Editor context menu in config options creates a new instance of File menu in addition to the one under Tools> Version Control. It's properly attached to its parent. However, updates are done only to a single instance (basically the last one to initialize), which in this case is the one in Editor context menu.
Added support for multiple instance of the current File menu, so that these get properly updated.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/971
-- Commit Summary --
* GeanyVC: Support multiple instances of current File menu
-- File Changes --
M geanyvc/src/geanyvc.c (140)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/971.patchhttps://github.com/geany/geany-plugins/pull/971.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/971
@frlan reported:
Seeing
```
(geany:355558): GeanyVC-CRITICAL **: 20:47:43.400: parse_fossil_info: assertion 'start' failed
(geany:355558): GeanyVC-CRITICAL **: 20:47:43.725: parse_fossil_info: assertion 'start' failed
```
while using the code.
--
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/999
![geany_error](https://user-images.githubusercontent.com/31248040/89197316-31874680-d5b4-11ea-8a91-0254ea2c623b.png)
![geany_log](https://user-images.githubusercontent.com/31248040/89197325-364bfa80-d5b4-11ea-8f96-a50faf954cb3.png)
![geany_version](https://user-images.githubusercontent.com/31248040/89197537-8aef7580-d5b4-11ea-8d33-afa9c2da1632.png)
![geany_pretty-printer-version](https://user-images.githubusercontent.com/31248040/89197549-8dea6600-d5b4-11ea-9657-2f22d77da990.png)
Example file: [cyrillic_example.xml.txt](https://github.com/geany/geany-plugins/files/5016…
Content: ![example-1_content](https://user-images.githubusercontent.com/31248040/89197976-2aad0380-d5b5-11ea-8d9d-12e3699bece3.png)
Example 2:
[cyrillic_example2.xml.txt](https://github.com/geany/geany-plugins/files/501…
![geany_error-2](https://user-images.githubusercontent.com/31248040/89198064-4b755900-d5b5-11ea-9acd-6e2287f659e9.png)
![example-2_content](https://user-images.githubusercontent.com/31248040/89198204-85465f80-d5b5-11ea-8ebf-1a25dc1b747a.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-plugins/issues/994
Geany-INFO: Geany 1.27, C
Geany-INFO: GTK 2.24.30, GLib 2.48.2
Saving a file an a samba share gives an error. It has been working for a long time correctly. with commands, cp, rm and mv everything works fine.
11:19:48: This is Geany 1.27.
11:19:48: File /home/aharjg/smb4k/RH1/prive/Feest/testje.txt opened(1).
11:19:52: Error saving file (Failed to rename file '/home/aharjg/smb4k/RH1/prive/Feest/testje.txt.QGYOP0' to '/home/aharjg/smb4k/RH1/prive/Feest/testje.txt': g_rename() failed: File exists).
Please help me
--
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/2577
Just [came up](https://debianforum.de/forum/viewtopic.php?f=28&t=177734) in a German forum, where a user described the replace dialog as "cryptic":
The last three buttons in the German replace dialog are labeled "Search", "Replace" and "Replace and Find" ("Suchen", "Ersetzen", "Ersetzen und Finden"). Using a different term to describe the very same action - i.e. "search for next match" - makes an already complicated dialog even less intuitive.
I assume the "Find" instead of "Search" description in the last button was used because all of the letters in "Ersetzen und Suchen" are already used as shortcuts for other gadgets.
IMHO, a better approach would have been to change one of the shortcuts of the other gadgets, so "Ersetzen und Suchen" could have been used.
--
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/2524