Thank you!
Thank you for your project and software!
Thank you for maintenance in the past and in the future!
Kind regards and season's greetings!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3728
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3728(a)github.com>
There was a mistake in my formal issue#3772.
Python print() will be buggy if I use execute command
```
py "%f"
```
and print too many rows at one time.
#Bug Example
For example, the picture below shows the output of
```
for i in range(40):
print(i,"test test test")
```
Execute with geany's execute button:
![image](https://github.com/geany/geany/assets/58306791/9f488d5c-13a0-4535-a02f-e5fe9d774268)
Type the execute command in cmd.exe:
![image](https://github.com/geany/geany/assets/58306791/6367a991-fbfa-4023-b1f4-15241ddffe5c)
#System Version
Windows 11 22H2
Version 10.0.22621.3296
Windows Feature Experience Pack 1000.22687.1000.0
_Originally posted by @Independent-X in https://github.com/geany/geany/issues/3772#issuecomment-2016544156_
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3798
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3798(a)github.com>
Using a gtk theme called Orchis in my AppData/Local/gtk-3.0 (https://itsfoss.com/best-gtk-themes/) and have also tried the gruvbox gtk theme (https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme).
Both themes have worked and produced the results depicted in the theme photos, except the UI text as depicted in the photo.
Anyone have a fix or can provide the settings in the geany conf that can fix this?
![image](https://github.com/geany/geany/assets/145621888/383dbe26-34f2-46ad-bc43-e11510886082)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3827
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3827(a)github.com>
This PR adds two options to control scrollwheel behavior.
* `scrollwheel_lines`: How many lines to scroll.
* `scrollwheel_zoom_disable`: To disable zooming by control + scrollwheel.
Control of vertical scrolling is taken away from Scintilla to provide consistent behavior when the control key is or is not pressed. Lines option added because I don't see a way to get or set the value used by Scintilla.
Supersedes #2954
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3835
-- Commit Summary --
* Add option to block scroll-wheel zooming
* Add option to change number of scroll lines
-- File Changes --
M doc/geany.txt (3)
M src/editor.c (18)
M src/editor.h (2)
M src/keyfile.c (4)
M src/sciwrappers.c (6)
M src/sciwrappers.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3835.patchhttps://github.com/geany/geany/pull/3835.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3835
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3835(a)github.com>
Hello,
When a text is selected and the editor is unfocused the background color becomes #808080.
Can it be altered?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3836
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3836(a)github.com>
This PR adds an option to disable zooming the edit view. There is currently no other way to disable zooming with the scroll wheel. Even when the zoom keybindings are disabled, the scrollwheel still zooms. The default is disabled (zooming is enabled), which is the current default.
I have the editor font sent to a comfortable size. Many shortcuts consist of combining the Control key with others. And of course, the touchpad is used for moving the cursor. So very frequently (multiple times per day), I accidentally engage the scrolling function of the touchpad while the control key is pressed. This causes the editor view to zoom, which is disruptive.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2954
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2954/commits/34859e7d189516580e0a70fa21…">Add option to disable editor zooming</a>
-- File Changes --
M doc/geany.txt (3)
M src/editor.c (5)
M src/editor.h (1)
M src/keyfile.c (2)
M src/plugindata.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/2954.patchhttps://github.com/geany/geany/pull/2954.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/2954
I really like your editor. It's now my main editor. But I'm like to ask for a simple feature that I see in other editors.
When doing a find I'd like a "wrap search" checkbox to automatically wrap around from end to beginning/ And have it remember that choice.
--
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/1660
Instead of hard coding a space after `make` for the default command, always put a space.
If the user changes the command, it's easy for them to remove the trailing space, and the argument can then change which command is run.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3825
-- Commit Summary --
* [Make Custom Target] Always put a space between command and argument
-- File Changes --
M src/build.c (8)
-- Patch Links --
https://github.com/geany/geany/pull/3825.patchhttps://github.com/geany/geany/pull/3825.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3825
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3825(a)github.com>