Closed
Bug 481309
Opened 16 years ago
Closed 15 years ago
Suppress info popup for certain periods
Categories
(Skywriter Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dion, Unassigned)
Details
Some times you want to run a batch of commands and not have the info bar popup quickly through each one.
Have a way to suppress this from happening, e.g.
withoutInfoPopups(function() {
// do stuff
});
and/or
bespin.publish("bespin:cmdline:suppress")
// do stuff
bespin.publish("bespin:cmdline:unsuppress")
Comment 1•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: General.
This bug likely still needs to be triaged and categorized.
Component: Bespin → General
Product: Mozilla Labs → Bespin
QA Contact: bespin → general
Target Milestone: 0.2 → 0.2.x
Updated•16 years ago
|
Target Milestone: 0.2.x → ---
Updated•16 years ago
|
Severity: normal → enhancement
Comment 2•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: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•