Search

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

Ideas for future improvement can be voted upon. You may apply up to 3 votes on each idea. Votes will be returned when ideas are completed or deleted. You can change or remove your votes on an idea, and can reallocate your votes at any time.

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.

RSS Feed

Thread List (1,922 total)

Idea Stats: 0 supporters, with 0 total votes
Question 1,785 questions     Problem 137 problems     Idea 0 ideas - 10 of 10 votes remain
Votes   Date Thread Details
Question
2011-09-07
590 views
"Hi, I need to provide my compiler with the current offset. Since SyntaxEditor only stores newline as line terminator,..."
Question
2010-06-08
2,158 views
"Does the newest version of the SyntaxEditor support targeting the .NET Framework 4 Client Profile? I am using the Act..."
Question
2011-09-02
355 views
"Hi all, I create a CurrentStatementSpanIndicator in the margin of a line. Is there a way to drag that arrow and put i..."
Question
2011-09-01
595 views
"Hi, How do I change the color of the font and add an image in the memberlist tooltip? .Add(New IntelliPromptMemberLis..."
Question
2011-08-31
601 views
"Hi, Possible to add a (multiple) combobox into the buttonbar?"
Question
2011-07-13
1,046 views
"Hi, When I type "<a", the intelliprompt pops to complete the code/word. How do I start to show anoth..."
Question
2011-08-24
488 views
"We are currently developing a JavaScript (Ecma-262) editor, including a Dynamic lexical parser and a semantic parser ..."
Question
2011-08-19
431 views
"HI, I am looking for a text control which supports the so called "Spinning Syntax". The syntax consists of ..."
Question
2011-08-16
421 views
"Lambda Expression; LINQ; Intellisense for Cast. ((IMyType)obj). Intellisense Anonymous type."
Question
2011-07-07
414 views
"Hi, In Visual Studio when I write a type like "ICollection s;" and the namespace for the type is not declar..."
Question
2010-10-01
1,086 views
"Hello team, I have been developing our personolized lan I have also implemented many features for Intelliprompt Param..."
Question
2011-08-01
490 views
"Hi, I am new to SyntaxEditor. I just make the lexical parser from dynamic language XML definition and syntax coloring..."
Question
2011-08-03
374 views
"When my application exits I issue the command: ActiproSoftware.SyntaxEditor.SemanticParserService.Stop() and then I r..."
Question
2011-08-03
325 views
"I'm appending text, but before I do, I want to make sure that the document ends with a new line. This code works:..."
Question
2011-06-24
396 views
"Is there a way to display column guide on top of span indicators? I have a bunch of span indicators and when I displa..."
Question
2011-07-01
623 views
"I'm trying to add my own shortcutkeys, but somehow it doesn't work (proper) Private Sub SyntaxEditor1_KeyType..."
Question
2009-03-04
1,282 views
"Hi, I would to know when ActiPro will support LINQ and Lambda expression. Regards, Alexnaldo Santos"
Question
2011-06-23
407 views
"Hi, just a quick question, is it possible to apply a highlighting style to a token at runtime, using a programmed lex..."
Question
2011-06-30
461 views
"I'm midway through developing a combination of a Dynamic language and a semantic parser in order to write a custo..."
Question
2011-06-30
427 views
"I am trying to get a pattern match on different parts here. Example: Something.AnotherSomthing.FinalSomething = x I h..."