Version 2.33 Beta
Version 2.33 Beta
hi,
Please try the 2.33 version. It features some small bug fixes, and support for Firefox.
http://www.acelogix.com/downloads/au_beta.exe
Please try the 2.33 version. It features some small bug fixes, and support for Firefox.
http://www.acelogix.com/downloads/au_beta.exe
regards,
Hari, Acelogix Team
Hari, Acelogix Team
Any changes.log ?
Still no column width / sorting save
Still no plugin editor
Still no exclusions editor
Still no disk analysis maximize pos saving
Btw UltraEdit plugin is not working with latest UE releases. uedit32.ini folder changed from %windir%\uedit32.ini to %appdata%\IDMComp\UltraEdit\uedit32.ini. Current plugin creates ini in windir and that cause problems to UE 10.2x startup.
Regards
Still no column width / sorting save
Still no plugin editor
Still no exclusions editor
Still no disk analysis maximize pos saving
Btw UltraEdit plugin is not working with latest UE releases. uedit32.ini folder changed from %windir%\uedit32.ini to %appdata%\IDMComp\UltraEdit\uedit32.ini. Current plugin creates ini in windir and that cause problems to UE 10.2x startup.
Regards
hi Inray,
Sorry, its not an update with new features ; a bugfix.
Disk analysis maximize pos saving, Column width / sorting save will soon be implemented.
Any editor like notepad can be used as Plugin editor /exclusions editor .
THanks a lot for the UE info, we will correct it too.
Sorry, its not an update with new features ; a bugfix.
Disk analysis maximize pos saving, Column width / sorting save will soon be implemented.
Any editor like notepad can be used as Plugin editor /exclusions editor .
THanks a lot for the UE info, we will correct it too.
regards,
Hari, Acelogix Team
Hari, Acelogix Team
Inray, did you uninstall existing UE before installing 10.2 ? Also,Btw UltraEdit plugin is not working with latest UE releases. uedit32.ini folder changed from %windir%\uedit32.ini to %appdata%\IDMComp\UltraEdit\uedit32.ini. Current plugin creates ini in windir and that cause problems to UE 10.2x startup.
what are the problem you see at startup ?
regards,
Hari, Acelogix Team
Hari, Acelogix Team
UltraEdit 10.20 and later, use Application Data\IDMComp\UltraEdit to store both uedit32.INI and uedit32.kbd.
Running Ace UE plugin as is, it tries to delete uedit32.ini Recent File List entries in Windir, thus creating that ini file that no longer exists.
Then UE 10.20 tries first to find INI in windir (for backwards compatibility only) so it uses blank one created by AceUtils plugin, ignoring valid one in %appdata%.
Following simple mod, works just fine with UE 10.20a
I had no problems using it with WinXP Pro sp1 and Win2K3.
Btw something i've missed. Is it possible to add three AU options in a future build ? Not very safe for novices but useful for the rest users.
1. Auto clear recycle bin on clear history
2. Disable saving registry backups
3. Disable registry cleaner message that appears after cleaning.
Thanks
Running Ace UE plugin as is, it tries to delete uedit32.ini Recent File List entries in Windir, thus creating that ini file that no longer exists.
Then UE 10.20 tries first to find INI in windir (for backwards compatibility only) so it uses blank one created by AceUtils plugin, ignoring valid one in %appdata%.
Following simple mod, works just fine with UE 10.20a
Code: Select all
[SETTINGS]
NAME=unused
PATH=
ICON=uedit32.exe | %BOOTDRIVE%\Program Files\UltraEdit\uedit32.exe
DESCRIPTION=This plugin will clean the recent file list of UltraEdit
HIDEOPTION = 1
PROVIDER= hari
VERSION =1.0
[REG_OPTION]
[DISK_OPTION]
0=Clean Recent File List<1> 0
[REGISTRY]
[DISK]
0 = INIFILE = %appdata%\IDMComp\UltraEdit\uedit32.ini|Recent File List
Of course i did, and works just fineHave you tried Regcompactor ?
I had no problems using it with WinXP Pro sp1 and Win2K3.
Btw something i've missed. Is it possible to add three AU options in a future build ? Not very safe for novices but useful for the rest users.
1. Auto clear recycle bin on clear history
2. Disable saving registry backups
3. Disable registry cleaner message that appears after cleaning.
Thanks