Skip to content

Conversation

@vogella
Copy link
Contributor

@vogella vogella commented Dec 19, 2025

its MToolControl.

Drag and drop reordering of perspective items is now prevented if the Perspective Switcher tool control has the NoMove tag.

Example usage (programmatic):

// To lock the perspective switcher reordering:
toolControl.getTags().add(IPresentationEngine.NO_MOVE); // To unlock:
toolControl.getTags().remove(IPresentationEngine.NO_MOVE);

Otherwise: use the e4 model spy to set this tag

@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2025

Test Results

 3 012 files  ±0   3 012 suites  ±0   2h 11m 38s ⏱️ - 13m 44s
 8 242 tests ±0   7 994 ✅ ±0  248 💤 ±0  0 ❌ ±0 
23 646 runs  ±0  22 855 ✅ ±0  791 💤 ±0  0 ❌ ±0 

Results for commit badcfc3. ± Comparison against base commit 96b5ffb.

♻️ This comment has been updated with latest results.

@vogella
Copy link
Contributor Author

vogella commented Dec 19, 2025

Test failure know to be flaky: #3581

its MToolControl.

Drag and drop reordering of perspective items is now prevented if the
Perspective Switcher tool control has the NoMove tag.

Example usage (programmatic):

// To lock the perspective switcher reordering:
toolControl.getTags().add(IPresentationEngine.NO_MOVE);
// To unlock:
	toolControl.getTags().remove(IPresentationEngine.NO_MOVE);

Otherwise: use the e4 model spy to set this tag
@vogella vogella force-pushed the perspective-switcher-dnd branch from 8e63175 to badcfc3 Compare December 19, 2025 11:16
@vogella vogella merged commit 50c2ad6 into eclipse-platform:master Dec 19, 2025
18 checks passed
@vogella vogella deleted the perspective-switcher-dnd branch December 19, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant