**Geany version:** 1.37.1
I've enabled `Files > Encodings > Use fixed encoding when opening non-Unicode files` with default non-Unicode encoding set to `None`.
I'm attaching three examples that demonstrate the issue(s) involved. They contain 8-bit (ASCII) values and I am unsuccessfully trying to open these files in Geany.
The first file [iso88591.txt](https://github.com/geany/geany/files/7247441/iso88591.txt) opens as ISO-8859-1 (even though the default is `None` for non-Unicode!). The example file contains:
`C0 61 0A`
The file [breaks.txt](https://github.com/geany/geany/files/7247440/breaks.txt), well, breaks (cannot be opened). It might be detected with a 16-bit encoding which then breaks because of odd number of bytes. Its contents are:
`C0 61 00`
And finally, the file [utf16le.txt](https://github.com/geany/geany/files/7247439/utf16le.txt) opens as UTF-16LE. It contains:
`C0 61 00 0A`
An expected outcome in the first two cases would be that the file opened with no encoding (due to default non-Unicode setting). In the third case, Unicode detection is expected, but there is another issue. When the encoding is set in Geany, the displayed output does not change for me (such as in the case of endline conversion for example). Is Geany really unable to properly open any of the above files?
--
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/issues/2910
I am willing to pay the below listed rewards (via PayPal or mailed check) to the person that can get support for the below listed debuggers added to the "debugger" plugin (or create a new plugin), working, and be as well integrated and have the features (where applicable) as the "debugger" plugin.
This bounty expires August 31st, 2021.
- **PDB** (https://docs.python.org/3/library/pdb.html): $250 USD
- **XDebug** (http://xdebug.org/): $250 USD
--
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-plugins/issues/1088
Version: GIT 55e0998c
OS: Windows 7
GTK version: 3
After each start of Geany, the message window height is reduced so that it is completely hidden (aka height=0) after three or four starts.
I have no idea yet why this happens but we need to look into this and fix it before releasing Geany with GTK3 on Windows. It does *not* happen with GTK2 builds.
--
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/issues/2591
This has been added in 9431eea24 but seems no longer necessary and actually causes problems with setting the message window height. After each start of Geany, the message window will be set a bit lower until it is not visible anymore at all.
The manual realize step was maybe necessary with older GTK2 versions but actually works contrarily on recent GTK3 builds.
Fixes #2591.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2892
-- Commit Summary --
* Windows: Do not manually realize the main window prematurely
-- File Changes --
M src/libmain.c (5)
-- Patch Links --
https://github.com/geany/geany/pull/2892.patchhttps://github.com/geany/geany/pull/2892.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/2892