I had a problem with tool tips in the output window. The tips make it nearly impossible to work through an error list or visit instances in a search of multiple files. The tips keep popping up when I try to double click the search results.
It is currently NOT an option to turn off tool tips in the output window. Advice I got from tech support is to edit the uestudio.ini file. Following is a procedure that worked for me.
It is currently NOT an option to turn off tool tips in the output window. Advice I got from tech support is to edit the uestudio.ini file. Following is a procedure that worked for me.
- Locate the INI file. Mine was in directory %APPDATA%\IDMComp\UEStudio, but this varies with installation. UEStudio will tell you where exactly. From the menu bar, select Advanced >> Configuration >> Application Layout >> Advanced to see the INI path name.
- Close UEStudio. You cannot edit the INI file from within UEStudio because it saves its CURRENT setup when you close the program. Use another editor to open the INI. Search for this line.
TooltipsInOutWindow=1
Change the 1 to a 0. Save and close the file.