I'm trying Geany 2.0 so see if I can find anything that might needs fixing.
If I right click in the Notes tab in the Message window and select insert emoji there is a flag section.
But there are no emojies in the flag section.
Maybe remove/hide sections that have no emojis or add the flags.
> Windows 7.
> Geany 2.0.
> "Pryce"
> (bygget Oct 19 2023 eller efter)
> Med afviklingsbibliotekerne GTK+ v3.24.34 og GLib v2.72.3
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3619
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3619(a)github.com>
**Steps to reproduce**
1. let appear a TXT-document in the editor
2. let appear the sidebar
3. click in the sidebar on a tab-title like `Documents`
4. press Ctrl+O to let appear a dialog, or change the window to a file-manager like for example PCManFM-Qt
5. mark an other TXT-document
6. press enter
**Result**
the other TXT-document is active, but the editor is not in focus; the sidebar is still in focus
**Expectation**
the editor should be in focus
**Remark**
an alternative would be to add a checkbox in the `Preferences`, in `Editor`, in `Features` like:
`if the editor is not in focus, the editor will be in focus when opening a document`
**System**
Lubuntu 24.04
Geany 2.0
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3958
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3958(a)github.com>
Allow platform-specific keybinding overrides. At the moment only for OS X
where the keybindings can be set inside keybindings_osx.conf. Similar
config files can be added for other platforms if needed in the future.
The only change is the new init_platform_kb() function which is called inside keybindings_init() (had to move it down a bit in the source code to avoid forward declarations but there's no other change in this function).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1395
-- Commit Summary --
* Add support for platform-specific keybindings
-- File Changes --
M data/Makefile.am (1)
A data/keybindings_osx.conf (1)
M src/keybindings.c (44)
-- Patch Links --
https://github.com/geany/geany/pull/1395.patchhttps://github.com/geany/geany/pull/1395.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1395
I want to run a script that sets the window position, & height & width on opening.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3960
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3960(a)github.com>
Hi, would it be possible to provide portable builds for Windows? In the releases there seems to be only an installer, which may not be desirable.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3915
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3915(a)github.com>
I typed `\n`, tried both regular expressions with multi-line matching and escape sequences. None of them worked.
I'm using Geany on Windows via PortableApps.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3955
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3955(a)github.com>
### Discussed in https://github.com/geany/geany/discussions/3955
<div type='discussions-op-text'>
<sup>Originally posted by **chatchoi** September 19, 2024</sup>
I typed `\n`, tried both regular expressions with multi-line matching and escape sequences. None of them worked.
I'm using Geany on Windows via PortableApps.
p/s: The file itself is UTF16-LE (with BOM), with Windows line endings (CRLF).</div>
Note: making it an issue, because it seems no one cares about my thread in Discussions.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3959
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3959(a)github.com>
After a few minutes editing, Geany freezes with cpu usage increasing to 100%. Force quit required.
System: Linux Mint 22
geany 2.0 (built on 2024-03-31 with GTK 3.24.41, GLib 2.80.0)
libgtk-3-0t64:amd64 3.24.41-4ubuntu1.1 amd64 installed
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3944
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3944(a)github.com>
Could a FAQ entry be added for geany and linked in from the main README?
I think there was one already, but when I looked at the main readme I did not find it again.
I may eventually find it, but it would be easier to add a link to it. If a FAQ does not yet exist
then I think it may be useful to add one.
For instance, a simple question I have is: "how do I show the vte terminal on the bottom"?
This is especially useful as an answer because I often don't have that terminal and then I
need to find out why not, which takes some time away. So having a FAQ entry here helps
a lot. (And once I know it I move on to other things, so other people can not benefit from
me having solved this issue, which is also why I think a FAQ entry would be neat.)
Also, in addition to that, I'd love some page or FAQ entries about customizing geany. Right
now I don't what is all possible (to explain: I did a hiatus in regards to geany, so I am only
recently picking up things again, but most of my time investment goes into other things
unrelated from writing software or handling computers directly).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3957
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3957(a)github.com>
Hi there,
I am using the latest git checkout source.
Under Fonts, in the settings, we have three entries:
1) Editor
2) Symbol List
3) Message Window
What I believe may be missing is the default fonts for the whole menu.
Perhaps the latter is done via the system theme, but I am using icewm, so ideally
I would like to be able to increase the other "missing" fonts as well. I have a very
wide monitor now and the default fonts are too small for me to easily see.
Changing the font size of e. g. the editor, works fine, so I have large fonts there,
but the e. g. at the menu "Interfaces", that part is small and I can not seem to be
able to increase or change the font size (in the settings widget).
Is it even possible to change the font there, from within geany? I assume geany
already has some way to query the font size, even if it comes from a theme, but
as said I use a simple WM, so I am not sure how to change the theme size. Ideally
we would be able to change ALL fonts, and if some are system-settings, perhaps
a simple small widget, available via some red alert icon, can indicate that the user
should not change these other fonts, unless the user knows what he or she is
doing (in addition to the current three one, which seem fine to change for everybody).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3956
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3956(a)github.com>