Giulia Alfonsi
3012b6a950
Merge branch 'master' into feature/account2
2014-04-08 15:41:36 +01:00
Giulia Alfonsi
40e0ca187d
Removed jquery from Grunt and changed references to the new files
2014-04-04 16:11:24 +01:00
Giulia Alfonsi
29e6cf0896
General task for addons
2014-04-04 15:00:04 +01:00
Giulia Alfonsi
b30f3c5fd1
#1360 Added tern task for grunt and tern main file in addons, fixed some css
2014-04-04 13:44:35 +01:00
Giulia Alfonsi
47fa72c202
Added active line as addon.
2014-03-31 14:05:29 +01:00
Giulia Alfonsi
08f9f4bbc9
Removed duplicated line
2014-03-21 14:10:07 +00:00
Giulia Alfonsi
c2d2188589
First stage of updates to CodeMirror 4
2014-03-20 17:44:02 +00:00
electricg
f8dbe47697
#1278 Tern now overwrites autocomplete only if its setting is true.
2014-03-15 13:59:13 +00:00
Remy Sharp
15d832bfc6
Changed tern access from editor to addons
2014-03-13 21:46:15 +00:00
Remy Sharp
2731046352
Merge branch 'master' into feature/1216-tern-support
...
Conflicts:
lib/features.js
2014-03-13 21:43:02 +00:00
Remy Sharp
450652ae00
More addons, also fixed default panels on refresh
...
- trailing white space
- code folding
- match tags (unsure if this was working)
2014-03-13 08:50:34 +00:00
Remy Sharp
7c66a9cbdd
Support jsbin.settings.addons.X for lazyloading
2014-03-12 00:03:17 +00:00
Giulia Alfonsi
00d804af1c
Added feature flag and moved the functionality to its own file.
2014-03-06 15:48:44 +00:00
Giulia Alfonsi
58ca075ba2
Removed emmet toggle comment for javascript and implemented the CodeMirror one.
2014-03-06 14:05:48 +00:00
Giulia Alfonsi
2e788dafa5
Removed old hint and connected Tern to tab keybinding.
2014-03-06 14:05:48 +00:00
Giulia Alfonsi
71ecff29f2
Added functionality to start tern server and load definitions
2014-03-06 14:05:48 +00:00
Giulia Alfonsi
0c7d773e83
Basic implementation
2014-03-06 14:05:48 +00:00
Remy Sharp
40949d1a5d
Put login/reg through SSL in a feature
2014-02-17 16:15:19 +00:00
Fabien O'Carroll
5d934fc09e
Adding vim keymap to scripts list
2014-02-17 11:44:36 +00:00
Remy Sharp
71cb52930a
Bump jQuery to 1.11.0 (plus $.browser plugin)
2014-02-16 09:56:00 +00:00
Remy Sharp
ef1a11ec3e
Viewer streaming view
2014-02-11 12:44:09 +00:00
Remy Sharp
2fafa2769b
First wave of the infocard being added
2014-02-08 23:51:26 +00:00
Remy Sharp
079982eb50
Reneable snippet support
2014-01-25 20:24:11 +00:00
Remy Sharp
80762ed46d
Moved to actual tracking instead of views
...
And more coverage for analytics
2013-08-23 16:10:21 +01:00
Remy Sharp
500e28d523
Expose a UI to specify which panel to share
...
Annoyingly this functionality has been available from day 1 back in 2008, yet only just now do I bother adding a UI element to facilitate sharing properly!
2013-08-19 17:09:36 +01:00
Remy Sharp
b04c7bc647
ability to change font size via user setting
2013-07-26 23:26:47 +01:00
Tom Ashworth
b35d186cda
Use 100ms timeout on infinite loop protection, and don't mess with HTML or CSS.
2013-07-15 15:40:43 +01:00
Remy Sharp
cad1f7c5b8
break runner up in to modules so they can be tested, and fixed loop detect to reset on beginning of loop
2013-07-14 12:00:32 +01:00
Remy Sharp
a34680e3dd
removed loop test file - need to move to dep
2013-07-14 09:55:55 +01:00
Tom Ashworth
0fe84eafe8
Move runner to dynamix render and add build script.
2013-07-03 16:40:11 +01:00
Remy Sharp
da9651ac57
prevent infinite loops in the render if workers are available
2013-06-02 19:35:42 -04:00
Remy Sharp
2f37628aac
Add sublime-like highlighting to matching strings
2013-04-03 13:16:36 +01:00
Remy Sharp
3fbf1ecf80
add active line support, and fix tab support in js panel
2013-03-11 22:32:22 +00:00
Remy Sharp
9839e76e89
Fixed #484 , updated Zen Coding to Emmet and restored tab to complete, and restore cmd+l to browser as requested by @scottgonzalez
2013-02-03 14:50:19 +00:00
Tom Ashworth
73d3e5e4a9
Update to CodeMirror 3 with updated change event syntax.
2013-01-28 15:37:13 +00:00
Remy Sharp
7e3796d8fa
add ability to add personal snippets to jsbin - current in beta via console
2013-01-20 22:55:00 +00:00
Tom Ashworth
7d7b60532c
Add Zen Coding to HTML pane, addresses #285 .
...
Using zen-coding for CodeMirror I've added Zen Coding support to
the HTML pane of JSBin.
It's on by default, with no way to switch it off. I'm not sure how
it's best to do that – from looking at the TODOs, are CodeMirror
options something that's planned?
In Opera, becuase 'tab' is the Zen Coding trigger, the line that
the user ends up on is also indented. This is not the case in
Firefox and Chrome.
2012-10-09 14:50:31 +01:00
Remy Sharp
cc868b971f
Put the autocomplete back in to JS Bin, using simpleHint & JavaScriptHint
...
Although it's in there, CoffeeHint isn't supported yet - need to switch
autocomplete methods on processor change.
Also supports arbitrary token support - so if you hit escape, it'll
read the words in the code, and include them in the autocomplete.
2012-08-29 22:05:47 +01:00
Remy Sharp
7e8ecdea28
Finished @binarytales' code change :-P
2012-07-27 17:40:52 +01:00
Remy Sharp
d010f6f47c
I think this solves the entire problem if IE8-9 not having history API support
...
If there's no history API, just update the location.hash, but all the
other UI components update as if the real url were used. If the user
copies and pastes the url to twitter (say for instance), the
hashbang-jump (though really there's no bang) detects the *real* url on
the hash, and simple redirects. This is made the first part of the
compressed jsbin…min.js so it should happen pretty early.
2012-07-21 23:17:51 +01:00
Remy Sharp
d9e9c16873
MobileCodeMirror back in place as scroll isn't supported in CodeMirror on iOS
2012-07-20 11:29:50 +01:00
Remy Sharp
26cc7281ae
Code shuffle
2012-07-17 22:27:08 +01:00
Remy Sharp
c71835a72b
BOOM. Closes #176
...
Now just need @aron to implement server side rendering so the previews
work now (that I've broken them with this support! :)
2012-07-13 17:56:49 +01:00
Remy Sharp
0e213629a3
Fixed iPad throwing a wobbly, to be fair, I was nuking the CodeMirror object
2012-07-05 23:56:44 +01:00
Remy Sharp
293c821c58
Fixed the order to prevent the update title bug
2012-07-03 00:33:41 +01:00
Remy Sharp
bd2843c510
More progress on #178 - getting console linked to the output panel.
2012-07-01 17:21:46 +01:00
Remy Sharp
69c1b41f9b
Scripts now unrolled for better debugging and development. Order really matters and build script moved to grunt.
...
Requires global install of grunt if using in production, but I guess
local installs will run in development mode by default.
2012-07-01 09:16:22 +01:00