[Github-comments] Re: [geany/geany-plugins] projectorganizer: Restore tree state in the sidebar (PR #1144)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1144 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1144#event-9184992829 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] projectorganizer: Restore tree state in the sidebar (PR #1144)

2023-05-07 Thread Jiří Techet via Github-comments
@techee pushed 3 commits. a17d5128f777a679b97234d706886cda59ef977e projectorganizer: Remember selected row in sidebar when reloading 6130bbe379e645b1a142bbcb67577db25568e422 projectorganizer: Store/load expanded paths in the sidebar to project file f822e69395f88a9c7df7139e2ced19d8486011ca

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread nrikonomov via Github-comments
Please use only 255,255,255 for light background, no 250,250,250 shades and the like ... or I'll find you :) Seriously though, this is the stuff that kills projects. I am already eyeing out another open source project. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Project Organizer: Add option to open current folder in file manager and terminal (PR #1126)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1126 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1126#event-9184928799 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Project Organizer: Set header filetype to match source filetype (PR #1122)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1122 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1122#event-9184923293 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Project Organizer: Set header filetype to match source filetype (PR #1122)

2023-05-07 Thread Jiří Techet via Github-comments
Let's merge these finally. @xiota Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1122#issuecomment-1537536301 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] vimode: Fix caret position change when performing line operations (PR #1139)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1139 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1139#event-9184917500 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] vimode: fix escape not working when numlock is on (PR #1141)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1141 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1141#event-9184916203 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] vimode: Set default height of excmd popup to a small number (PR #1137)

2023-05-07 Thread Jiří Techet via Github-comments
Merged #1137 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1137#event-9184915429 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] vimode: fix escape not working when numlock is on (PR #1141)

2023-05-07 Thread Jiří Techet via Github-comments
@techee pushed 1 commit. 20a0343120e7cee1366d1cd74c14d53eb9d62f7c vimode: fix escape not working when numlock is on -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1141/files/856f3f7ceaf54561a6fcca8707fe7ab5b44c..20a0343120e7cee1366d1cd74c14d53eb9d62f7c You are receiving

[Github-comments] Re: [geany/geany-plugins] vimode: Set default height of excmd popup to a small number (PR #1137)

2023-05-07 Thread Jiří Techet via Github-comments
@techee pushed 1 commit. c4ea3105cd8b7aa2a37e095e5ddb3e9a62bcaf17 vimode: Set default height of excmd popup to a small number -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1137/files/463d345276dccfac11f1091d7b11af4bb4ff7865..c4ea3105cd8b7aa2a37e095e5ddb3e9a62bcaf17 You are

[Github-comments] Re: [geany/geany-plugins] vimode: Fix caret position change when performing line operations (PR #1139)

2023-05-07 Thread Jiří Techet via Github-comments
@techee pushed 2 commits. d6e3ac8d1d1be0fb52da6c3f3fce4059dc1f578a vimode: fix detection of missing EOL at EOF 14f306bff5b699d5715fd166e194762e346978bc vimode: avoid caret position change when inserting EOL at EOF -- View it on GitHub:

[Github-comments] Re: [geany/geany] Restore startup behavior to focus files from the command line after session files (PR #3267)

2023-05-07 Thread Enrico Tröger via Github-comments
> Haven't looked at this, but it may be affected by #3395. I just tested the latest changes and it seems fine for me now. Had only a minor remark but it is not critical at all. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3267#issuecomment-1537441161

[Github-comments] Re: [geany/geany-plugins] Add mingw-w64 (Windows) CI build (PR #1201)

2023-05-07 Thread Enrico Tröger via Github-comments
Incorporated the changes from https://github.com/geany/geany/pull/3465 and builds are fine now. I would like to merge this finally in a few days if there are no objections. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Restore startup behavior to focus files from the command line after session files (PR #3267)

2023-05-07 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -4746,8 +4746,12 @@ gboolean editor_goto_pos(GeanyEditor *editor, gint > pos, gboolean mark) sci_goto_pos(editor->sci, pos, TRUE); editor->scroll_percent = 0.25F; - /* finally switch to the page */ -

[Github-comments] Re: [geany/geany-plugins] Add mingw-w64 (Windows) CI build (PR #1201)

2023-05-07 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. ccce45fba7bcd956edf5e087e8cc34b292fb18f7 CI: Add Windows build -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/a9be6d6ee8c5d59fbd68e1c85e121a756d086347..ccce45fba7bcd956edf5e087e8cc34b292fb18f7 You are receiving this because you are

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread elextr via Github-comments
> I was referring to the not yet merged addition to the FAQs in > https://github.com/geany/www.geany.org/pull/40. Ahhh, ok, we _will_ have :-) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3063#issuecomment-1537433629 You are receiving this because

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread Enrico Tröger via Github-comments
> We do? I just looked and couldn't find anything? I was referring to the not yet merged addition to the FAQs in https://github.com/geany/www.geany.org/pull/40. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3063#issuecomment-1537432650 You are

[Github-comments] Re: [geany/geany] Python usage in build (#2896)

2023-05-07 Thread elextr via Github-comments
Closed #2896 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2896#event-9184220847 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread elextr via Github-comments
> Another year later...luckily we got some more feedback even though it doesn't > make the decision for a suitable default theme not easier. How surprising ;-P > The new master plan (suggestion): sounds like a plan > Additionally, we have easily reachable instructions for the users on how to

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread elextr via Github-comments
IIUC the geany-plugins project manages the collection parts, the individual plugins are the maintainers responsibility. So I would say after more than a year its ok to merge to your own plugins, but not other peoples plugins without discussion with them. -- Reply to this email directly or

[Github-comments] Re: [geany/geany] autoit: use local/global variable tags (PR #3460)

2023-05-07 Thread Jiří Techet via Github-comments
@techee pushed 2 commits. 0562f8edbcc2481b230e8f75c0df38db6d167238 autoit: use local/global variable tags c62b87955c8ed52f0425f61b2b8e828dd5f273db Autoit: drop $ from variable names -- View it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread Jiří Techet via Github-comments
> @techee https://github.com/geany/geany-plugins/pull/1141 does not appear to > have been merged yet? I was waiting for for @frlan if he wants to merge it or have a look at it but I guess he doesn't have time. I think both #1139 and #1141 are quite important as they are serious regressions -

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread Jiří Techet via Github-comments
> Another year later...luckily we got some more feedback even though it doesn't > make the decision for a suitable default theme not easier. Great! > I'm aware that some of the contributors of this issue are not happy with > Prof-Gnome and might prefer Adwaita, Boomerang, Monokai or whatever

[Github-comments] Re: [geany/geany-plugins] Add mingw-w64 (Windows) CI build (PR #1201)

2023-05-07 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. a9be6d6ee8c5d59fbd68e1c85e121a756d086347 CI: Add Windows build -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/43f1b202b637c81cb5af6a6bf2f1e4728a8fc6c6..a9be6d6ee8c5d59fbd68e1c85e121a756d086347 You are receiving this because you are

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

2023-05-07 Thread Enrico Tröger via Github-comments
Another year later...luckily we got some more feedback even though it doesn't make the decision for a suitable default theme not easier. The new master plan (suggestion): - merge https://github.com/geany/geany-osx/pull/35 to use it in Windows builds - integrate the Prof-Gnome theme from the

[Github-comments] Re: [geany/geany] Python usage in build (#2896)

2023-05-07 Thread Enrico Tröger via Github-comments
@elextr all of the parts mentioned in the OP are already resolved. Can we close this one? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2896#issuecomment-1537374170 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Port create_php_tags to Python3 and generate new PHP tags file (PR #3488)

2023-05-07 Thread Enrico Tröger via Github-comments
When #3039 is merged, I would adjust the script to generate ctags file format and share the code with the Python tags script. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3488#issuecomment-1537369732 You are receiving this because you are subscribed

[Github-comments] [geany/geany] Port create_php_tags to Python3 and generate new PHP tags file (PR #3488)

2023-05-07 Thread Enrico Tröger via Github-comments
Related to #2615. I dont know how good the newly generated tags are, my PHP knowledge is basically non-existent anymore :). At least, the diff looks like some were added, removed and changed, some keep even unchanged. You can view, comment on, or merge this pull request online at:

[Github-comments] Re: [geany/geany] Remove obsolete helper scripts (PR #3486)

2023-05-07 Thread elextr via Github-comments
I'm happy to ditch them: 1. never used them 2. don't know what they do 3. as they are written in a write only language (Perl) can't read what they do :-) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3486#issuecomment-1537360716 You are receiving

[Github-comments] [geany/geany] Update NSIS filetype keywords (PR #3487)

2023-05-07 Thread Enrico Tröger via Github-comments
Created by scripts/update-nsis-functions.sh. Changed keywords: ```diff Changed functions: +!assert +!uninstfinalize +getknownfolderpath +getregview +getshellvarcontext +getwinver +ifaltregview +ifrtllanguage +ifshellvarcontextall +manifestappendcustomstring +manifestlongpathaware +readmemory

[Github-comments] [geany/geany] Remove obsolete helper scripts (PR #3486)

2023-05-07 Thread Enrico Tröger via Github-comments
`scripts/changelist.pl`: process ChangeLog which we do not use anymore `scripts/cross-build-mingw.sh`: old cross build script, replaced by #3315 `scripts/rstrip-whitespace.py`: probably unused (as assumed in #2615) There are more candidates: `scripts/fix-alignment.pl`

[Github-comments] [geany/geany] Port "main.py" template to Python3 (PR #3485)

2023-05-07 Thread Enrico Tröger via Github-comments
Related to #2615. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3485 -- Commit Summary -- * Port main.py template to Python3 -- File Changes -- M data/templates/files/main.py (10) -- Patch Links --

[Github-comments] Re: [geany/geany] Rewrite Python standard library tags creation script for Python 3 (PR #3039)

2023-05-07 Thread Enrico Tröger via Github-comments
I just cleaned the commit history and would like to merge this in a few days if there are no objections. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3039#issuecomment-1537346113 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread elextr via Github-comments
Closed #1248 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1248#event-9183755348 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread elextr via Github-comments
Closing this as duplicate of #1136. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1248#issuecomment-1537336424 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread elextr via Github-comments
@techee #1141 does not appear to have been merged yet? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1248#issuecomment-1537336298 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Vimode in Geany not working (Issue #1248)

2023-05-07 Thread JELISEJ APOKIN via Github-comments
> Confirm hjkl insert do not move cursor, and : inserts. Both even after esc or > ctrl+c (and thats all the vi I remember, my "vimit" you might say). Current > git Geany and plugin. > > [Edit: AFAIK my Linux Mint Cinnamon window manager does not eat esc or > ctrl+c] I can't test the "hjkl"