```
(geany:3203): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
(geany:3203): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
(geany:3203): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
```
Suggestions where to look welcome.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/875
> What is the normal behaviour on Mac for other apps, is it the same as on Linux?
Yes.
> If it is then yeah, seems GTK for OSX has a bug.
Exactly.
--
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-osx/issues/4#issuecomment-974656541
What is the normal behaviour on Mac for other apps, is it the same as on Linux? If it is then yeah, seems GTK for OSX has a bug.
--
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-osx/issues/4#issuecomment-974635604
> Here (on Linux) DND in the same entry moves text
Yeah, but on the Mac it copies text within the same entry too (same with Scintilla).
--
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-osx/issues/4#issuecomment-974634831
> I haven't tried gtk3-demo on linux but drag and drop selected text in GtkEntry moves the text.
Here (on Linux) DND in the same entry moves text, but DND between two entries copies text.
DND within Scintilla moves text, but DND to another widget (eg scribble) or external program (this browser) copies text.
That all seems consistent.
--
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-osx/issues/4#issuecomment-974630903
I just tried drag and drop selected test in GtkEntry in the demo on macOS and it copies text. I haven't tried gtk3-demo on linux but drag and drop selected text in GtkEntry moves the text. It seems it's some problem with mouse input handling on macOS.
--
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-osx/issues/4#issuecomment-974618583
When I create a new main.py with Geany and save it, it is always saved in ANSI format instead of UTF-8 format.
It always causes an error when I try to test my program if I add any character which isn't an English character to it:
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x** in position 0: invalid start byte.
--
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/2874
I just tried gtk3-demo and dnd seems to copy text there too so this bug isn't related to Scintilla.
--
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-osx/issues/4#issuecomment-974559184
On Linux, it is possible to use only keys to make a rectangular selection, but on a Mac, this appears to be broken. Using Ctrl-Shift with the mouse works, but I'd rather use keys.
Geany 1.37
Using GTK+ v3.24.20 and GLib v2.66.0 runtime libraries
System Version: macOS 10.15.7 (19H15)
Kernel Version: Darwin 19.6.0
Perhaps I need to change a keybinding? (attached)
[keybindings.conf.gz](https://github.com/geany/geany/files/5643579/keybindin…
--
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-osx/issues/25