codebrainz commented on this pull request.
> @@ -2394,7 +2394,7 @@ typedef struct } SelectionRange; -#define CURSOR_PLACEHOLDER "_" /* Would rather use … but not all docs are unicode */ +#define CURSOR_PLACEHOLDER "..." /* Would rather use … but not all docs are unicode */ > I guess yeah ideally the placeholder wouldn't be any actual character but > simply a display thing, but I'm not sure Scintilla allows for this, does it? Since the placeholders are marked with a (presumably) unique indicator, there's no reason they couldn't be removed from the saved contents (mere matter of programming). -- 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/1554#discussion_r139588429
