1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README/package description update. More... about 12 years ago
Merge remote branch 'gozala/master' More... about 12 years ago
Fixed completion in node.js w.r.t. global variables. More... about 12 years ago
Fixed UTF-8 handling (#14). More... about 12 years ago
Updated for the latest wire protocol, thus fixing issue #18 and breaking older SLIMEs. Upgrade your SLIME now! More... about 12 years ago
Fixed ussue #13 (typo in slime-js.el), thanks leoliu. More... about 12 years ago
Fixed mootools compatibility problem in client/json2.js. More... about 12 years ago
Made bookmarklet activation work again, made injection idempotent. More... about 12 years ago
Merge remote branch 'jonnay/master' More... about 12 years ago
Made completion code shared between client&server sides, use getOwnPropertyNames() for completion when available. More... about 12 years ago
Merge commit 'b8579c1b6a34d8c929760f3fbd30e80ce519b06d' More... about 12 years ago
Made completion compatible with newer SLIME. More... about 12 years ago
Embedding CSS for interactive development. More... about 12 years ago
Added disconnection bookmarklet from @rksm More... about 12 years ago
Added command to run the swank server right from within emacs More... about 12 years ago
Derp! Typo. More... about 12 years ago
Fixed again. *sigh* More... about 12 years ago
Fixed formatting. Not used to markdown. More... about 12 years ago
Added bookmarklet. More... about 12 years ago
Update a readme. More... about 12 years ago
Create a package.json for swank. More... about 12 years ago
Make swank.js a node program. More... about 12 years ago
Merge pull request #15 from rksm/master More... about 12 years ago
Adding support for auto-complete that can be invoked with `slime-simple-completions'. It will try to evaluate a expression, iterate through the properties if the resulting object, and return that. If you try auto-complete `foo.bar.' then `window.foo.bar' will be evaluated and its property names returned. Given `foo.bar.zo', only those properties starting with 'zo' are returned. More... over 12 years ago
Updating README with sesction about embedding swank-js script More... over 12 years ago
Loading swank-js scripts dynamically to make it easier to embed it in HTML pages. More... over 12 years ago
Fixed reconnection. More... over 12 years ago
Partially reverted commit "Simplify the use of on arbitrary sites". More... over 12 years ago
Merge pull request #10 from diunko/interactive-eval-region More... over 12 years ago
slime-eval-region command More... over 12 years ago