Is there a possibility to increase the font size of the gui menu size for people with bad eyes.
If there is any configuration possible, please let me know.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3744
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3744(a)github.com>
I'm using an adaption of a theme file, and this is the pertinent line:
`current_line=#000;#4d5a68;true`
This gives me a slightly softer background and sets the line apart. I searched around, but didn't find what the `True` and `False` parameters do in these line specs.
My problem is I'm constantly going back and forth between geany and another program, and each time I lose the line's highlighting, so I have to visually search for it.
What I would like is if the line would stay highlighted even when I'm focused on another program. This is the way Kate and Kwrite work.
Thanks much!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3743
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3743(a)github.com>
I'm using an adaption of a theme file, and this is the pertinent line:
`current_line=#000;#4d5a68;true`
This gives me a slightly softer background and sets the line apart. I searched around, but didn't find what the `True` and `False` parameters do in these line specs.
My problem is I'm constantly going back and forth between geany and another program, and each time I lose the line's highlighting, so I have to visually search for it.
What I would like is if the line would stay highlighted even when I'm focused on another program. This is the way Kate and Kwrite work.
Thanks much!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/69
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/issues/69(a)github.com>
Hello, I have a compiler optimized fork that I build for Linux and Windows. > https://github.com/Alex313031/geany-ng On Windows one can make a "portable" version, by just zipping up the artifacts in the installer.
However, on Linux, just like alot of programs that use make install, this doesn't work. It expects libraries to be in certain places. Simply placing all the artifacts in one dir doesn't allow it to run.
Is there a way one could make a "Static" build, or perhaps adjust the prefix so that one could make a "portable" build.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3741
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3741(a)github.com>
The debugger plugin is not available as pre-compiled debian image since years.
Maybe related to this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912320
This seems to me a easy-to-solve bug?
Would be great if debugger would return in package index.
Best 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-plugins/issues/1020
The application is already running. I want to attach to it to inspect its internal state. The gdb plugin for Geany seems to only handle launching the application anew.
Is there a way to attach to an existing process from within Geany?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1301
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1301(a)github.com>
![Query](https://github.com/geany/geany/assets/49983919/e6637045-d503-4455-a4af-b889f813511b)
Why geany is not installing in my Windows
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3740
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3740(a)github.com>
Geany do not see errors, and can not point to error strings, then I check html file with eslint
Here eslint command: eslint -f compact "%f" --global DemoApp,Telegram
Then I check JS in html file (use html plugin in eslint), the output is black, and Geany can not point to error string, then I click on error.
![изображение](https://github.com/geany/geany/assets/27207859/46fae632-ae1d-46af-aa32-df8f11284485)
Then I check mjs Javascript with the same command - all work fine
![изображение](https://github.com/geany/geany/assets/27207859/0dfa2f5f-df9b-4dc2-b9c9-bae2dea6593e)
I was check in command line, for find difference, but all output is the same.
Here after html file check:
```
eslint -f compact "./index.html" --global DemoApp,Telegram
/home/slava/projects-geany/TgWebAppStudy/index.html: line 489, col 8, Error - 'options' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 513, col 17, Error - 'el' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 717, col 85, Error - 'stream' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 728, col 85, Error - 'stream' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 740, col 84, Error - 'stream' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 770, col 4, Error - Unreachable code. (no-unreachable)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 785, col 23, Error - 'error' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 791, col 8, Error - 'DemoAppMenu' is assigned a value but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 799, col 8, Error - 'DemoAppInitData' is assigned a value but never used. (no-unused-vars)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 828, col 16, Error - Empty block statement. (no-empty)
/home/slava/projects-geany/TgWebAppStudy/index.html: line 872, col 79, Error - 'e' is defined but never used. (no-unused-vars)
11 problems
```
Here After mjs file check
```
eslint -f compact "./main.mjs" --global DemoApp,Telegram
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 261, col 10, Error - 'showFilterResult' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 261, col 82, Error - 'transaction' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 313, col 10, Error - 'decolog' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 337, col 10, Error - 'logNewBlock' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 344, col 10, Error - 'decoChainCheck' is defined but never used. (no-unused-vars)
/home/slava/projects-geany/chainliqbot1/engine/main.mjs: line 407, col 5, Error - 'gp' is assigned a value but never used. (no-unused-vars)
6 problems
```
Also I check exit code of eslint after mjs file check and html file check - it is 1 always.
I do not find any differences, but geany work fine for mjs, and have problem with html.
Also I check html by tidy - all fine. Problem only with eslint.
Please help, who can !
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3739
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3739(a)github.com>
I'm happy to discover Geany 2 with same window but for me there is a major issue: text is blurred on Debian Testing (2.0-1), see below:
Geany 1.38 - GTK 3.24
![geany138](https://github.com/geany/geany/assets/31816829/ff2367e0-0c85-437b-b0fa-1799c25aac77)
Geany 2.0 - GTK 3.24
![geany200](https://github.com/geany/geany/assets/31816829/04fe2604-59ac-4074-86dc-94b3d64737d7)
Both with `FREETYPE_PROPERTIES="truetype:interpreter-version=35"`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3701
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3701(a)github.com>
`geany 2.0 (built on Oct 23 2023 with GTK 3.24.38, GLib 2.78.0)`
`6.6.9-arch1-1`
I use geany for writing python scripts. During development I'll run the file through Geany's run function.
To run from the command line I'll set the x bit
chmod +x test.py
It will run.
If I make a change to that file through Geany. The executable bit is removed.
Watching the directory for gremlins I notice that geany (I assume) is writing to a temp file with a UID suffix. For example `test.py.A543B`
When I next try to run `test.py` I need to reset the permissions.
Is it just me?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3737
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3737(a)github.com>