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

  Date Thread Details
2012‑07‑07
4,038 views
"It would be great if there was an easy way to use SyntaxEditor as a Windows preview handler, eg a sample project. I'd..."
2012‑07‑06
3,285 views
"Hi, I have a weird problem. My quick info for collapsed text regions has a white background for all tokens that hav..."
2006‑02‑17
3,874 views
"Hi I have a suggestion for the word wrap. If I select "WordWrap" by "Word", a punctuation ch..."
2012‑06‑13
3,767 views
"I'm evaluating SyntaxEditor for use with JavaScript (and I'm a novice at JavaScript so forgive me). It looks like the..."
2012‑05‑23
3,984 views
"Hi, currently the background colors of highlighting styles are not exported for RTF files. If a user specifies a ..."
2012‑05‑04
4,233 views
"Hi, Which properties to use to change the backcolor and the forecolor of the editor?"
2012‑05‑03
4,765 views
"Hello, is it possible to force an antialiasing mode? The OnRender() method only covers the line number margin, OnPa..."
2012‑05‑04
4,443 views
"Has anyone seen this behaviour? If so, what ended up being your cause ? System.StackOverflowExceptionat static ..."
2012‑04‑29
4,577 views
"Hi, I'm trying to implement the DragDrop, but I can't seem to getting it to work. My code in the myEditor_dragd..."
2012‑04‑09
3,373 views
"Hello, If I define "<ExplicitPatternGroup TokenKey="ReservedWordToken" Style="OptionWordStyle" LookBehind="(.opt..."
2012‑03‑30
5,566 views
"My current editor has a RepeatCount property that is normally set to 1. If I set it to say 10 then the next 'comman..."
2012‑04‑04
3,748 views
"If I am searching for text in a 'down' direction and the text only exists prior to the current location SyntaxEditor ..."
2012‑03‑27
3,514 views
"Looking to access the FindReplaceForm KeyDown Event. Right now the form will perform a search when we press the "F" ..."
2012‑03‑20
4,065 views
"Hi, How do I add text to each line at the beginning and end of a selection? I have done it in a richtextbox, but I ..."
2012‑03‑21
3,659 views
"I have iplemented a 'code behind' Dynamic language to support automatic Outlining.The simple matches are working fine..."
2012‑03‑15
4,401 views
"I finally have time to look into the workings of Syntax editor (with plans to migrate from a Codemax [COM] implementa..."
2011‑12‑14
4,757 views
"Hi, I'm trying to add intellisense for CSS, just to learn how it's done, but I can't activate it someh..."
2012‑02‑26
2,986 views
"Hi, Just look at this code: StringBuilder builder = new StringBuilder(); builder.Append("youpi") .Appen..."
2012‑02‑16
2,910 views
"Hi, I've created several triggers for the memberlist in the xml. When I start typing, the memberlist is shown...."
2012‑02‑15
3,791 views
"Hi , I have a code like this in my control. this.actiSyntaxEditor.Text = value; Above particular code takes ..."