News:

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

HiEditor V1.0.1.3

Started by akyprian, October 12, 2006, 10:50:48 AM

Previous topic - Next topic

akyprian

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]

Ghirai

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)?
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

trodon


akyprian

Thanks to both for the feedback

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

Antonis

Ghirai

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 :)
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

akyprian

There is a problem if the dialog expects text input (such as the find dialog).

Antonis

Ghirai

Possibly - just for the save file dialog then, it would speed things up (an accelerator?).
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

akyprian

I 'll see what I can do, thanks

Regards,

Antonis

Ghirai

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).
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

akyprian

Hi Ghirai,

Your suggestions are being cooked, thanks

Antonis