1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makefile: adjusted to producte install.rdf. More... almost 18 years ago
Renamed extension from DevBox to MozLab. More... almost 18 years ago
MozUnit TestCase: source layout cleanup and removed obsolete 'outputter' getter/setter. More... almost 18 years ago
MozUnit: renamed TestSuite to TestCase. More... almost 18 years ago
Module: renamed ModuleHelper to ModuleManager and exporting "module" instead of "Module" to loaded packages. More... almost 18 years ago
MozRepl: there are cases where a null exception is thrown, guarding against that in error handling during evaluation. More... almost 18 years ago
MozRepl: doc() utility to look up documentation (for now on XULPlanet.com only). More... almost 18 years ago
MozRepl: content() shortcut for accessing _hostContext.content (as in window.content). More... almost 18 years ago
MozRepl moz.el: when switching to inferior process, go to prompt. More... almost 18 years ago
MozRepl: added lookup utility (looks up a name in current or given context) and renamed goHome() to home(). More... almost 18 years ago
MozRepl moz.el: new keys: \C-\M-x for send-defun, \C-c\C-c for send-defun-and go, _C-cc to insert repl name while in repl. More... almost 18 years ago
MozRepl: options are now stored in something like a shell env and can be set/got/pushed/popped. More... almost 18 years ago
MozRepl: name was chosen starting from 2, fixed. More... almost 18 years ago
MozRepl moz.el: added keybinding for switching to repl. More... almost 18 years ago
MozRepl: choked on inputMode changes in the same input batch; now scanning one chunk at a time so that inputMode changes are effective for the next. More... almost 18 years ago
MozRepl: in print, converting to string by always adding a string, not calling toString (fixes printing of undefined values). More... almost 18 years ago
MozRepl moz.el: magic key for inserting repl's name at point if we're at the begin of the line. More... almost 18 years ago
MozRepl: utility to go back to the creation context. More... almost 18 years ago
MozRepl: more sensible names for inspected objects. More... almost 18 years ago
MozRepl: differentiating among creation, host and work context. More... almost 18 years ago
MozRepl: on entering new toplevel don't remove previous, just copy to new, otherwise on entering repl itself (which is scoped in original toplevel), repl won't be found. More... almost 18 years ago
MozRepl: REPL name was not correctly retrieved from output, fixed. More... almost 18 years ago
MozRepl moz.el: removed obsolete moz-send function. More... almost 18 years ago
MozRepl: now prints newline by default; added 'rename' utility. More... almost 18 years ago
MozRepl: Emacs inferior mode now keeps track of REPL name. More... almost 18 years ago
MozRepl: not printing evaluation result if it is undefined. More... almost 18 years ago
MozRepl: added lookAround method. More... almost 18 years ago
MozRepl: renamed (again!) exit() to leave(). More... almost 18 years ago
MozRepl: made inputMode a setter/getter and some refactoring. More... almost 18 years ago
MozRepl moz.el: customized input sender that concatenates newline instead of sending separately (fixes spurious eval in syntax mode). More... almost 18 years ago