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
The "Macro Trigger" entry doesn't respond to key presses. To reproduce, choose `Tools ->Record Macro`, then try to press some keys while the cursor is in the `Macro Trigger` entry.
Windows
Geany v1.35
Plugins v1.35
--
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/850
A more appropriate highlighting for keys in YAML files. The improvement can be noticed in any color scheme, particularly in the default one, where keys would have the same color and face than the ordinary text.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1838
-- Commit Summary --
* Better highlighting for YAML keys
-- File Changes --
M data/filedefs/filetypes.yaml (1)
-- Patch Links --
https://github.com/geany/geany/pull/1838.patchhttps://github.com/geany/geany/pull/1838.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/pull/1838
all other types, including user defined structs are correctly highlighted but not this basic type
--
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/2314
![image](https://user-images.githubusercontent.com/53166073/96951345-d9127600-151e-11eb-9528-baa61112ae57.png)
As screenshot shown above, all the debug buttons are NOT available.
I just downloaded geany-1.36_osx-2.dmg from official website, and my Mac version is 10.15.7 Catalina.
I also have GDB 9.2 installed from MacPorts at /opt/local/bin, codesigned, working fine from terminal.
Here's the Debug Messages:
`
10:40:43: Geany INFO : Geany 1.36, C
10:40:43: Geany INFO : GTK 3.24.14, GLib 2.62.4
10:40:43: Geany INFO : System data dir: /Applications/Geany.app/Contents/Resources/share/geany
10:40:43: Geany INFO : User config dir: /Users/Justin/.config/geany
10:40:43: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
10:40:44: Geany INFO : Loaded GTK+ CSS theme '/Applications/Geany.app/Contents/Resources/share/geany/geany.css'
10:40:44: Geany INFO : Loaded GTK+ CSS theme '/Applications/Geany.app/Contents/Resources/share/geany/geany-3.20.css'
10:40:44: Geany INFO : System plugin path: /Applications/Geany.app/Contents/Resources/lib/geany
10:40:44: Geany INFO : Added filetype Clojure (61).
10:40:44: Geany INFO : Added filetype Swift (62).
10:40:44: Geany INFO : Added filetype Graphviz (63).
10:40:44: Geany INFO : Added filetype Nim (64).
10:40:44: Geany INFO : Added filetype Arduino (65).
10:40:44: Geany INFO : Added filetype Genie (66).
10:40:44: Geany INFO : Added filetype Cython (67).
10:40:44: Geany INFO : Added filetype TypeScript (68).
10:40:44: Geany INFO : Added filetype Groovy (69).
10:40:44: Geany INFO : Added filetype Kotlin (70).
10:40:44: Geany INFO : Added filetype Scala (71).
10:40:44: Geany INFO : Added filetype JSON (72).
10:40:44: Geany INFO : Added filetype CUDA (73).
10:40:44: Geany INFO : Loaded libvte from /Applications/Geany.app/Contents/Resources/lib/libvte-2.91.0.dylib
10:40:44: Geany INFO : Loaded: /Applications/Geany.app/Contents/Resources/lib/geany/debugger.so (Debugger)
10:40:44: Geany INFO : /Users/Justin/projects/TestGeany/cgnew.f : F77 (UTF-8)
10:40:44: Geany INFO : /Users/Justin/projects/TestGeany/main.f90 : Fortran (UTF-8)
10:40:44: Geany INFO : /Users/Justin/projects/TestGeany/modParamt.f90 : Fortran (UTF-8)
10:40:51: GLib DEBUG : posix_spawn avoided (workdir specified) (fd close requested)
10:42:46: GLib DEBUG : posix_spawn avoided (automatic reaping requested) (fd close requested)
`
It would be appreciated if someone could point out why this plugin doesn't work, or maybe there's some trick settings I should do first?
--
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/1019
The treebrowser context menu items "Open externally" and "Open Terminal" don't work on Windows 10.
It doesn't lunch any external application.
However, the "Open Externally" function in built-in plugin Filebrowser is working correctly.
--
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/556
When open files are deleted from the filesystem, Geanys behaviour is not very intuitive and somehow contraproductive. It offers to save the file again and does not give me the possibility to close the document.
I suggest to change the dialogue to
"File was not found on the drive. Close the file and discard content?
Yes (Close the tab, do NOT suggest to save it again.)
Yes (Do noting, keep the tab open),
Main use case:
Editing files on a remote server by FTP with Filezilla:
-Several files are stored in a temp folder.
-I can edit them with any editor
-Filezilla tracks changes and lets me update the files after changes
-When I am done, I close Filezilla and the Temp files are deleted by Filezilla.
In that case I want to get rid of the open files quickly and do not want to store them again. Why should I?
Other use case:
editing files that are stored in a cloud and have been deleted in the meantime.
Reference for a better solution:
-Notepad++
--
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/1994
Hy is a dialect of Lisp which is currently unsupported by geany's . I plan on creating a filetype.Hy.conf for my own projects and was wondering if anyone else was already working on adding Hy support.
For more information on the language.
http://hylang.org/
--
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/2380