- 12 Ock, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix snippets keybindings not blocking handled events
-
- 11 Ock, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Closes #1360.
-
- 09 Ock, 2017 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix signature of the snippets keybindings callback, properly blocking further propagation of handled events thus avoiding possibly activating another action (like a builtin Scintilla keybinding). Fixes #1354.
-
Colomban Wendling yazdı
api: rework GeanyProxyProbeResults compat symbols as defines
-
- 06 Ock, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 31 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 28 Ara, 2016 2 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This is a follow-up of #485.
-
- 27 Ara, 2016 1 kayıt (commit)
-
-
Thomas Martitz yazdı
Constants with different namespace in the same enum confuse g-ir-scanner.
-
- 22 Ara, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix the current scope shown in the statusbar
-
Colomban Wendling yazdı
Since the Scintilla C++ lexer started to fold on `()` [1], the code looking up the current scope is confused whenever the function signature spans multiple lines. Fix this by skipping fold levels that correspond to parentheses. Fixes #1279. [1] https://sourceforge.net/p/scintilla/feature-requests/1138/ imported in 24f91981
-
- 20 Ara, 2016 6 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix some various issues with accessibility code in Scintilla.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
We cannot compute the length in characters after the text has been deleted, so we need to compute it in BEFOREDELETE. However, we need to emit the signal once the buffer has actually changed, so we need to cache the value in-between those events.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 18 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
This doesn't support nested templates or escaped `es, but at least handles the most obvious cases for now. Part of #934.
-
- 16 Ara, 2016 2 kayıt (commit)
-
-
SukkoPera yazdı
Closes #1339
-
tsvisimcha yazdı
-
- 10 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
It actually introduces a few new things worth mentioning.
-
- 05 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 23 Kas, 2016 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
-
- 22 Kas, 2016 1 kayıt (commit)
-
-
zygimantus yazdı
-
- 18 Kas, 2016 2 kayıt (commit)
-
-
Chris Pilkington yazdı
-
Frank Lanitz yazdı
-
- 13 Kas, 2016 13 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Say hello to Geany 1.30 "Calron"!
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
Windows: Improve executing external commands on non-ASCII paths, effectively fixing most known issues.
-
Enrico Tröger yazdı
Use pre-compiled 'grep' binary from MSYS2 on Windows
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This restores the previous behavior as it has been on non-Windows systems before. Post-1.29 we will merge #1300 which implements run helper script support for non-Windows systems more sophisticated.
-
Colomban Wendling yazdı
utils_get_utf8_from_locale() is actually a no-op on Windows, so use the GLib conversion directly. We really mean locale here, not "filename encoding".
-
Colomban Wendling yazdı
Apparently using arguments instead of putting paths directly in the script is enough for it to work on Windows, so use a simple script instead of a program, so it's both shorter and easier to tune.
-