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 - allow associating the common palette with an existing editor
Summary: allow associating the common palette with an existing editor
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 96798
Blocks: 90211
  Show dependency tree
 
Reported: 2006-11-28 17:44 UTC by Stanislav Aubrecht
Modified: 2008-12-22 10:14 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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