I'm a long time SlickEdit, Vim, and Visual Studio user. I'm testing UltraEdit on a few new projects and have some very simple questions.
- Is it possible to change the width of the Find combo box in toolbar? If so, how is it done? The customize toolbar mode doesn't seem to be using a framework that allows dragging and dropping new buttons and/or resizing controls on the toolbar.
- Is it possible to position the cursor in the Find combo box using a hotkey? For example, Ctrl+D in Visual Studio.
- How do I "join" lines? Basically, I'm looking for the equivalent of <Shift>+J in VI/Vim. Do I have to write a macro for this (something like goto eol -> delete -> select whitespace -> delete)?