Sure, I have posted my codemirror implementation changes as patches: http://code.google.com/p/web2py/issues/detail?id=987
This is against the latest trunk, with the web2py CodeMirror theme included, etc.. BTW, I like the "web2py" theme much better. Nice! Regards, Ales On Sunday, September 9, 2012 8:48:44 PM UTC+2, Massimo Di Pierro wrote: > > Please, can you send them to me? > > On Sunday, 9 September 2012 11:32:53 UTC-5, LightDot wrote: >> >> I have added the following to web2py's CodeMirror implementation: >> >> - line highlight (line with the cursor is highlighted) >> - autofocus (focus in the editor when page is opened) >> - fullscreen toggle (F11 toggles editor to fill the entire window, ESC or >> repeated F11 exits to default editor size). >> >> All this is basically taken from the existing CodeMirror demos and from >> their docs. >> >> Is this something that could be useful to others? I know I'd miss all >> three. >> >> Regards, >> Ales >> >> >> On Sunday, September 9, 2012 6:26:40 AM UTC+2, Massimo Di Pierro wrote: >>> >>> we are considering replacing the admin editor with codemirror since it >>> should work with IE. >>> >>> Can you please help us try it? >>> >>> get web2py form github and edit admin/models/0.py and set the editor to >>> 'codemirror'. >>> >>> let us know what browser you try and your findings. >>> >>> Massimo >>> >> --