With UltraEdit v16.30.0.1000 it is again possible to set the font and the font size for the file names in the Open File Tabs. By default the font and font size settings defined for the menus in the Windows display settings are used for the Open File Tabs. But with manually adding the following lines to
uedit32.ini usually stored in directory
%APPDATA%\IDMComp\UltraEdit in section
[Settings], the default settings can be overwritten.
TAB Windows Font=name of font
TAB Windows Font Height=font size value
name of font is for example
Tahoma or
Courier New (always without double quotes even with space in font name).
font size value is a positive value like
12 or
18 defining the font size in points. In UltraEdit versions prior v15.00 the font size must have been specified with a negative value like
-12 or
-18. Using a negative point size value for this setting results in ignoring the font height setting. So users updating from a version of UltraEdit prior 15.00 and having already used that setting must open uedit32.ini after the update and remove
- from the value.
For all other views like File Tree View, Function List, Template List, Macro List, etc. with the exception of the
Output Window and the
Find String List the settings
Extra Windows Font=name of font
Extra Windows Font Height=font size value
are still available in UE v16.30.0.1000 as explained above up to UE for Windows v19.10.0.1012. The
font size value for
Extra Windows Font Height can be still a negative value, but now it is also possible to specify for this setting a positive value. For UltraEdit for Windows v20.00 or later open
View or Layout - Themes - Manage themes and customize on tab
Application the
Dockable window font.
Note: I recommend to make the modification in
uedit32.ini (32-bit UE up to v23.20) or
uedit64.ini (64-bit UE up to v23.20) or
uedit32u.ini (32-bit UE v24.00 to v26.20) or
uedit64u.ini (64-bit UE v24.00 to v26.20) with Notepad and not with UltraEdit while no instance of UltraEdit is running. In general it is not good to modify the settings in the configuration file of an application while the application is currently running. The INI file used by currently used UltraEdit is displayed with full path at
Advanced - Settings or Configuration - Application layout - Advanced.