The plugin does not highlight all the words that match current word under cursor but only the words which are visible on the screen. During scrolling a document no more highlighted word appears.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/294
I hope to see different colors for errors and warnings texts in Compiler Tab.
is that possible?
Regards.
---
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/1090
It seems that every time I change the settings in the plugin Preferences, restart seems to restore to original configuration.
When changing as example the Indentation to Tab instead of space it reverts on restart to spacing.
Regards and thanks,
Tom
--
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/494
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