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>
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
Hi, I've made changes that allow for keeping the fold margin non-visible, but still be able to fold code (eg. via the shortcuts).
UI Additions:
- "Show fold margin" in Preferences > Editor > Display.
- "Show fold margin" in the View menu.
If code folding is disabled:
- The 1st UI addition becomes greyed out, similarly to "Fold/unfold all children of a fold point"
- The 2nd UI addition disappears, similarly to "Fold/Unfold All" in the Document menu.
Furthermore, if the code folding option is disabled and it becomes enabled, "Show fold margin" is automatically enabled. The rationale is to avoid confusing someone that enabled folding, but is not seeing any fold margin.
Finally, in the 2nd commit, which is actually not directly related to the above additions, I've added some logic to automatically unfold all code when switching off folding. Without it, already folded code will remain in the folded state with no option to unfold it without re-enabling the option. Should I make a different PR for this? (asusming it even is desired!)
Also, should I or would you suggest that I also modify the manual to document the additions?
Should I add something about the new UI options in the language/translation files?
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2927
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2927/commits/3493f32c921218ae8512537898…">Add UI option to hide the fold margin, while keeping code folding</a>
* <a href="https://github.com/geany/geany/pull/2927/commits/3ff536201efb74307c837f7585…">Automatically unfold all code when folding is switched off in preferences</a>
-- File Changes --
M data/geany.glade (30)
M src/callbacks.c (10)
M src/editor.c (6)
M src/editor.h (1)
M src/keyfile.c (2)
M src/prefs.c (17)
M src/ui_utils.c (5)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2927.patchhttps://github.com/geany/geany/pull/2927.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/2927
At present, editor and preview windows do move independently.
This may be desired in certain contexts, but in vanilla text editing, synchronized scrolling between editor and preview windows is more convenient. So a switch to toggle between both behaviours would be great.
Cheers,
Wolf
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1267
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1267(a)github.com>
Hi,
I could not find documentation on how to change the blinking rate of the cursor, in what configuration file would that be or is this something to submit as a feature?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3410
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3410(a)github.com>
I just recently went to v2 from v1.36 (I believe), and I just realized that there's not an option any longer to allow filtering of files based on filename. So if you're in a directory with thousands of files, and misc filenames, you need to scroll through to find the correct file instead of just typing *file* in the box as was previously available. Is this expected or did I disable something in the switchover?
Also I just realized that there is a "bookmarks" section in the file open dialog. If it's been there I've just never noticed it since I have 25 drive/Windows links above it. Is it possible to move that bookmarks pane to the top of the list instead of hidden below the bottom of the window?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3808
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3808(a)github.com>