There is the
Quick Open feature which can be opened with
- pressing Ctrl+Q or
- clicking in menu File on menu item Quick Open on using Toolbar/menu mode with Traditional menus.
This opens a dialog to search in directory of active file - and its subdirectories if the check box item
Open all matching files from subdirectories is also checked - for files matching entered pattern like
*.cpp or
dlg* and open them. The file name pattern can contain also a relative or absolute path. For example when directory of active file is a subdirectory of the project, start the file name pattern with
..\.
The command
Quick Open works independent on project settings. But I use it honestly most often to open files of a project directory (tree) quickly.
If anybody can find this command in ribbon mode or in toolbar/menu mode with contemporary menu please let me know. I can't find this command in those two GUI modes. Well, I use since years Ctrl+Q and therefore it is not important for me where this command is available for pointing devices. Update: IDM support confirmed that Quick Open command was by mistake not added to ribbon/contemporary menus interface.
The method to open from a project with many files quickly some project files matching a pattern is to right click on
Workspace Manager with
Files selected at bottom on tab
Project on the project name at top and left click in opened context menu on
List files in project.
This opens the
List Files in Project... dialog window on which all files of the project are listed with an edit field at top to quick search in the project files with reducing the file names list while entering the characters. Once the list contains more or less only the files to open, select them with Shift+click and/or Ctrl+click and
Open them.
I think it is not possible to assign a hotkey/chord to context menu command
List Files in Project... for quickly opening this dialog by key which would be very handy.
I requested with an email to IDM support adding this command also to ribbon tab
Project, main menu
Project, to a toolbar and last also to
Key mapping configuration. Other UES users are encouraged to do the same. The more users request a feature the higher becomes the priority for implementation of the feature request.
Another method for quick opening project files matching a pattern would be coding an UEStudio script for this task. The script can be added to
Script list with a hotkey or chord assigned for fast execution by key. The script would first ask the user for the file name pattern. Next it would use Find in Files with an empty string to get a list of all project files and filter this list for files matching the entered pattern. The remaining project files would be opened by the script if not already opened.
In my point of view the ribbon mode is definitely the wrong GUI mode for working with projects in UEStudio. It makes much more sense to switch to toolbar/menu mode with either contemporary or with traditional menus. This gives more vertical space for the document windows and additionally makes more commands easy accessible with a single mouse button click via the toolbars.
There is by default only
Main toolbar visible. But especially UEStudio contains several more toolbars for working with projects.
The visibility of the toolbars can be changed with using
contemporary menus on opening
Layout - Toolbars and clicking on the available toolbars to toggle their visibility.
The visibility of the toolbars can be changed with using
traditional menus on opening
View - Views/Lists - Toolbars and clicking on the available toolbars to toggle their visibility.
Another method to change visibility of the toolbars working in toolbar/menu mode with contemporary and with traditional menus is right clicking on a toolbar and left clicking on
Customize. On tab
Toolbars the visibility of the predefined toolbars can be checked/unchecked.
I suggest to check once all toolbars and look on each command of each toolbar. The toolbars not needed can be easily made hidden again by right clicking on the toolbar and left click on
Hide this toolbar.