It would be convenient to append items "copy filename" and "copy filepath" on tabs right click menu
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/868
I have noticed that the colors for the message window (comprising status, compiler, messages, scribble and terminal) are hard-coded.
I think it is possible to do some basic calculations to detect light and dark themes and set the colors for the messages accordingly.
I will be trying to fix this issue.
--
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/2644
Sadly, Geany has no builtin way to check for updates. It would be great to have an updatechecker plugin for MacOS, similar to the one for Linux and Windows.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1314
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1314(a)github.com>
In the Documentation generator menu the manual links to ```/usr/share/doc/geany-plugins/geanygendoc/html/manual.html``` and not ```/usr/share/doc/geany-plugin-gendoc/manual.html```.
This is in Geany 1.33-1 on Debian 10 (buster) in XFCE 4.12.5.
--
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/992
In `Edit=>Preferences=>Editor.Features`, I added a checkbox "Comment Blank Line(s)" for issue #2239.
When this option is turned on and when commenting (`Edit=>Format=>Comment Line(s)`) or toggling comments (`Ctrl+E`), blank (empty) line(s) will also be commented.
For example, if you comment this code...
```Ruby
puts <<EOD
EOD
```
..., it will do this:
```Ruby
# puts <<EOD
#
# EOD
```
It should work for Comment, Uncomment, and Toggle. By default, it is off/false.
If this merge is accepted, `doc/geany.html` and the screenshot in this HTML file will need to be updated.
![features](https://user-images.githubusercontent.com/16524392/76850364-3310d600-6882-11ea-94de-b3f4e38585f9.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2452
-- Commit Summary --
* Add "Comment Blank Line(s)" option
-- File Changes --
M data/geany.glade (20)
M doc/geany.txt (11)
M src/callbacks.c (2)
M src/editor.c (2)
M src/editor.h (1)
M src/keyfile.c (2)
M src/prefs.c (6)
-- Patch Links --
https://github.com/geany/geany/pull/2452.patchhttps://github.com/geany/geany/pull/2452.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/2452
Hello!
I had totally forgot that Geany is available for Mac. The small issue which I am facing is that the "open file" dialog does not show me a native file opener dialog. The reason I want the native file opener dialog is that I have bookmarked a lot of things in Finder and I have to dig into a lot of folders to find the folder I want to open with Geany.
Plus, nice work! I was introduced to Geany few years ago, and this being an IDE takes less RAM + battery than normal text editors 👍
--
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/1310
Fresh install on Windows of Geany and Geany plugins with default settings will install Geany to "C:\Users\Username\Geany 2.0" and the plugins to "C:\Users\Username\Geany-Plugins 2.0". In this configuration Geany does not see the plugins. I have to add "C:\Users\Username\Geany-Plugins 2.0\lib\geany" to the "Extra Plugins Path" in Geany preferences, a step which I do not see documented anywhere.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1321
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1321(a)github.com>
This was deliberately disabled, but I'm not sure why. This can be very useful when there is a lot of data.
Needs an update to the docs after #3820 is merged.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3823
-- Commit Summary --
* Enable keyboard searching for Compiler and Messages tree views
-- File Changes --
M src/msgwindow.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/3823.patchhttps://github.com/geany/geany/pull/3823.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3823
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3823(a)github.com>