I have just built a clean git clone of geany and geany-plugins.
./configure --disable-all-plugins --enable-scope
Using Debug | Setup Program dialogue I attempt to set "Working dir" but it will not accept a dir. In fact this seems to be a FILE open dialogue. I have to select file and click "open", then manually edit off the file name part
Fedora 20, using gtk2 2.24.27
I have not worked wiht GTK+ recently but I would have thought there is an option to select a dir instead of a file.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/304
![openfilefromterminal](https://cloud.githubusercontent.com/assets/7548378/11417224/055a6896-940d-11e5-83cb-a8aa83f59096.png)
Please consider making it possible to open a file by clicking a line in the terminal pane as <b>Shift-Ctrl-O</b> == <b>Open Selected File</b> does not seem to work in this context. <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/776
`menu->tools->configuration files->filetype files->any one` opens an empty file.
IIRC the filetypes were moved, maybe the menu code wasn't adjusted to match?
--
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/1239
geany 1.24.1 (kompiliert am 2014-04-19 mit GTK 2.24.23, GLib 2.40.0)
OS: antix 16 (debian, no systemd)
to reproduce:
- open any file
- open 'replace' dialog
- enter something and keep on replacing until the '... not found, restart search from beginning?' dialog appers
- DON'T close that dialog but click again on 'replace and find'
-> geany hangs up and does not accept any inputs, but painting still works, and fortunately it still reacts to external SIGTERMs. Unsaved progress is lost.
--
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/1232
As a result of discussions in #1233 comments.
Overview:
- Allows proxy plugins to register to pre-match "glob-style" patterns for subplugins.
- Allows passing `NULL` to register to probe all potential subplugin files (ie. pattern `*`).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1236
-- Commit Summary --
* Change proxy plugins to match by filename suffix
* Change from suffix to Glob-style pattern matching
* Allow proxies to pass `NULL` for the `patterns` parameter
-- File Changes --
M src/plugindata.h (4)
M src/plugins.c (101)
-- Patch Links --
https://github.com/geany/geany/pull/1236.patchhttps://github.com/geany/geany/pull/1236.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/1236
I'm trying to work on multiple projects at the same time, and currently Geany makes this a little difficult.
If I specify the project file in the Geany call, e.g.
geany myproject.geany &
Geany will re-use the running process and force me to close the current project before loading the new one.
If I launch a blank geany process:
geany &
then I can run an arbitrary number of Geany instances, but I have to manually load the project via the Project->Open dialog.
Can you please remove the check to re-use the current running Geany instance, and close the current project? I can't imagine why anyone would want or need that, since a single Geany instance can't handle more than a single project at once.
--
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/1493
Hello!
After last changes on 1.28 for GTK3, in trying once again to be if I could move to Geany with GTK3 , which I prefer over GTK2.
One thing I've noticed is that the colours of the toolbar does not match with the colours of the rest of the interface.
Here is a snapshot of my Geany with GTK - 3.0:
![screenshot from 2016-08-18 00-44-35](https://cloud.githubusercontent.com/assets/2631430/17756021/b001e…
I'm on Ubuntu 16.04 with Ambiance theme.
--
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/1179