Exemple #1
0
 public Token() : base(Key)
 {
     Instance = this;
     //ForegroundColor = Color.FromRgb(214,157,133);
     //ForegroundColor = Color.FromRgb(255, 143, 32);
     //ForegroundColor = Color.FromRgb(255, 148, 40);
     ForegroundColor = Color.FromRgb(255, 150, 45);
 }
Exemple #2
0
 public Field() : base(Key)
 {
     Instance = this;
     //IsItalic = true;
     //ForegroundColor = Color.FromRgb(205, 237, 254);
     //ForegroundColor = Color.FromRgb(238, 213, 187);
     ForegroundColor = Color.FromRgb(224, 243, 255);
 }
Exemple #3
0
 public Interface() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 186, 245, 222);
 }
Exemple #4
0
 public Event() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(250, 152, 225);
     IsBold          = false;
 }
Exemple #5
0
 public Punctuation() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 128, 128);
 }
Exemple #6
0
 public Attribute() : base(Key)
 {
     Instance = this;
     IsItalic = true;
     //ForegroundColor = Color.FromRgb(136, 202, 244);
 }
Exemple #7
0
 public Identifier() : this(Key) {
     Instance = this;
 }
Exemple #8
0
 public Extension() : base(Key)
 {
     Instance        = this;
     IsItalic        = true;
     ForegroundColor = Color.FromArgb(255, 148, 255, 255);
 }
Exemple #9
0
 public Operator() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 255, 128);
 }
Exemple #10
0
 public Enum() : this(Key) {
     Instance = this;
 }
Exemple #11
0
 public String() : this(Key) {
     Instance = this;
 }
Exemple #12
0
 public Dynamic() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 180, 180, 180);
 }
Exemple #13
0
 public Generic() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 0, 255, 255);
 }
Exemple #14
0
 public Delegate() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(173, 216, 230);
 }
Exemple #15
0
 public Number() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 205, 34);
 }
Exemple #16
0
 public SingleQuotes() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(255, 198, 140);
 }
Exemple #17
0
 public Virtual() : base(Key)
 {
     Instance = this;
     IsItalic = true;
 }
Exemple #18
0
 public Interpolated() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 255, 180, 120);
 }
Exemple #19
0
 public UserDefinedOperator() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 0, 240, 240);
 }
Exemple #20
0
 public Variable() : this(Key) {
     Instance = this;
 }
Exemple #21
0
 public Namespace() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromRgb(135, 150, 194);
 }
Exemple #22
0
 public Param() : this(Key) {
     Instance = this;
 }
Exemple #23
0
 public Constant() : base(Key)
 {
     Instance        = this;
     IsBold          = true;
     ForegroundColor = Color.FromRgb(198, 176, 206);
 }
Exemple #24
0
 public Method() : this(Key) {
     Instance = this;
 }
Exemple #25
0
 public Property() : this(Key) {
     Instance = this;
 }
Exemple #26
0
 public Constructor() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Exemple #27
0
 public InterfaceImplementation() : base(Key)
 {
     Instance     = this;
     IsUnderlined = true;
 }
Exemple #28
0
 public Static() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Exemple #29
0
 public Label() : base(Key)
 {
     Instance = this;
     IsBold   = true;
 }
Exemple #30
0
 public Structure() : base(Key)
 {
     Instance        = this;
     ForegroundColor = Color.FromArgb(255, 157, 208, 225);
 }