Thanks to macOS Sierra, applications now have to opportunity to use tabbed windows instead of multiple windows. From 4D v16 R3, 4D Developer Edition 64-bit can take advantage of this Apple’s new feature for the design environment.
The type of windows that can be tabbed are Methods and Form Editors windows. Other windows as explorer or tools for instance remain separate.
As in every application based on tab windows:
- each tab can be moved to a new window by dragging the tab out of the tab bar.
- each tab can be moved to another existing window.
A video is worth a thousand words:
Tabs can be selected using keyboard shortcuts (usually Ctrl + left or right arrow) and all separate windows can be merged at once as tabs into a single window using the “Merge all windows” option in menu bar.
This feature is based on macOS System Preferences and on 4D Preferences, exclusively available from macOS Sierra.
For more details, please refer to the “Window tabbing” section in the documentation.