The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: akyprian on April 16, 2007, 06:21:09 PM

Title: HiEditor V2.0 Beta
Post by: akyprian on April 16, 2007, 06:21:09 PM
Hi all,

HiEditor V2.0 Beta has been released. You can get it from http://www.winasm.net/forum/index.php?showtopic=1834 .It contains several new features and serious code improvements, hence the Beta. Please test it thoroughly and let me know your suggestions and possible bug reports.

What's new

-Syntax Hilight (Thanks shoorick, trodon, Jupiter)
    ^ in front of keyword    : Case sensitive
    ~ in front of keyword    : Force change case (display only-GOOD!)
    - at the end of keyword : All following text is string
    ToDO: + at the end of keyword : All following text is comment/multiline comment
   
    -Have the file extensions to be highlited in square brackets
    -Please have a look in the attached KeyWords.hes file and help us update it with  file types of other programming languages.
    -No limit on number of languages
    -No limit on keyword groups

-New options for file tabs on top or below horz scrollbar (Thanks racer, blues)
   
-Even much faster painting routine (Thanks IanB)

-Context menu items not properly enabled/disabled; fixed (Thanks denise_amiga)

-overwrite does NOT work; fixed

-If last line is the longest, Hrz scrollbar not correct!

-Occasionally horz scrollbar not updated
   -delete cr/lf of line (Thanks IanB)
   -pasting multiline text in which longer line than the existing longest line exists.
 
-Error checking on file opening - minor bug fixed (Thanks ThE-MaRaC).

-Files can be saved without extension now (Thanks Ghirai)

-A lot of improvements and minor bug fixing.


Feedback is more than welcome,

Antonis
Title: Re: HiEditor V2.0 Beta
Post by: akyprian on April 21, 2007, 06:38:56 PM
Beta 2
--------
What's new

1.New: Close file button on the top-right corner (blues)

2.Last opened options page is now remembered(Jupiter)
   
3.On the 'options' dialog 'editor' tab the two edit boxes with the spin buttons are too small (blues)

4.Toolbar buttons did not raise on mouse over; minor bug fixed

5.Fixed a bug when deleting the LF character (blues, jupiter)

6.A minor bug of the underlying HiEdit control fixed
Title: Re: HiEditor V2.0 Beta
Post by: akyprian on April 30, 2007, 01:58:08 PM
Beta 3
--------
What's new
-New style: HES_SINGLELINE (blues)

-Non-Printable characters color is now configurable (blues,Jupiter)

-some bugs regarding 0 byte files have been fixed: saving, highliting (Igaln,Jupiter)

-'Enviroment variables' did not work; fixed (Igaln)

-The syntax highlight button size fixed (blues)

-Some minor change to the status bar to accomodate large fonts (Jupiter)

-Small bug in the keyword parsing routine fixed
Title: Re: HiEditor V2.0 Beta
Post by: Shantanu Gadgil on May 01, 2007, 11:31:38 AM
Hi akyprian,
Is it possible to store the path of the highlite file entry relative to the .exe file and not as an absolute path?
Example:
HiLightFile=C:\Downloads\HiEditor\KeyWords.hes

That way, if I move the HiEditor folder around, it wouldn't matter!

Regards,
Shantanu
Title: Re: HiEditor V2.0 Beta
Post by: akyprian on May 02, 2007, 05:47:42 AM
Hi Shantanu Gadgil,

Yes it is possible. Note that if you set  relative paths, it should work
Title: Re: HiEditor V2.0 Beta
Post by: Vortex on May 03, 2007, 05:21:26 PM
Hi akyprian,

Thanks for this release.
Title: Re: HiEditor V2.0 Beta
Post by: akyprian on May 04, 2007, 06:11:54 AM
Thanks Erol

Regards,

Antonis