I have opened a file with a ISO-8859-1 encoding. After doing changes, I tried to save it and had received following error message, while having full permissions (0777 = rwx rwx rwx) to the file:
> An error occurred while converting file from UTF-8 in "ISO-8859-1". The file remains unsaved.
>
> Error message: Invalid byte sequence in conversion input
> The error occurred at "Ż" (line 3, column 18)
This is strange. The original file was opened in the ISO-8859-1 encoding and there is no possibility to chose the destination encoding while saving.
Please fix it asap
--
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/2542
It seems scintilla supports lpeg lexers which can add support to non-existing files such as restructured text.
Is there a way to build with it in geany ? It seems scintilla by default is not built with it.
https://scintilla.sourceforge.io/LPegLexer.html
--
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/2543
Installed it by pacman but the Ctrl-O, ie. Menu -> open file will kill Geany instead of do its job opening file dialog.
How to solve it?
--
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/2541
does not highlight multiline ES6 strings with symbol ` in *.php, instead of color like default quoted strings (',")
![screen_2020-06-30_23:47:55](https://user-images.githubusercontent.com/217988/86175527-2b70f680-bb2c-11ea-9de4-9435ff57ad57.png)
--
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/2539