marklee wrote:My other editor would put little red dots in the margin by all the bugs in my text window. Can UE do that?
UltraEdit do not special highlight or mark something in output window as the output window can be used for everything - find results, any captured text, what a script writes to the output window, ... The output window is not a Build message window or Error console window.
Hint: The quickest method to navigate from one line with an error in source file(s) to next line with an error according to the lines in output window is to use Ctrl+Shift+Down for
Next Message and Ctrl+Shift+Up for
Previous Message pressed with focus on a document window. So there is no need to move a hand to the mouse or set focus to output window and scroll there to jump to next line with an error in the source files. The source file is automatically opened by UltraEdit if not being already opened. The hotkeys for these 2 commands can be customized if you don't like Ctrl+Shift+Down/Up.