This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246527

Summary: Branding switch needed for hard-coded Window System actions
Product: platform Reporter: Geertjan Wielenga <geertjan>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: anebuzelsky, hardyheroin
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Geertjan Wielenga 2014-08-18 20:00:49 UTC
"Move"
"Shift Left"
"Shift Right"
"Move Group"
"Size Group"

These actions are hard-coded in the action list. A branding switch is needed for them.

Right now, the only way to get rid of these actions is to add an impl dependency on core.windows and implement the org.netbeans.core.windows.actions.ActionsFactory interface.

Maybe org.netbeans.core.windows.actions.ActionsFactory can be made a public API?