[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread elextr via Github-comments
Only the listed selectors exist, the popup isn't named. You could try applying it to all menus and see if it ruins the normal menus, or maybe even makes them clearer as well. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3798)

2024-03-23 Thread elextr via Github-comments
Geany just starts the program, it actually runs as a separate process entirely under windows so this has nothing to do with Geany and there is nothing we can do to change the behaviour. Perhaps look on Windows forums I think I have seen reference to something similar elsewhere. -- Reply to

[Github-comments] Re: [geany/geany-plugins] Feature request - extend plugin Save Actions - code fixers (Issue #1319)

2024-03-23 Thread elextr via Github-comments
A well written pull request might be accepted by the Save actions maintainer. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1319#issuecomment-2016665255 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Plugin request: Run several linters (Issue #3799)

2024-03-23 Thread elextr via Github-comments
You havn't provided your platform, but on Linux multiple commands can be run from the build menu by separating them with semicolons, but I don't think Windows can do that and Macos I don't know. But on all platforms and the recommended method is to put the multiple commands in a script and run

[Github-comments] [geany/geany-plugins] Feature request - extend plugin Save Actions (Issue #1319)

2024-03-23 Thread Evgueni Antonov via Github-comments
I want in the settings for SaveActions to specify few code-fixers for the current language and run them all automatically upon file Save. For example for Python I use "black" and "isort" - I want that I use them for Python and have SaveActions auto-run them in background for me on each file

[Github-comments] [geany/geany] Plugin request: Run several linters (Issue #3799)

2024-03-23 Thread Evgueni Antonov via Github-comments
I want to be able to specify all linters I use for a specific language and either have them run automatically for the currently open file OR at least a single keyboard key-binding to run them all on the currently open file. Currently I specify them all in the build-menu and I run them one by

[Github-comments] [geany/geany] Python print() doesn't work well. (Issue #3798)

2024-03-23 Thread Independent-X via Github-comments
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

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3772)

2024-03-23 Thread Independent-X via Github-comments
No, there is a scrollbar and... if I scrolls it, cmd.exe will show more buggy informations. ![image](https://github.com/geany/geany/assets/58306791/9f488d5c-13a0-4535-a02f-e5fe9d774268) The bug seems only happens when I execute the program with geany. If I type the execute command in cmd.exe,

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread ralf3u via Github-comments
>I don't remember if 1.38 has Tools->Configuration Files->geany.css to handle >all the copying and stuff Yes, it has. > You can make tweaks using geany.ccs I know that I have to add the value `border: 1px solid black;`, but I don't know the selector name. On this webpage

[Github-comments] Re: [geany/geany] When opening a document from a file manager, then the tab of the editor is not in focus (Issue #3796)

2024-03-23 Thread elextr via Github-comments
Well, as I said, your expectations are met if the sidebar _contents_ or one of the editors was what was focussed before you switched to the file manager. But for the reasons I explained above the focus is deliberately not moved from any other widget so its not really a bug or feature, and

[Github-comments] Re: [geany/geany] When opening a document from a file manager, then the tab of the editor is not in focus (Issue #3796)

2024-03-23 Thread elextr via Github-comments
Closed #3796 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3796#event-12224636671 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread elextr via Github-comments
Things like this are not controlled by Geany, they are controlled by the GTK theme. You can make tweaks using geany.ccs, (I don't remember if 1.38 has `Tools->Configuration Files->geany.css` to handle all the copying and stuff) but having no experience with ePaper displays and their

[Github-comments] [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-23 Thread ralf3u via Github-comments
**Steps to reproduce** 1. open Geany 2. open some documents, so that there are some tabs in the editor 3. press Shift+F10 (result: the tab-switcher appears) **Result on a TFT/LCD-display** there is a thin gray border around the tab-switcher, so one can easily read the content of the tab-switcher

[Github-comments] Re: [geany/geany] When opening a document from a file manager, then the tab of the editor is not in focus (Issue #3796)

2024-03-23 Thread ralf3u via Github-comments
>[...] you actually want the contents of the editor to have focus, not the tab. Yes, that's right. My expectation was: The cursor should blink in the content area of the editor while the tab-title of the editor should have the format that way, that one know that this is the current tab. So, if