The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Topic started by: akyprian on October 12, 2006, 10:50:48 AM

Title: HiEditor V1.0.1.3
Post by: akyprian on October 12, 2006, 10:50:48 AM
Hi All,

This is HiEditor V1.0.1.3

What's new

-You can now use advanced Filter strings for the Open/Save Dialogs e.g.
FileTypes=All Files (*.*)~*.*~Assembly & Include Files (*.asm, *.inc)~*.asm,*.inc~~
where ~ is either ~ or NUL(Thanks Nikos)

-The sample HiEdit control on the Options dialog is enabled so that user can view his changes (Thanks Jupiter, shoorick)

-if CR is the last character of file, caret could no be positioned with the mouse; fixed (Thanks icehole)

-Painting/Selection speed improved

-text OLE Drag / Drop minor bug fixed (Thanks Nikos)

-A small update issue when opening files from the Explorer or command prompt-GOOD for big files

-Undo/redo lists cosmetic improvements

-Copy OEM text to Clipboard is such that other applications can paste properly

Regards,

Antonis

PS. A new version of a demo application (with full source) together with the HiEdit control packaged as a lib and a dll has been uploaded to the WinAsm site (http://www.winasm.net).

[attachment deleted by admin]
Title: Re: HiEditor V1.0.1.3
Post by: Ghirai on October 12, 2006, 11:01:42 AM
Nice job, thank you :U

A small issue, with the keyboard shortcuts for Yes, No, and Cancel.
ATM the work if you hit Alt-shortcut.

Would it be possible to make them work when you hit just the letter (y for Yes, n for Cancel, etc)?
Title: Re: HiEditor V1.0.1.3
Post by: trodon on October 12, 2006, 12:23:49 PM
nice job akyprian  :U
Title: Re: HiEditor V1.0.1.3
Post by: akyprian on October 12, 2006, 01:39:36 PM
Thanks to both for the feedback

Ghirai: Alt+shortcut is not meant to work for Yes/No/Cancel for now, is it?

Antonis
Title: Re: HiEditor V1.0.1.3
Post by: Ghirai on October 12, 2006, 03:02:20 PM
Well it works, in the save file dialog i mean.

If you press Alt, the shortcuts are displayed, and the buttons get 'pressed' when you hit Alt+shortcut.

I was thinking of just pressing the specified letter to hit a certain button.

Hope you understant what i mean :)
Title: Re: HiEditor V1.0.1.3
Post by: akyprian on October 12, 2006, 03:40:32 PM
There is a problem if the dialog expects text input (such as the find dialog).

Antonis
Title: Re: HiEditor V1.0.1.3
Post by: Ghirai on October 12, 2006, 04:07:47 PM
Possibly - just for the save file dialog then, it would speed things up (an accelerator?).
Title: Re: HiEditor V1.0.1.3
Post by: akyprian on October 13, 2006, 08:03:09 AM
I 'll see what I can do, thanks

Regards,

Antonis
Title: Re: HiEditor V1.0.1.3
Post by: Ghirai on October 21, 2006, 02:21:28 PM
One thing that could be very useful: when searching-and-replacing, pop up a msgbox saying how many replacements have been made, and one that says that the text can't be found (depending on the case obviously).
Title: Re: HiEditor V1.0.1.3
Post by: akyprian on October 23, 2006, 08:42:38 AM
Hi Ghirai,

Your suggestions are being cooked, thanks

Antonis