News:

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

HiEditor V1.0.1.1

Started by akyprian, September 12, 2006, 11:25:50 AM

Previous topic - Next topic

akyprian

Hi all,

This is HiEditor V1.0.1.1

what's new

1. Tabbed interface (built in the HiEdit custom control thus keeping system
resources requirements very low) for handling multiple (unlimited number of) files simultaneously (Thanks Sevag.K)
Therefore:
File-Open opens multiple files at once
New menu items; File: Close,Next,Previous,Save All
Right click on the arrows of the HiTab control to move to any item
Right click on any item of the HiTab control to get the file menu
Can now drop multiple files from explorer at once
etc etc

2. If a single line document is loaded, the horizontal scrollbar was not set properly; fixed (Thanks icehole)

3. On the Options dialog, the Up-Down controls are now inside the appropriate text boxes (Thanks shantanu_gadgil)

4. On the Options dialog, "OK" and "Cancel" buttons are now positioned appropriately (Thanks shantanu_gadgil, Ghirai)

5. Minor bug with XP themes fixed (Thanks Ghirai)

6. Status bar flicker removed

7. icons on messageboxes are used now (Thanks Ghirai)

8. A lot of improvements regarding text ole drag / drop

9. You can specify your own filter strings for the Save As and File Open Dialogs
in HiEditor.ini, section [GENERAL]; For example:
FileTypes=Assembly files (*.asm)NUL*.asmNULInclude files (*.inc)NUL*.incNULResource files (*.rc)NUL*.rcNULBatch files (*.bat)NUL*.batNULText files (*.txt)NUL*.txtNULAll Files (*.*)NUL*.*NULNUL

10. Paste is improved

11. A LOT of optimizations and bug fixes.

Regards,

Antonis


[attachment deleted by admin]

Ehtyar

Just keeps getting better and better. Awesome job akyprian!

akyprian

Thanks a lot for your good words, Ehtyar.

Do not hesitate to suggest anything you think will make HiEditor better.

Regards,

Antonis

trodon

nice job akyprian :U
i am replace my default Notepad with HiEditor and using it for tasm32
are you thinking maybe for adding suport for collor shemes?

Ghirai

#4
Great job :U

A quick suggestion: open up a new tab when double-clicking on the empty space at the right of an existing tab (like web browsers do).

Holding CTRL-F pressed increments the X in *FileX. I think it should stop if there are no tabs to close.

Also, when i open a new tab, type nothing in it, then click save-all, it doesn't save the empty tab. IMO it should allow saving empty files.

EDIT: Seems to work when saving an idividual file.

And another thing, add keyboard shortcuts to the buttons (esp. in the save dialog). For example hitting 'y' on the keyboard will press the 'Yes' button.
Just add a '&' before the letter in the button name.
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

akyprian

@:trodon
Thanks a lot for your good words. I know some people do not like coloring, I may provide a different version for it; what others say?

@Ghirai
QuoteHolding CTRL-F pressed increments the X in *FileX. I think it should stop if there are no tabs to close.
I guess you mean Ctrl+F4
Your suggestions will be taken into consideration, thanks again

Regards,

Antonis


Ghirai

MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

trodon

Quote@:trodon
Thanks a lot for your good words. I know some people do not like coloring, I may provide a different version for it; what others say?

no, man you dont need to bother just for me  :wink
but you can add option for sellecting collor sheme turn off or on..... and every user of program will be hapy :)
but this is just sugestion, you make conclusion is this good or not  :U


gnewz10

nice editor... :U hope there's a word wrap option... thanks akyprian for the HiEditor!

-gnewz10

akyprian

wordwrap is on thed "ToDo" list, thanks gnewz10

Antonis

Sevag.K

Looking good, and a clever interface for the tab bar.
A minor cosmetic detai: how about making the tab-navigator buttons invisible when all the tabs fit in the space provided?
Having a line-numbers show/hide button on that bar would be nice too.


akyprian

Thanks a lot for the good words and the suggestions.

Regards,

Antonis

akyprian

@Ghirai:
Saving of 0-byte files is allowed provided you have modified them before trying to save. This is by design.

Regards,

Antonis

Ghirai

MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

Shantanu Gadgil

Hi akyprian,
I am using v1.0.1.1 and there seems to be an issue with copying and pasting.

1. Copying:
When copying FROM a Richedit box (any other app), say WordPad, etc...then HiEditor sticks a bunch on NUL characters in the pasted text.
No problems while copying from another simple EDIT box

2. Pasting
CTRL+Ins doesn't seem to be copying, just switches the indicator at the bottom to OVR. HiEditor is still running in INSERT mode!
SHIFT+Ins works OK for pasting though!

Other than these...great work!!!  :U :U
I am already using HiEditor instead of notepad!!!

Regards,
Shantanu
To ret is human, to jmp divine!