Tapatalk

UltraEdit-32 v11.20 Released!

UltraEdit-32 v11.20 Released!

2710
Site AdminSite Admin
2710

PostOct 22, 2005#1

Hi Folks,

Thank you as always for your continued interest in UltraEdit and our IDM products.

We are very pleased to announce that we have just released v11.20 of UltraEdit-32.

New features in this release include:

- Unicode Big-Endian support for editing
- Conversion between Big-Endian and Little-Endian formats
- Support for direct editing of ASCII escaped Unicode
- Options to remove recent document and project histories
- Configurable default edit window size
- Ability to add line endings to XML files that have little or none
- (Optional - in configuration) integration with UltraSentry to securely delete UltraEdit temporary files
- User-configurable right-click context menu for Main Edit Windows and File Tabs
- New and improved presentation of Advanced Configuration dialogs
- Tags in HTML toolbar may now be customized and new ones created
- Usability enhancements for Toolbar configuration including drag and drop
- Additional minor changes

We have a lot more planned for the future for UltraEdit-32 and for our other products.

Thanks again and best wishes,

Ian and Team

48
Basic UserBasic User
48

PostOct 22, 2005#2

Thank you all for your efforts to make UE even better.
There are many things still missing though. Please consider some of the following suggestions...

1. ISO-8859-xx encoded files support
2. Undo/Redo in hex mode
3. An option to lock toolbars in place
4. An option to save dialogs position
5. Shared network folders in explorer tree view
6. FTP files in explorer tree view
7. A dialog option to change font in tabs, rulers, line numbers, output screen etc.
8. Please make this "silly" animation in options dialog, disabled by default.

Thanks

236
MasterMaster
236

PostOct 24, 2005#3

Hi Inray,

I second your point "8." - is there a way to disable the animation manually?

Thanks,
Tim

206
MasterMaster
206

PostOct 24, 2005#4

Look under Advanced > Configuration > Application Layout > Miscellaneous

Uncheck the last item

24
Basic UserBasic User
24

PostOct 24, 2005#5

I notice now that a list of all open windows is no longer available under the Windows menu in v11.20. Is this a configurable option? It is a really useful feature and I am very frustrated it seems to have disappeared.

206
MasterMaster
206

PostOct 24, 2005#6

Captain wrote:I notice now that a list of all open windows is no longer available under the Windows menu in v11.20.
I emailed support about this. The feature still shows up in the Help file.

6,824625
Grand MasterGrand Master
6,824625

PostOct 24, 2005#7

Captain wrote:I notice now that a list of all open windows is no longer available under the Windows menu in v11.20. Is this a configurable option?
I think, this is a bug of v11.20. Mail a bug report to IDM support. I have already mailed a bug report for problems with close with Alt+F4, Goto Line feature and single mouse click on an open file tab and I'm sure the developers of IDM will fix it very quickly.

24
Basic UserBasic User
24

PostOct 24, 2005#8

Thanks for the replies. I've decided to rollback my installation to v11.10c until this is fixed.

6,824625
Grand MasterGrand Master
6,824625

PostOct 27, 2005#9

The list of all open windows is back with hotfix v11.20+2. This is done by an update of the menu configuration files Advanced.mfg, Basic.mfg and Uedit32.mnu (ini-filename.mnu). This hotfix replaces

Code: Select all

  LM "S&ynchronized Scrolling",                 ID_SYNC_WINDOWS
with

Code: Select all

  M "S&ynchronized Scrolling",                  ID_SYNC_WINDOWS
  S
  LM "",                                        AFX_IDM_FIRST_MDICHILD
Currently this hotfix can't be downloaded. I got it by email. I'm sure, IDM will make a hotfix official when most or all problems of new v11.20 are found and fixed.