The MASM Forum

General => The Campus => Topic started by: minor28 on May 06, 2014, 07:01:11 PM

Title: Syntax highlight - A new static library
Post by: minor28 on May 06, 2014, 07:01:11 PM
I have written a static library called StdLib.lib containing functions for Dictionary (like .net Dictionary), List (like .net List), strings and time.

It replaces my old StringFunctions library. I'll be glad if you want to test it.

Function references are found on my site http://minor28.divdev.se (http://minor28.divdev.se) under tab "Standard Library".
Title: Re: A new static library
Post by: Gunther on May 06, 2014, 10:24:17 PM
Hi minor28,

Looks impressive.  :t I'll give it a try the next time.

Gunther
Title: Re: A new static library
Post by: minor28 on May 11, 2014, 04:56:09 PM
To demonstrate how to use the dictionary functions, I have written a program to syntax highlight a richedit control text. The program is not a completed project for syntax highlighting but processes only text that the application loads. It's probably not entirely flawless.

The AddDictionaryItem was too slow to load large data so I added a new function FillDictionaryKeys. New upload on top. It is also added in the demo project.
Title: Re: A new static library
Post by: Gunther on May 11, 2014, 07:27:57 PM
Hi minor28,

interesting work, thank you for sharing it.  :t Only one remark: Cancel ends the application, but what is with OK?

Gunther
Title: Re: A new static library
Post by: minor28 on May 12, 2014, 12:18:23 AM
It is only a standard dialog template with a richedit control. Nothing else. OK button do nothing.
Title: Re: A new static library
Post by: Gunther on May 12, 2014, 12:25:13 AM
Hi minor28,

Quote from: minor28 on May 12, 2014, 12:18:23 AM
It is only a standard dialog template with a richedit control. Nothing else. OK button do nothing.

okay, I understand. Solid work.

Gunther
Title: Re: Syntax highlight - A new static library
Post by: minor28 on May 25, 2014, 09:22:38 PM
Another way to highlight syntax in this example. I'm not fully satisfied with the line numbering. Flickering and sometimes disappearing. Any suggestions is appreciated.
Title: Re: Syntax highlight - A new static library
Post by: Gunther on May 25, 2014, 09:31:06 PM
Hi minor28,

Quote from: minor28 on May 25, 2014, 09:22:38 PM
Another way to highlight syntax in this example. I'm not fully satisfied with the line numbering. Flickering and sometimes disappearing. Any suggestions is appreciated.

There wasn't a flickering during program run. Is it a question of the graphics driver?

Gunther