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,240)

  Date Thread Details
2024‑07‑12
91 views
"Hello, I'm implementing an AI code autocompletion using both IntraText and IntraLine features. For the IntraText I ..."
2024‑06‑24
91 views
"Repro: var editor = new SyntaxEditor { Text = "Line1\nLine2\nLine3", IsIndicatorMarginVisible = true }; editor.Docum..."
2024‑05‑31
109 views
"My code is <editor:SyntaxEditor x:Name="editor" Grid.Row="0" AreLineModificationMarksVisible="False" ..."
2024‑05‑16
109 views
"I tried to show Completion List on the sample "10-IntelliPrompt Completion List". When I placed the window to the ..."
2024‑04‑30
119 views
"I have a C# code that requires debugging, and while using the syntax editor's general quickstarts feature for "indica..."
2024‑03‑27
148 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
132 views
"var list = new List<int>(); list.Select(x) When I type "(", the auto-complete list pops up, and then when ..."
2024‑03‑13
207 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
199 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
150 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
411 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
438 views
"Tried to see what kind of code colorers can use - https://i.gyazo.com/9c1964e07620c176acbf8b7d4cb6a2ab.mp4 . Seems th..."
2022‑09‑29
497 views
"Hi, When I am switching between dark and light theme the EditIndicator does not change the background color to dark..."
2024‑01‑30
195 views
"Hi, The search dialog contains a selection between different "search types": Normal, Regular Expression, Wildcard, ..."
2024‑01‑19
230 views
"Hello. Let me know if you have any tips or hint on highlighting all search words. Details:Syntax Editor WPF Version..."
2023‑12‑12
223 views
"Hi, When double clicking on a word in the sytax editor, it will highlight the entire word. Which is alright.But let..."
2023‑12‑01
339 views
"Hi, I want to achieve something similar in the SyntaxEditor like the VS Code inline completion feature where a ghos..."
2023‑10‑20
247 views
"The "DelimiterIndentProvider" is documented to contain all code necessary to perform "Open/Close"-Indention with toke..."
2023‑10‑20
246 views
"I try to implement the indent provider based on the AST. My parser uses a ThreadedParseRequestDispatcher. When Ge..."
2021‑03‑12
1,133 views
"Hello, We have different themes in our application.I want to override the style of the SearchOverlayPane. It's ok f..."