mattcasters opened a new pull request, #8575: URL: https://github.com/apache/hop/pull/8575
The embedded terminal can be turned off, and the bottom of the window is a shared panel instead of a terminal toggle. The bottom-left button shows or hides the panel. Above it are buttons for the terminal, search, the database workbench, and the VFS file explorer. Each opens that tool. A button stays highlighted while the panel is visible and that tool's tab is open, including after the panel is hidden and shown again. A second click hides the panel when that tab is already in front. **Enable embedded terminal** is on the Configuration perspective General tab. It is on unless cleared. Clearing it closes open terminal sessions immediately and removes the terminal button, the `+` tab, and Tools → Terminal. Search, Database, VFS, and an open AI tab stay. Hop Web still has no terminal. Excluding `40010-menu-tools-terminal` in `disabledGuiElements.xml` still forces it off. A project switch closes only terminal tabs. Search, database, VFS, and AI tabs stay open. fixes #8486 ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [x] If you have a group of commits related to the same change, please squash your commits into one and force push your branch using `git rebase -i`. - [x] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [x] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- 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]
