"List lines containing string" results window does not appear (solved)

"List lines containing string" results window does not appear (solved)

2
NewbieNewbie
2

    Jun 27, 2016#1

    Hi,
    I'm running UltraEdit for Windows version 22.10.0.10.
    At some point, the List lines containing string feature of the Find dialog stopped working. I'm not exactly sure when.
    The Find feature correctly identifies all searched strings, but there is no window which pops up containing all the results.
    I've used the Recover Floating Windows menu item in submenu Views/Lists in menu View, but that did not resolve it.
    The Results to edit window of the Find in Files tab seems to work OK.

    6,602548
    Grand MasterGrand Master
    6,602548

      Jun 28, 2016#2

      I suppose, the Find String List window is docked at bottom of UltraEdit main application window with a height near 0. A useful height of the window can be restored by clicking with primary (left) mouse button on small line of title bar of nearly not visible window, hold primary mouse button, drag mouse pointer upwards to increase height of the window and leave the primary mouse button. Please see the attached image showing at bottom the main application window of UltraEdit with Find String List window with minimum height (just thin small line of title bar) and at top after increasing the height how it usually looks like with a useful height docked at bottom of main application window.

      find_string_list_increase_height.png (2.88KiB)
      Find String List window with useful height and with by mistake minimum height docked at bottom of main application window.

      By default the directory %APPDATA%\IDMComp\UltraEdit contains the workspace file uedit32.in0 or uedit64.in0 depending on using 32-bit or 64-bit UltraEdit. Update: The used workspace file is uedit32u.in0 or uedit64u.in0 since UltraEdit for Windows ≥ v24.00 because of being Unicode encoded with UTF-16 LE instead of ANSI encoded.

      This file contains for the Find String List view the sections [Dockbars.002BasePane-33424] (visibility control) and [Dockbars.002Pane-33424] (floating or docked, auto-hide on/off, window position and window width/height for docked and floating window state).

      While UltraEdit is not running open with Notepad the workspace file and delete entire section [Dockbars.002Pane-33424] because it looks like the window is floating below another window or is positioned on an extended screen, but there is currently no second screen turned on.

      Save the workspace file, exit Notepad, start UltraEdit, run a Find with List lines containing string and the window should appear docked at bottom of the main window with a height of just 5 pixels. The height must be increased to see the window title and the found lines.

      Instead of deleting the entire section [Dockbars.002Pane-33424] it can be also replaced with the following block:

      Code: Select all

      [Dockbars.002Pane-33424]
      ID=33424
      IsFloating=0
      MRUWidth=32767
      PinState=0
      RecentFrameAlignment=32768
      RecentRowIndex=0
      RectRecentDocked=000000004302000000050000DE0200002A
      RectRecentFloat=4D000000B501000061040000AC02000016
      
      This results with IsVisible=1 in section [Dockbars.002Pane-33424] in getting the window displayed after next start of UltraEdit docked at bottom with a useful height and floating state is also on primary screen with a useful height and width.
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Jun 28, 2016#3

        This worked, thank you very much!