I switched today from Geany 125 to 126 With the new version (running on Windows 7 64bit), I have (reproducibly) a strange problem with one file (its name is `irbrc`) which I had created with 125: When I want to save the file, an error popup occurs (see screenshot) which gives a "permission denied" message Moreover, this popup can not be clicked away (more precisely, when I click on OK, the popup seems to disappear for a fraction of a second, only to reappear again) I think, this behaviour of the popup window is clearly an error, because it is a modal dialogue, and I have to kill Geany with the task manager in order to continue my work It could be that Geany, after I clicked OK, tries again to fulfil the *Save* request, and finds - for whatever reason - the file still write-protected and brings up the same dialogue again
BTW, I don't think that this is *really* a permission issue, even though the message says so, because I can happily edit this file with other text editors I don't know why this file is special It is neither the name nor the content - I can use "save as" to save the file into a different directory
![capture_20151214_170717](https://cloudgithubusercontentcom/assets/6795665/11786323/301e8616-a286-11e5-8c48-98772ff2ad57jpg)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/815
When geany.glade is opened in a modern Glade there is a message that it should be checked in Glade 3.8 for deprecated widgets.
Can "somebody" who has Glade 3.8 please check it and post the results so it can be upgraded now GTK 2 is no longer supported.
--
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/2860
Suppose we have a lengthy C code and want to refactor existing variable names:
```c
...
int x_value, y_value;
...
```
1. Double click `x_value` and press `Ctrl+h`
2. Resize dialog opens with `x_value` set as **Search for:** keyword value
3. Leave the dialog open
4. Now double click `y_value` to highlight it and press `Ctrl+h`
5. Resize dialog is brought back to focus but the **Search for:** keyword isn't updated
I'd like step 5 to update the keyword value with new highlighted value from the editor.
The reason I leave the dialog open is because I want to keep track of the recent keyword that I just replaced without having to undo and redo again when I forget the last changes made to the document.
--
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/2808
Just opening this for discussion as @kugel- is the owner of the code and I am not sure if the owner wants it to ship with official plugin.
As, geany seems to be moving to `gtk3` build, maybe ship https://github.com/kugel-/peasy instead of `geanypy`.
>From my personal experience, the plugin from peasy works well.
--
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/1013
This may already be on the developer's to-do list, but I think it would be very helpful if the Debugger add-on had support for PDB (Python Debugger) and LLDB (LLVM Debugger).
--
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/886
I currently have two Geany instances open. One is being used for a dedicated project; the other is a "scratch" instance I keep open for general-purpose rapid iteration.
I don't mind using the GNOME filepicker to open/save files when working on dedicated projects, but I tend to prefer the terminal for speed when I'm rapidly opening and closing things or when I need to create quick hacks without breaking mental flow.
Unfortunately, Geany wants to send *everything* to its "first instance" when invoked at the commandline. Due to coincidence, apparently this is the instance with the dedicated project in it. Soooo, I get to use the terminal with my dedicated projects, but am forced to use the filepicker (over NFS!!!) when doing quick hacks. Haha.
So. I found Geany's `--socket-file` parameter, but I do not understand how to use it *as only the master Geany instance has a socket file in `/tmp`!*
```
$ ls .config/geany/
colorschemes filedefs geany.conf geany_socket_darkstar__0 keybindings.conf plugins tags templates
$ readlink .config/geany/geany_socket_darkstar__0
/tmp/geany_socket.b5c4f11f
$ lsof | grep geany_socket
geany 17853 i336 5u unix 0xc2b68240 0t0 4654382 /tmp/geany_socket.b5c4f11f
$ ls /tmp/geany_socket*
/tmp/geany_socket.b5c4f11f
$ ps aux | grep [g]eany
i336 17853 0.1 1.7 103224 36696 ? Sl Mar04 74:50 geany
i336 17955 0.0 1.6 105060 34036 ? Sl Mar04 25:23 geany
$
```
I'm curious why `--socket-file` exists at all. There are no options that allow me to start an instance with a specified socket file of my own choosing, for instance; I have to rely on Geany creating the socket file itself so I can use 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/1834
This implements a usability feature that GTK 3 removed a long time ago: the ability to scroll over tabs. Other toolkits and software _(GTK2, Qt apps, MATE apps, Chromium, Firefox)_ support this, so it would feel natural for Geany to support too.
Addresses #872. Not "fixes/closes" as this is only reinstated for document tabs. If one knows where to look, it is probably trivial to add the event for other tabs too (sidebar, message window, preferences).
_Based on this commit for MATE Caja: https://github.com/mate-desktop/caja/commit/0b4c7a6b8c25afb987d08bfd2c4c9be… (GPLv2)_
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3134
-- Commit Summary --
* Add ability to scroll over document tabs
-- File Changes --
M src/notebook.c (32)
-- Patch Links --
https://github.com/geany/geany/pull/3134.patchhttps://github.com/geany/geany/pull/3134.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3134
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3134(a)github.com>
Hi
I've noticed since I last updated Geany to 1.38-3 from the Arch Repository that the Copy and Paste functionality is not working consistently. This is what I observed:
**Working:**
- Copying text between tabs in Geany is working.
- Copying text from "Gnome Console" to Geany is working.
- Copying text from Geany to "Alacritty" terminal is working.
**Not Working:**
- Copying text from Geany to "Gnome Console" is not working.
- Copying text from Geany to "LibreOffice Writer" version 7.4.3.2 is not working.
**Application Information:**
```
❯ geany -V
geany 1.38 (built on Aug 5 2022 with GTK 3.24.34, GLib 2.72.3)
```
Linux Environment:
```
inxi -b
System:
Kernel: 6.0.8-zen1-1-zen arch: x86_64 bits: 64 Desktop: GNOME v: 43.1 Distro: EndeavourOS
Display: wayland server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.5
compositor: gnome-shell driver: X: loaded: intel
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3345
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3345(a)github.com>