Home / Scripts & Code / C#
Dianida - Syntax Highlighting Control for .NETDianida - Syntax Highlighting Control for .NET
Syntax Highlighting ControlHome / Scripts & Code / C#
Dianida - Syntax Highlighting Control for .NET
Syntax Highlighting Control1 Support questions or comments
Please login or create an account to post a question or comment.
-
Dec 30, 2017Geoff001 PurchasedTo Whom It May Concern:
Does this work under Visual Studio 2015 and 2017? Are there any
code snippets and is documentation supplied? How does the control
work? Is it like: syntaxobj.push("keyword", colour RGB)? Or does it use
an xml file like other syntax highlighters? How does it handle other symbols
such as string "mystring" (Re: the quotes) or the colouring other regex symbols?
Thank you,
Geoffrey G.
-
Feb 22, 2019benjamin3ro AuthorHi, the way to use it is as you say like "syntaxobj.push(...", but with many other options. A working example is:
dianidaControl1.AddReservedWord(new
Dianida.DianidaControl.STRUCT_ReservedWord{
Word = "public",
ForeColor = Color.RoyalBlue,
BackgroundColor = Color.White,
FontProperties = new Font(
new FontFamily("Consolas", 24, FontStyle.Regular)});
Dianida also support blocks of code delimited by and "open" and "close" strings, for highlight comments, strings and other stuff you want. Hope you enjoy Dianida. -
May 31, 2019Geoff001 PurchasedTo Whom It May Concern:
What is the new timer delay variable named in the properties
of the control?
Thank you,
Geoffrey -
May 31, 2019Geoff001 PurchasedTo Whom It May Concern:
I found it. It is called WaitTime.
Thank you,
Geoffrey
Information
Category | Scripts & Code / C# |
First release | 15 November 2016 |
Last update | 20 May 2019 |
Files included | .cs, .csproj |
Tags | C# |