News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HiEditor V2.0 Beta

Started by akyprian, April 16, 2007, 06:21:09 PM

Previous topic - Next topic

akyprian

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

akyprian

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

akyprian

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

Shantanu Gadgil

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
To ret is human, to jmp divine!

akyprian

Hi Shantanu Gadgil,

Yes it is possible. Note that if you set  relative paths, it should work

Vortex

Hi akyprian,

Thanks for this release.

akyprian

Thanks Erol

Regards,

Antonis