On Thu, Jan 3, 2013 at 5:54 AM, Roberto Perdomo <[email protected]> wrote: > Hi, > > I have changed the edit.html from admin to get work codemirror 3. > > In some changes, I include closetag.js to autocomplete html tags and works > fine. > > Please check if all works fine and consider the update. > > PS: the zip contains the new codemirror (need some clean files) >
Please post this on web2py-developers (or even better, open a ticket in the bug tracker): https://groups.google.com/forum/?fromgroups#!forum/web2py-developers Did you check the toggle breakpoint (debugger) functionality? (either using the button or also clicking over the line number) it uses gutter marker API that has changed between versions. Line highlight (i.e. saving a file on syntax errors) also seems not working properly (it selects from the offending line to the end of the file...). I've experienced some other CodeMirror bugs (like not repainting when scrolling with the mouse wheel), but those are less reproduce-able. Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com --

