SyntaxEditor for Windows Forms

Discussion Forums

Post about SyntaxEditor for Windows Forms 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 (2,119)

  Date Thread Details
2004‑06‑23
3,816 views
file size by Marianne
12 replies (20 years ago)
"After opening a 9 MB file, the memory consumption shot up to around 400MB, but then after closing the file (and keepi..."
2004‑07‑09
3,363 views
"Having a problem getting the SyntaxEditor binded to a dataset. Code is: Me.SyntaxEditor1.DataBindings.Add(New Sys..."
2004‑07‑05
3,642 views
"I am trying to write some codes that will automatic indent lines for VB.Net similar to VS. I notice that you have to..."
2004‑07‑05
3,272 views
"If a user collapse a section that is an outlining and than drag select (highlighting) the collapsed section, SyntaxEd..."
2004‑07‑01
3,225 views
"How do you prevent keywords from been highlighted? i.e. typeof(frmAddNewFile).Assembly)Assembly is a keyword whic..."
2004‑07‑01
3,226 views
"I am looking for a way to format C#, VB.Net, and other codes similar to VS auto formatter for VB.Net. Dose anyone kn..."
2004‑06‑11
4,015 views
"Hi, I was able to get a Win32Exception if I create a large number of SyntaxEditor objects. I believe I can mitigate..."
2004‑06‑25
4,411 views
"Team, Is there sample SyntaxEditor grammar to parse the Windows INI files. Is it easy to do something like the fol..."
2004‑06‑25
3,473 views
"I need to know when certain properties like CanPaste, CanUndo, etc. change to reflect the state in my toolbar buttons..."
2004‑06‑22
3,830 views
"The current behavior of ScrollToCaret is that if it's scrolling down it will stop as soon as the line with the ca..."
2004‑06‑22
2,870 views
"Can I define a trigger which uses CTRL-SPACE? I would like to use that to bring up the member list, like visual studi..."
2004‑06‑17
4,305 views
"I'm able to use the semantic parser to apply SemanticParseData to tokens during any typing that the user does. H..."
2004‑06‑21
3,129 views
Line deletion by Marianne
1 reply (20 years ago)
"If there is no text selected and a text cut is performed, the whole line is deleted. Shouldn't the cut not work ..."
2004‑06‑21
3,560 views
"What is the quickest and easiest way to highlight a given line, and then remove highlighting for a given line. There..."
2004‑06‑11
3,267 views
"I'm trying out the new CustomHighlightingStyle feature added in v2.0.0105 and believe I found a couple of bugs. ..."
2004‑06‑18
3,388 views
"In the sample app, if you select some text and hit ctrl-c (copy), then click in the console window at the bottom (eve..."
2004‑06‑16
3,325 views
"Hi, How do I define multi-line comments starting with "comment {" and ending with "}"? I tr..."
2004‑06‑16
3,548 views
"Is it possible in SyntaxEditor to show the error/info squigglies that VS.NET and some other applications show under c..."
2004‑06‑15
3,471 views
"I defined a SectionState which looks ahead to either the next SECTION keyword or document end to close its scope. The..."
2004‑06‑14
3,557 views
"I defined following end scope pattern: PatternValue="\n" LookAhead="(( *\n)|(#IF.*\n))*SECTION" ..."