0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag 0.8 for changeset 10f02c7f4fcb More... about 15 years ago
fix a couple of formatting issues with the 0.8 release notes More... about 15 years ago
Improve backspace and delete: delete only 1 character if there is less then n-tabstop whitespaces before/after the cursor selection More... about 15 years ago
Improve textarea attachment: use element.value and element.innerHTML as fallback, set element.value on submit, tried to calculate the width correctly (which failed > lots of comments), set element.style.display to \'inline-block\' More... about 15 years ago
change env.setSetting(...) and env.getSetting(...) to env.settings.get(...) and env.settings.set(...) More... about 15 years ago
Add missing reference to util More... about 15 years ago
Add a simple check for infinite loops in syntax highlighters More... about 15 years ago
Added tag 0.8.0 for changeset 299a26c0fd02 More... about 15 years ago
building more plugins into the production build so that it functions better More... about 15 years ago
make the logout command reload the page for now More... about 15 years ago
the page doesn't come up without width and height set also include the command_line in the build so that appconfig can find it. More... about 15 years ago
across a non-localhost link, DOMContentLoaded could be fired before we add our event listeners. Switch to using $(document).ready() which handles this for us. More... about 15 years ago
Update white theme colors a little bit and change the tag 'identifier' to 'plain' in the JS highlighter More... about 15 years ago
Push another small CSS bug; aligned colors as well More... about 15 years ago
add the bespin_server and userident plugins to the build More... about 15 years ago
finish up the docs (fix bug 568812: appconfig doc) More... about 15 years ago
Improve CSS highlighter More... about 15 years ago
starting appconfig docs More... about 15 years ago
Update the docs section 'Working with Files' to the new relative path way More... about 15 years ago
fix bug 569594: move the settings on the env object; update the docs + fix some small stuff in there More... about 15 years ago
include the stylesheet plugin for CSS highlighting in the dropin build More... about 15 years ago
more doc cleanup More... about 15 years ago
fix bug 568489: documentation for less file support (also a couple of other doc cleanups in there as well) More... about 15 years ago
fix bug 568468: reviewed the migration docs that Julian wrote and moved those docs into the 0.8 release notes More... about 15 years ago
fix bug 571491: completion text alignment is off on the command line More... about 15 years ago
fix a use of console where the console object was not imported More... about 15 years ago
fix bug 562918: don't include sample plugins in the production build. The testing plugins are gone. More... about 15 years ago
fix bug 571838: problems with customizable embedded build More... about 15 years ago
basic steps necessary to allow "paver dist" to work for building a production build. the output is not tested yet. More... about 15 years ago
syntax highlighting works in embedded again, and syntax_worker is no longer required to be listed in the manifest More... about 15 years ago