[Github-comments] Re: [geany/geany-plugins] Addons: Fix Wordwrap wrong keybinding use (PR #1212)

2022-12-11 Thread elextr via Github-comments
LGBI -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1212#issuecomment-1345688789 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Use constructor method calltip only if available (PR #3334)

2022-12-11 Thread Jiří Techet via Github-comments
@eht16 What you do isn't the right approach. The problem is that you modify tag names of `constructor_tags` array which is obtained using `tm_workspace_find` so it points directly to the sorted tag manager array of tags. When you modify the tag name, the array isn't sorted any more which leads t

[Github-comments] Re: [geany/geany] CI: Use MSYS2 for Windows build (PR #3315)

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 4bdd15c1aa86f916a8dc362c4d09af570c51b344 GH Actions: Replace deprecated "set-output" command -- View it on GitHub: https://github.com/geany/geany/pull/3315/files/30becfd0c152969510490f13e3b42778e74e8d4d..4bdd15c1aa86f916a8dc362c4d09af570c51b344 You are receiving this be

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

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 8e3ec88fbaad0427faa06f675bf0e62c69a6859c GH Actions: Replace deprecated "set-output" command -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/938187533de3877c93aefb4fe18a2857ec4abb72..8e3ec88fbaad0427faa06f675bf0e62c69a6859c You are receiving

[Github-comments] [geany/infrastructure] Builders: Use the "pacman" package from Debian to avoid building it (PR #8)

2022-12-11 Thread Enrico Tröger via Github-comments
Debian recently added a "pacman" package and also backported it for Debian Bullseye. So we can use this package instead of building it ourselves. You can view, comment on, or merge this pull request online at: https://github.com/geany/infrastructure/pull/8 -- Commit Summary -- * Builders: U

[Github-comments] Re: [geany/geany] Feature request: Hilighting, run external app options (Issue #3307)

2022-12-11 Thread Enrico Tröger via Github-comments
> * Hilighting all matches a selected word/part Already possible with the "Mark all" keybinding and by double clicking on a word with the Addons plugin enabled. > Hilighting every exact match at message when doing "find document usage" Should be possible but need to implemented by "someone"

[Github-comments] [geany/geany-plugins] Addons: Fix Wordwrap wrong keybinding use (PR #1212)

2022-12-11 Thread Enrico Tröger via Github-comments
Instead of hardcoding the count of previously defined keybindings in the Addons plugin, use the already available enum counter. While testing #1182, I noticed that there is a mismatch between the pressed keybinding with the configured replacement. The Wordwrap plugin had the keybinding count of

[Github-comments] Re: [geany/geany-plugins] Discrepancy between loops in ao_wrapwords.c which might result in potential buffer overflows (Issue #1182)

2022-12-11 Thread Enrico Tröger via Github-comments
Closed #1182 as completed via 6314f9977f2357a1830d366349c403013d0e8eef. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1182#event-8007878770 You are receiving this because you are subscribed to this thread. Message ID:

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

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 938187533de3877c93aefb4fe18a2857ec4abb72 Remove CRLF text conversion -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/da9424e7249745ac2292448852dd356df4b0caa0..938187533de3877c93aefb4fe18a2857ec4abb72 You are receiving this because you are sub

[Github-comments] Re: [geany/geany] CI: Use MSYS2 for Windows build (PR #3315)

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 30becfd0c152969510490f13e3b42778e74e8d4d Remove CRLF text conversion -- View it on GitHub: https://github.com/geany/geany/pull/3315/files/4ed3402359d70b0d63afafd62e96945bc95ff6ab..30becfd0c152969510490f13e3b42778e74e8d4d You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

2022-12-11 Thread Skif-off via Github-comments
@Skif-off pushed 1 commit. 7ef0ef6b80f15632610f4c6fed60c2c548c67ca4 FIX build -- View it on GitHub: https://github.com/geany/geany/pull/1752/files/a368f098fd44324102035bed439a5991b24cbe73..7ef0ef6b80f15632610f4c6fed60c2c548c67ca4 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] CI: Use MSYS2 for Windows build (PR #3315)

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > + log "Signing Geany binary files" + for binary_file_pattern in ${GEANY_RELEASE_BINARY_PATTERNS[@]}; do + for binary_file in $(ls ${binary_file_pattern}); do + sign_file ${binary_file} + done +

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

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 9 commits. 0baba64ff6f0e128af6ff8dba432bc93ec21dd76 CI: Add Windows build 8f64a5e4d5220dab0a852a38c2d3113e95e4cb33 CI: Upgrade Linux builds to Ubuntu 20.04 f6b8391e29d429da6c59ebe2726fc89b744ab45f Add Geany-Plugins CI build script 48fca75c8b5f7b9509e5758680766d681cb5570b Add Gea

[Github-comments] Re: [geany/geany] CI: Use MSYS2 for Windows build (PR #3315)

2022-12-11 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 4ed3402359d70b0d63afafd62e96945bc95ff6ab Remove CRLF text conversion -- View it on GitHub: https://github.com/geany/geany/pull/3315/files/47d397e52155d4510452030de3d7a966b29a22dc..4ed3402359d70b0d63afafd62e96945bc95ff6ab You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany] Use constructor method calltip only if available (PR #3334)

2022-12-11 Thread Enrico Tröger via Github-comments
The changes below replace the `__init__` method name on the calltip with its class and so make the calltip look more consistent with the others, as shown in https://github.com/geany/geany/pull/3334#issuecomment-1321212468. ```diff diff --git a/src/editor.c b/src/editor.c index 20b9c56cb..a21aa86

[Github-comments] Re: [geany/geany-themes] epsilon.conf is executable (Issue #49)

2022-12-11 Thread Dominic Hopf via Github-comments
Closed #49 as completed via #52. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/issues/49#event-8007383647 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-themes] Remove executable bit from epsilon.conf (PR #52)

2022-12-11 Thread Dominic Hopf via Github-comments
Merged #52 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/pull/52#event-8007383602 You are receiving this because you are subscribed to this thread. Message ID: