SyntaxEditor .NET Languages Add-on for WPF

Discussion Forums

Post about SyntaxEditor .NET Languages Add-on 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 (156)

  Date Thread Details
2016‑02‑24
5,352 views
"It seems after installing the Intellisense sample I am no longer able to use the enter key in an ExpressionTextBox. ..."
2015‑06‑17
4,823 views
"Hello, I have performance problems using the syntaxeditor the first time after start of my application. The code th..."
2015‑04‑16
5,231 views
"Hello, With the example provided from http://blog.actiprosoftware.com/post/2013/08/26/Enhancing-the-Windows-Workfl..."
2015‑04‑03
4,603 views
"So I have a nice SyntaxEditor window open and I populate it with some c# code. I wanted to be able to use a shortcut..."
2015‑03‑24
3,726 views
"I was looking at the monolithic example that downloaded with the sdk. I was wondering if there was a more focused ex..."
2015‑02‑25
4,674 views
"We use a CSharpProjectAssembly. During the Startup of the Application a lot of assembly references (loaded from App..."
2015‑02‑21
4,717 views
"I have implemented something similar to your recent "ServerTags" sample, but with a bit more complexity. I have foun..."
2014‑01‑09
5,652 views
"Hi, SyntaxEditor .Net Languages with defined c#-Language File. I write for example: Console.Clear("122"); ..."
2014‑12‑04
4,973 views
"Hi, I want to trigger the TextFormatter programatically. Which method of the syntaxeditor I have to call to trigg..."
2014‑12‑05
4,237 views
"Hi, I added the Assembly X.dll to the IProjectAssembly.AssemblyReferences.AddFrom("X.dll"); then I remove..."
2014‑12‑01
4,692 views
"There are many examples of this, but this is the simplest snippet that illustrates completion lists not working with ..."
2014‑11‑19
4,480 views
"I have the following example code, and I am wondering if it it's possible to get the QuickInfo when hovering over the..."
2014‑09‑12
4,151 views
"How can I access the path on disk where an assembly is loaded from when I am looping through a CSharpProjectAssembly...."
2013‑08‑15
4,786 views
"This bug is new in the 583 build.Try this : ProjectAssembly project1 = new ProjectAssembly("MyProject1");ProjectAss..."
2014‑04‑23
4,420 views
"Is there a way to turn off the squiggle for just a few syntax errors? Specifically, we would like to suppress the squ..."
2014‑07‑24
3,940 views
"After upgrading Syntax Editor WPF from version 13.1.581.0 to 14.1.601.0, syntax editor started to surround variable d..."
2014‑06‑13
3,547 views
"I want syntax hiliting for non-primitive types and potentially namespaces. My sense is that this isn't available ou..."
2014‑05‑07
3,737 views
"Hi,we are using your SyntaxEditor to show .cs files. We create a ProjectAssembly and add our references for the Intel..."
2014‑05‑27
3,641 views
"Hi, Is there a way to share the same VBProjectAssembly instance across multiple Actipro Syntax Editors ? My scena..."
2014‑05‑07
3,193 views
"Is it possible to hide members marked with EditorBrowsable(EditorBrowsableState.Advanced) from the completion list? ..."