Closed
Bug 569960
Opened 16 years ago
Closed 15 years ago
Singleton reloading
Categories
(Skywriter Graveyard :: Add-ons & Plugins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
0.9.1
People
(Reporter: dangoor, Unassigned)
Details
The plugin catalog maintains a collection of singleton objects that are available throughout Bespin. The catalog understands the relationship between the objects (for example, some objects require others to be present in order to be constructed). The appconfig plugin registers these singletons.
When a plugin is reloaded, if that plugin defines any singletons those singletons (and any that depend on them) should be reconstructed after the plugin is reloaded.
| Reporter | ||
Comment 1•16 years ago
|
||
Note that I needed to make changes to the server to make plugin reloading work at all.
Comment 2•16 years ago
|
||
I talked with Kevin about this bug. Parts of the reloading stuff is related to the multiple-bespin-on-one-page problem. Due to the current planed schedule, I change the target of this bug from 0.8 to 0.9.1.
Status: NEW → ASSIGNED
Target Milestone: 0.8 → 0.9.1
| Reporter | ||
Updated•15 years ago
|
Assignee: julian.viereck → nobody
| Reporter | ||
Comment 3•15 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•