> It would appear that the marker is added to the shared buffer Oh, I misread the code - I thought it was using `SCI_GETCHARACTERPOINTER` and that would be sharing just `gchar *`. But it's `SCI_GETDOCPOINTER` so it's the Scintilla's "document" which is shared and it probably stores the information about markers too.
So yeah, it's less mysterious now and also probably not something we can fix easily. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3603#issuecomment-1764363796 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3603/[email protected]>
