SyntaxEditor for WPF

Discussion Forums

Post about SyntaxEditor for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,248)

  Date Thread Details
2024‑11‑28
93 views
"Hello, We have noticed an issue with the vertical scrolling of SyntaxEditor, when word wrap is enabled. If the cont..."
2024‑11‑13
99 views
"v.20.1.1.0 Hello, I'm wondering if you could make a suggestion for the best way to put a tooltip in the indicat..."
2024‑09‑30
135 views
"In my grammer I can have multi-node names and functions such as 'obj.prop.subprop' and 'func(param)' where each node ..."
2024‑09‑18
144 views
"When using CompletionSession, adding an item to a session (session.Items.Add()) may cause the session to display &ldq..."
2024‑09‑13
96 views
"I want to write a SQL formatting application based on the SyntaxEditor control, but SQL syntax parsing is difficult f..."
2024‑08‑29
133 views
"I watch source code of TextDocument, it provides many methods like SetText and AppendText. It looks like only accept ..."
2024‑08‑13
161 views
"I think a cool feature would be auto completion with text preview similar to Visual Studio where when you type someth..."
2024‑08‑12
159 views
"Hi, we have received a crash report that occurs while the previous loaded documents are restored. It seems like the..."
2024‑07‑12
212 views
"Hello, I'm implementing an AI code autocompletion using both IntraText and IntraLine features. For the IntraText I ..."
2024‑06‑24
212 views
"Repro: var editor = new SyntaxEditor { Text = "Line1\nLine2\nLine3", IsIndicatorMarginVisible = true }; editor.Docum..."
2024‑05‑31
244 views
"My code is <editor:SyntaxEditor x:Name="editor" Grid.Row="0" AreLineModificationMarksVisible="False" ..."
2024‑05‑16
241 views
"I tried to show Completion List on the sample "10-IntelliPrompt Completion List". When I placed the window to the ..."
2024‑04‑30
260 views
"I have a C# code that requires debugging, and while using the syntax editor's general quickstarts feature for "indica..."
2024‑03‑27
280 views
"Hello, I want to implement a feature like the Inheritance Margin of Visual Studio into our IDE.To do so I had a loo..."
2024‑03‑27
265 views
"var list = new List<int>(); list.Select(x) When I type "(", the auto-complete list pops up, and then when ..."
2024‑03‑13
356 views
"Hello, I'm implementing Code Lens features in my IDE but I've noticed a behavior that I was able to replicate with ..."
2024‑03‑01
335 views
"the result i try to achieve is to use the language for 1. parse and validate code without any gui 2. reuse this ..."
2024‑03‑04
271 views
"I need to know the line number where the user clicks the mouse. If the whole content can be visible, it works fine. B..."
2023‑09‑24
542 views
"Hi,Some languages like SQL/PHP and maybe more don't have supported dark mode.Example:https://snipboard.io/v6oSqB.jpgI..."
2023‑03‑02
572 views
"Tried to see what kind of code colorers can use - https://i.gyazo.com/9c1964e07620c176acbf8b7d4cb6a2ab.mp4 . Seems th..."