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 90213

Summary: allow associating the common palette with an existing editor
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: PaletteAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: blocker CC: anebuzelsky, geertjan, joellelam
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 96798    
Bug Blocks: 90211    

Description Stanislav Aubrecht 2006-11-28 17:44:19 UTC
the current palette api mandates that an editor must insert a PaletteController
instance into its Lookup if it wants to associate the palette with it.
however it should be possible to associate the palette also with an existing
editor without the need to change its implementation, e.g. to add code snippets
palette to java source editor.
Comment 1 Geertjan Wielenga 2006-11-29 13:31:17 UTC
+1. This would be great.
Comment 2 Marian Mirilovic 2007-02-22 09:29:33 UTC
Standa,
please reevaluate.
Comment 3 tgmg 2007-02-28 05:38:54 UTC
+1, This would be very useful!
Comment 4 Stanislav Aubrecht 2007-03-08 12:04:16 UTC
new api is now available, see #96798
closing