vitorsantos-commits opened a new issue, #6615: URL: https://github.com/apache/hop/issues/6615
### What would you like to happen? Current Situation Currently, when using the Explorer Perspective (often accessed via CTRL + O), users with large projects find it difficult to locate specific pipelines (.hpl) or workflows (.hwf). The interface lacks a quick way to filter the list and requires manual navigation through folders to create new resources. Proposed Improvements 1. Real-time Search Filter Location: Add a search input field at the top of the File Explorer view. Functionality: As the user types, the file list should automatically filter in real-time. Search Scope: It should match filenames (case-insensitive) while keeping the parent directory structure visible for context. 2. "New File" Context Menu Functionality: Add an option when right-clicking an empty area or a folder within the Explorer to "Create New Pipeline" or "Create New Workflow". Benefit: This eliminates the need to go back to the main menu or toolbar, speeding up the development workflow. Expected Behavior A user hits CTRL + O, starts typing "stage_p...", and immediately sees only the files matching that prefix. The user can right-click a folder in that same view and create a new file immediately. Screenshots / Mockups <img width="1792" height="868" alt="Image" src="https://github.com/user-attachments/assets/c9f49690-a806-47e8-86d4-84dc3f2c2b9b" /> ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
