AvalonEdit
AvalonEdit copied to clipboard
The WPF-based text editor component used in SharpDevelop
I want to ask is it possible to support fixed strings to the editor ? like this: Line 1: 127.0.0.1:8888 > run command (127.0.0.1:8888 is fixed string, run command is...
Currently, when scrolling a document that has varying line lengths, only the currently visible lines are used to determine the horizontal scroll width. Preferably what should happen, and what happens...
ICSharpCode is now a reserved prefix https://docs.microsoft.com/en-us/nuget/nuget-org/id-prefix-reservation We will follow the process at https://docs.microsoft.com/en-us/nuget/nuget-org/deprecate-packages#transfer-popularity-to-a-newer-package to transfer popularity to the new package. On publishing, change README to reflect new NuGet package.
Currently, one can enable line numbers, which displays the numbers along with a vertical line to the right of those numbers. The color of that dotted line is bound to...
Hi. I come with an idea for devs. Today I wanted to add code completion to my editor. As for the fact that it took me quite a long time,...
When you search something with `Ctrl+F`, and there are no matches, the popup will not disappear if you unfocus the editor, or the editor will be closed.
I'm working on a notepadplus-like editor with avalonEdit. I made a control class based on avalonedit and put it in a tab control template like this: ``` ``` and DocList...
When the line ending is \t I want to replace with the specified custom control But it will not take effect when the string is highlighted in the line content...
I'm guessing it's because it's a basic implementation that you can replace but if I place the TextEditor in a TabControl and use the default SearchPanel.Install on it, the "No...