There should never have been a need to automatically print the directory in the 1st place, if peops want that they should have to add it to the command manually, every time I copy my build output I have to remove the directory manually and I should not need to do so in the 1st place
--
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/2422
I'm afraid this might be more related to GTK than Geany itself, but still...
Most of the computers I use have a 1366x768 screen resolution, and Geany is perfectly usable in them. But one of then has a FullHD screen in which text is too small, so I have set the Windows font size to 150%. Most applications render properly, and also do other editors such as Notepad++, or IDEs such as Visual Studio, but Geany results far less readable than in the other computers, which have 1366x768 and 100% font size.
I'm using Geany 1.31 and Windows 10 (in all the computers).
--
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/1655
When using dark color schemes the pair tag highlighting completely obscures tag attributes. It will be nice if the highlight color and opacity is configurable through configuration file and/or some simple UI (e.g. similar to git-changebar plugin).
![pair_tag_highlight](https://cloud.githubusercontent.com/assets/421991/23891197/d8cb0e6e-089d-11e7-9d3a-7e9cfc8cea39.png)
--
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/545
This pull request is heavily based on #645 from which it borrows the majority of the changes.
The main improvement is that this one doesn't break compatibility with GTK2 (there are macros which select the correct code path accordingly).
I also removed some cosmetic-only changes to maintain the differences as small as possible and provided a corrected code for console font selection (which was just commented out in the original pull request).
This was successfully tested on Centos 7.5 with stock development packages.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/791
-- Commit Summary --
* Ported the 'Debugger' plugin to GTK3 while maintaining compatibility with GTK2.
-- File Changes --
M build/debugger.m4 (5)
M debugger/src/btnpanel.c (25)
M debugger/src/cell_renderers/cellrendererbreakicon.c (73)
M debugger/src/cell_renderers/cellrendererbreakicon.h (11)
M debugger/src/cell_renderers/cellrendererframeicon.c (62)
M debugger/src/cell_renderers/cellrendererframeicon.h (7)
M debugger/src/cell_renderers/cellrenderertoggle.c (9)
M debugger/src/dconfig.c (68)
M debugger/src/debug.c (49)
M debugger/src/dpaned.c (6)
M debugger/src/gui.c (4)
M debugger/src/plugin.c (4)
M debugger/src/stree.c (4)
M debugger/src/tpage.c (84)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/791.patchhttps://github.com/geany/geany-plugins/pull/791.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-plugins/pull/791
Using Geany 1.37 (git >= 5cc69b3d) with GTK 3.22.11, GLib 2.50.3 on Debian Stretch 64-bits.
When pressing the Orca shortcut to hear the title bar, Orca only announce "Geany".
When pressing Alt+Tab, the file name is announced, it is only when using the Orca shortcut to announce the Title bar.
--
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/2421
I think "undo" button (Ctrl+Y) does not work in Geany 1.36 for Windows.
Is this a already known bug ?
(For Linux version, the button works well.)
--
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/2420
I have installed Geany and its plug-ins on a Raspberry Pi 4 running Debian "Buster" with:
`sudo apt install geany`
and
`sudo apt install geany-plugins`
but I find no evidence that a debugger was installed.
How do I install the debugger plug-in, and how do I check that it has been installed successfully?
```
~> geany --version
geany 1.33 (built on 2018-04-16 with GTK 3.22.29, GLib 2.56.1)
~> uname -a
Linux pi4 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux
```
--
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/942
I am following instructions in README.rst to build from source, after checking out tag 1.36.0. I would like to run `configure`, but cannot find it. I have installed autotools (and already successfully built Geany from source).
Where is the `./configure` script/command located?
--
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/943