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:
@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
@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
@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
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
> * 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"
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
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:
@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
@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
@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.
@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
+
@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
@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
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
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:
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:
17 matches
Mail list logo