Re: ace / codemirror in cljs

2014-03-07 Thread Santiago Pelufo
Hi. Yes, Light Table uses codemirror. I would know very little about writting an editor in cljs, and it's a little late for a response but I just wanted to recommend reading some of this http://marijnhaverbeke.nl/blog/#codemirror about the implementation of codemirror, if case you are intereste

Re: ace / codemirror in cljs

2014-03-01 Thread t x
No, it appears lighttable uses CodeMIrror. See: * https://github.com/LightTable/LightTable/search?q=codemirror&ref=cmdform * http://www.chris-granger.com/2012/04/15/light-tables-numbers/ On Sat, Mar 1, 2014 at 3:02 AM, Dave Sann wrote: > have you considered reading the LightTable code? Ther

Re: ace / codemirror in cljs

2014-03-01 Thread Dave Sann
have you considered reading the LightTable code? There is probably some cljs and editor in there On Saturday, 1 March 2014 17:26:18 UTC+11, t x wrote: > > Hi, > > Is there anything like http://codemirror.net/ or > http://ace.c9.io/#nav=about in cljs ? > > The goal is not to use codemir

ace / codemirror in cljs

2014-02-28 Thread t x
Hi, Is there anything like http://codemirror.net/ or http://ace.c9.io/#nav=about in cljs ? The goal is not to use codemirror/ace in a cljs project. The goal is to read some interesting cljs code on how to write an editor. Thanks! -- You received this message because you are subscribed to t