Please treat `\n` as new line regardless of the line-endings of the file is Unix or Windows. `\n` works on other text editors I have used, e.g: JEdit. Only Geany requires me to use `\r\n` for files with Windows line-endings.
Related: #3959.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3964
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3964(a)github.com>
There is an example:
https://github.com/geany/geany-plugins/blob/master/geanylua/examples/info/l…
It list all files and open the list in new tab of Geany or lists them in choose menu.
List in new tab works as expected but geany.choose function not - it lists only two first opened files.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1374
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1374(a)github.com>
In every terminal (kate, cherrytree, xfce etc.) vim is loaded with its config file (theme etc.)
Only in Geany's terminal vim doesn't load config file, so no theme etc.
I have even made flobal vim config in /etc/vimrc but it is the same. It happens
only with vim, helix works as expected for example, lazygit also etc.
Maybe someone have idea why this happens. Thanks.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3962
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3962(a)github.com>
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>