-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
featureA feature requestA feature requestmainIssues with the main code baseIssues with the main code base
Milestone
Description
This is a one line change in EditorFrame
:
public EditorFrame(Stage pMainStage, Optional<File> pOpenWith)
{
...
TabPane tabPane = new TabPane();
tabPane.setTabDragPolicy(TabPane.TabDragPolicy.REORDER);
Update: Unfortunately this JavaFX feature is buggy. Tabs get stuck (impossible to open), it's impossible to close the last tab, etc. We'll revert this one for now in the hopes the feature becomes more stable.
Metadata
Metadata
Assignees
Labels
featureA feature requestA feature requestmainIssues with the main code baseIssues with the main code base