Replies: 1 comment 5 replies
-
The same way you draw red squiggles for errors you could draw gray text in a VisualLine, that is not part of the TextDocument. No? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use AvalonEdit for a built-in editor for our data files, which are text-based but often tabular in nature. We are looking at a feature which will populate some things in the file, visually, but I don't want to just paste the text in. Essentially I want something like the "preview text" that many IDEs have when they auto-suggest things (see screenshot from VS). But this is distinct from the dropdown popup for auto-complete... I want text that is visible in the line, but not selectable or actually there. I'm happy to dive deep to look into implementing this, but a. I wanted to see if this was already available in some capacity and I just didn't know the right keywords to use, or b. if anyone had already looked into something like this before.

Beta Was this translation helpful? Give feedback.
All reactions