Previously the file path could be pasted in a file dialog.
With the new nice-looking OSX file dialog in Geany 1.36, this feature is no longer there. Standard behavior in OSX is "Command-Shift G" to bring up the path dialog. It would be super great if this expected OSX behavior was implemented also in Geany
--
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-osx/issues/14
I'm using Geany 1.38 in an Arch system with a LXQt DE and I would like to use the LXQt file chooser, which it's possible if the application uses [XDG desktop portal](https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.FileChooser).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3458
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3458(a)github.com>
This is necessary to compile GLib schemas, e.g. when installing plugins with their dependencies.
It is not strictly necessary to compile the schemas again on installation as they are already compiled during the bundle creation but it probably won't hurt and might be useful if installing Geany over an existing installation.
When the command is executed by the installer a little black console window pops up for a very small fraction of a second. I guess we can live with this.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3885
-- Commit Summary --
* Windows: Add glib-compile-schemas.exe to GTK bundle
* Windows: Compile GLib schemas after installation
-- File Changes --
M geany.nsi.in (2)
M scripts/gtk-bundle-from-msys2.sh (4)
-- Patch Links --
https://github.com/geany/geany/pull/3885.patchhttps://github.com/geany/geany/pull/3885.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3885
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3885(a)github.com>
It would be great to have the ability to create multiple carets, select multiple pieces, or progressively clone a selection of a word to the next identical match creating multiple selections, not necessarily square, and then be able to type, delete, replace, etc. using the multiple carets until Esc is hit, pasting into all carets with Ctrl-V, and so on.
Here's an animated demonstration of these features: https://www.sublimetext.com/
This is Sublime Text's killer feature, and this would put Geany closer to one of the most reputed, feature rich commercial multiplatform editors, while still being free software. I believe there's support for this in Scintilla, at least to some extent.
This supersets #850.
---
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/1141