0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove _parentViewChanged. Better to ask forgiveness than permission :) More... about 15 years ago
Watch out: catalog.publish(ep, key, value) is now catalog.publish(source, ep, key, value) More... about 15 years ago
Add loadPromise to buffer. Call _updateSyntaxManagerInitialContext after the buffer is loaded. Buffer can only be assigned to editorViews after they are loaded More... about 15 years ago
Add promise.isResolved() and promise.isRejected() function. More... about 15 years ago
Fix bug #568914: Bespin needs to restore the last edited file More... about 15 years ago
Add 'appLaunched' ep and store the username after login More... about 15 years ago
Add a fourth argument to catalog.publish: sender. More... about 15 years ago
we shouldn't need to specify the height of the command line here, plus fix a typo s/messs/mess More... about 15 years ago
group the experimental css definitions with the standardized ones More... about 15 years ago
move global styles (i.e. ones that could be useful outside of cli.less, and maybe throught all bespin) to a separate file More... about 15 years ago
fix padding to prevent width overflow More... about 15 years ago
ensure all css rules begin .cmd_menu to avoid bleed More... about 15 years ago
flexbox top to bottom (except for overlays) in the command line. looks ok in webkit, debugging to do in moz More... about 15 years ago
Add parameter description for 'keymapping' More... about 15 years ago
Fix bug #564789: Sample custom plugin uses alt-A, which is already bound: Use ctrl_i now More... about 15 years ago
Set 'stealFocus=true' in the Bespin app More... about 15 years ago
Small painting bugfix: Unfocus-cursor-rect was 0.5 pixel off + make selection go over the entire textView's width More... about 15 years ago
Add description for two eps (fixes bug #568903) More... about 15 years ago
Fix vim keymapping example. More... about 15 years ago
Fix bug #568901: remove Traits use from keyboard.js More... about 15 years ago
Improve type info for 'plugin reload' and 'plugin add' More... about 15 years ago
Fix bug #568813: Fix plugin reloading More... about 15 years ago
Fix 'plugin add' and 'plugin remove' command More... about 15 years ago
Remove jQuery from the boot plugin since it's incompatible with web workers More... about 15 years ago
Support dynamically-loaded plugins in the embedded build, bug 568584 More... about 15 years ago
Fix bug #568829: Editor doesn't gain focus automatically More... about 15 years ago
fix bug 568911 (saveas command is broken) -- needed to import Promise. More... about 15 years ago
fixed release notes filename and added a few more notes about 0.8 More... about 15 years ago
prevent 'undefined' on TAB. bug 568371 https://bugzilla.mozilla.org/show_bug.cgi?id=568371 More... about 15 years ago
fix buttons hanging around after minimize/maximize More... about 15 years ago