Commit Graph

92 Commits

Author SHA1 Message Date
Joshua Bell
58d9193d0b Re-enable input on iOS, Resolves #9 2015-01-02 10:32:03 -07:00
Joshua Bell
d7f43509a3 Move output control buttons. Resolves #1 2014-12-28 21:09:16 -07:00
Joshua Bell
f55aa51023 Make line numbers relevant; resolves issue #5 2014-12-28 20:55:23 -07:00
Joshua Bell
cef9261ca2 Fold some long lines 2014-12-28 19:45:40 -07:00
Joshua Bell
7a01309073 Implement CALL-3288; resolves #8 2014-12-27 17:51:21 -07:00
Joshua Bell
ef4ed17f37 Update submodules 2014-11-25 21:23:29 -08:00
Joshua Bell
b1fb46a5fa Expose more TTY CALL shims 2014-11-08 16:36:31 -08:00
Joshua Bell
e1d01b3706 Bump CodeMirror to 4.7, use minified 2014-10-28 19:41:50 -07:00
Joshua Bell
398277039c Add MOAR links 2014-09-25 19:22:12 -07:00
Joshua Bell
fe806c4629 Update submodules 2014-09-24 20:00:04 -07:00
Joshua Bell
a2a20e472c Bump CodeMirror to 4.6.0 2014-09-24 19:55:25 -07:00
Joshua Bell
c0332b0682 Upgrade to CodeMirror 4.0.3 2014-04-07 20:25:45 -07:00
Joshua Bell
f74aadf2d9 Add github pages URLs 2014-01-27 08:55:20 -08:00
Joshua Bell
483f001d85 Fix script for Firefox 2014-01-25 22:25:01 -08:00
Joshua Bell
30ff0201d8 Use newer keyboard polyfill, require IE8+ 2014-01-22 21:06:31 -08:00
Joshua Bell
308c2d0baf Linting 2013-12-26 14:38:15 -08:00
Joshua Bell
dcc85aec58 Esc=>Escape, BackQuote=>Backquote to match latest D4E spec 2013-12-08 21:23:12 -08:00
Joshua Bell
14adff5695 Make script.js URLs protocol-relative 2013-12-08 15:57:31 -08:00
Joshua Bell
26bcae27a5 Add script example 2013-12-08 15:56:19 -08:00
Joshua Bell
728c1599e5 Pull CodeMirror from CDN, use submodule for polyfill 2013-12-08 15:48:03 -08:00
Joshua Bell
207fed95cb Whitespace 2013-12-08 15:35:19 -08:00
Joshua Bell
dc7d18881e Add more invisible arrows to font bitmap 2013-08-21 23:20:32 -07:00
Joshua Bell
b7691f9f19 Merge branch 'master' of https://github.com/inexorabletash/jsbasic 2013-08-21 23:08:59 -07:00
Joshua Bell
bce4b2a16f Tweak license 2013-08-21 23:08:42 -07:00
Joshua Bell
98a8ba581a Remove copyright/license from individual JS files 2013-08-21 23:07:46 -07:00
Joshua Bell
4b6f853520 Update README.md 2013-08-20 22:29:47 -07:00
Joshua Bell
f2b0f39f7c favicon and doc tweaks 2013-08-19 20:36:28 -07:00
Joshua Bell
20d03b70fb New samples, updated docs 2013-08-18 21:26:39 -07:00
Joshua Bell
0a509a7360 Squish the font bitmaps 2013-08-18 15:30:55 -07:00
Joshua Bell
7c8cdfe460 Inline audio snippets via data: URLs 2013-08-17 22:40:29 -07:00
Joshua Bell
6abdce58c1 Tweak demo 2013-08-17 22:04:19 -07:00
Joshua Bell
9ab4cef8e1 Report compile/runtime errors to TTY in script usage 2013-08-17 21:56:51 -07:00
Joshua Bell
4b6d9c7e2c Ditch the name basicscript 2013-08-17 21:39:36 -07:00
Joshua Bell
f0da4129a3 Merge branch 'master' of https://github.com/inexorabletash/jsbasic 2013-08-17 21:34:26 -07:00
Joshua Bell
0e5b032ca2 Fix bulk edit gone bad 2013-08-17 21:34:17 -07:00
Joshua Bell
457b720397 Update basicscript.md 2013-08-17 16:45:12 -07:00
Joshua Bell
e3b44e8409 Add basicscript files 2013-08-17 16:27:10 -07:00
Joshua Bell
c96d891dc3 Parse error cleanup. Don't tokenize digraphs. 2013-08-17 16:00:23 -07:00
Joshua Bell
e44c2069e8 Drop underscores in named function expressions 2013-08-17 15:30:46 -07:00
Joshua Bell
51b28d5320 Make sure all display styles are prefixed with jsb- 2013-08-17 15:28:40 -07:00
Joshua Bell
85de02659c Style separation 2013-08-17 15:15:54 -07:00
Joshua Bell
c89a05781f Simplify focus handling 2013-08-17 08:24:56 -07:00
Joshua Bell
fe3dddb32b Move cscript/rhino console support to separate file 2013-08-16 21:00:47 -07:00
Joshua Bell
66de8344ff Drop dependency on external harmony polyfill 2013-08-16 20:12:32 -07:00
Joshua Bell
e004ed0be3 Formatting 2013-08-16 20:00:21 -07:00
Joshua Bell
90e42a5773 Document hex literals 2013-08-16 19:58:09 -07:00
Joshua Bell
e2891cfcef Simplify tokenizers; remove jslint cruft 2013-08-16 19:53:09 -07:00
Joshua Bell
73802c7eb7 Use RegExp literals where possible 2013-08-16 18:38:29 -07:00
Joshua Bell
60d2025d4b Text tweaks 2013-08-16 01:41:51 -07:00
Joshua Bell
e2d3f30b2a Revamp printer mechanism 2013-08-16 01:37:54 -07:00