I'm using currently English UE v19.00.0.1022 on Windows XP SP3 x86 with Windows Classic theme and do not have any problem using auto-complete feature as well as the auto-suggest feature for smart templates. TAB and RETURN work both as designed. Perhaps you are using different settings than I use. I have not tested all possible variants.
So for reproducing the issue you wrote about it would be interesting:
- Which version of UE you use exactly (full version in Help - About can be selected and copied to clipboard) and in which language?
- Which operating system do you use and which theme is used (Aero, XP theme, Classic theme)?
- What is configured at Advanced - Configuration - Editor - Auto-complete?
- What is configured at Advanced - Configuration - Templates?
But you need to write this here only if you want a confirmation of the problem by a user. If you want a fix, you better write a problem report and send it by email to IDM support. The email should contain at least the information as asked for above.
Better would be to add a copy of your uedit32.ini and a step by step instruction with an additionally attached example file (or a file usually installed with UltraEdit which is referenced in your email as example file).
Whenever I send IDM support my uedit32.ini, I first close project/workspace (if one opened), close all files (if there are opened files), use the
Clear History button in configuration at
Toolbars / Menus - Miscellaneous and exit UltraEdit. Now I create the copy of uedit32.ini, open this copy, delete entire sections
[Tools] and
[Scripting], remove all absolute path using an UltraEdit regular expression Replace All searching for
"++[a-z]:\[a-z]*$ and an empty replace string and save this copy of my uedit32.ini without any history entries or references to files on my computer.
The macro used for uedit32.ini cleanup after using
Clear History button:
Code: Select all
InsertMode
ColumnModeOff
HexOff
Top
UltraEditReOn
Find MatchCase RegExp "%^[^{Tools^}^{Scripting^}^][~^[]+"
Replace All ""
Find RegExp ""++[a-z]:\[a-z]*$"
Replace All ""