Would it be possible to add the reverse functionality of this plugin, ie translating HTML entities into UTF-8?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1250
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1250(a)github.com>
If one creates a Julia file and writes some code into it, one would expect all declared variables to be shown in the symbols list on the left. However, this is not the case, for instance in this code here:
```
a::Int8 = 3
function f(x)
return 2x
end
```
the variable `a` is not shown in the symbols list, but the function `f` is shown. Is this the normal behavior or is it a bug?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3341
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3341(a)github.com>
Every placeholder in the Statusbar Template may also specify width, e. g. `%3l`. Width is the minimum number of characters to be shown. If the value is shorter than width, the result is left-padded with spaces, or right-padded in case of negative width. The value is not truncated even if the result is larger.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3221
-- Commit Summary --
* Statusbar Template enhancement: width specifier.
* Style fix.
* Debug code dropped.
-- File Changes --
M doc/geany.txt (26)
M src/ui_utils.c (71)
-- Patch Links --
https://github.com/geany/geany/pull/3221.patchhttps://github.com/geany/geany/pull/3221.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3221
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3221(a)github.com>
ctags links modified version of mio.
geany may also link genuine mio.
Why is no trouble reported ever in this area?
Do you use any unique tricks?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3510
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3510(a)github.com>
I can't write with Korean well, because when I type any special characters after Korean character, Geany replace the last Korean character to special character.
I'm using macOS Monterey 12.5.1, Geany 1.38(Using GTK+ v3.24.30 and GLib v2.68.0 runtime libraries)

--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3509
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3509(a)github.com>
[followup](https://github.com/geany/geany/issues/1969)
1. The user specify a max file size in the settings.
2. Before opening files bigger than the specified size, a confirmation dialog is shown, giving the option to cancel.
use-case: possibly prevents Geany freezing when opening big binary files by accident.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3508
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3508(a)github.com>
How do we change certain syntax colors for a certain type of file or for some certain types of file of the same associated group ?
it's bit baffling couldn't solve it for so long time, thanks before
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3507
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3507(a)github.com>
I use msys2 to compile geany-plugin-1.38 source code ;when I excute "make j2" in msys2 ;it shows:
"collect2.exe:error :ld return 1 exit status " "make[2]: *** [makefile:762:viw.exe] Error 1";
I want to know how to solve it
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3506
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3506(a)github.com>
Hi,
If I close a session or restart my computer without closing geany manually, then the last added notes do not appear anymore, i'm on 1.38 kubuntu 22.04, plasma 5.24.
(so this does not happen if geany is closed manually before restart)
Kind regards,
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1253
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1253(a)github.com>