[web2py] Re: new code editor?

2011-05-10 Thread Anthony
On Monday, May 9, 2011 4:16:37 PM UTC-4, Massimo Di Pierro wrote: turns out codemirror is broken for me under chrome. The cursor gets stuck 100% of the times. I haven't downloaded it, but the online demo works for me in Chrome. Note, Google Code has integrated CodeMirror for editing files

[web2py] Re: new code editor?

2011-05-09 Thread Massimo Di Pierro
turns out codemirror is broken for me under chrome. The cursor gets stuck 100% of the times. On May 8, 6:21 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: If you send me a patch with search/replace/full-screen/save buttons + {ctrl}+S, I will include codemirror. You need trunk since

[web2py] Re: new code editor?

2011-05-08 Thread guruyaya
Loved it. I can think of skipping eclipse for small projects with this editor, which I cannot do with the current one (it's cool, but not that cool). On May 7, 7:34 pm, Shishir Ramam sra...@gmail.com wrote: the autocompletion (seemed to be setup only for javascript in the demo), is really cool!

Re: [web2py] Re: new code editor?

2011-05-08 Thread Martín Mulone
Last updated: Edit area: 2010-01-14 Codemirror: 2011-03-28 Go for codemirror. 2011/5/8 guruyaya guruy...@gmail.com Loved it. I can think of skipping eclipse for small projects with this editor, which I cannot do with the current one (it's cool, but not that cool). On May 7, 7:34 pm,

[web2py] Re: new code editor?

2011-05-08 Thread Massimo Di Pierro
The only problem is that codemirror lacks the toolbar that editarea provides (for searching, replace, zooming, highlighting, etc.) we would have to write one. On May 8, 7:06 am, Martín Mulone mulone.mar...@gmail.com wrote: Last updated: Edit area: 2010-01-14 Codemirror: 2011-03-28 Go for

Re: [web2py] Re: new code editor?

2011-05-08 Thread Vasile Ermicioi
I can help if you want ..

Re: [web2py] Re: new code editor?

2011-05-08 Thread Bruno Rocha
I never used that toolbar, For me web IDE is for small editings. The development I like to do in VIM or Sublime Text. Guess we need to write just the search/replace functionalities. Em 08/05/2011 10:11, Massimo Di Pierro massimo.dipie...@gmail.com escreveu: The only problem is that codemirror

[web2py] Re: new code editor?

2011-05-08 Thread Anthony
On Sunday, May 8, 2011 9:11:26 AM UTC-4, Massimo Di Pierro wrote: The only problem is that codemirror lacks the toolbar that editarea provides (for searching, replace, zooming, highlighting, etc.) we would have to write one. EditArea toggling to full screen mode is nice too.

[web2py] Re: new code editor?

2011-05-08 Thread Massimo Di Pierro
If you send me a patch with search/replace/full-screen/save buttons + {ctrl}+S, I will include codemirror. You need trunk since stable codemirror has no python support. On May 8, 8:35 am, Vasile Ermicioi elff...@gmail.com wrote: I can help if you want ..

[web2py] Re: new code editor?

2011-05-07 Thread Anthony
On Saturday, May 7, 2011 10:36:34 AM UTC-4, Massimo Di Pierro wrote: http://codemirror.net/ In IE, EditArea has some weird behavior. CodeMirror seems to work in IE.

Re: [web2py] Re: new code editor?

2011-05-07 Thread Bruno Rocha
Will replace EditArea with this? On Sat, May 7, 2011 at 12:08 PM, Anthony abasta...@gmail.com wrote: On Saturday, May 7, 2011 10:36:34 AM UTC-4, Massimo Di Pierro wrote: http://codemirror.net/ In IE, EditArea has some weird behavior. CodeMirror seems to work in IE.

Re: [web2py] Re: new code editor?

2011-05-07 Thread Shishir Ramam
the autocompletion (seemed to be setup only for javascript in the demo), is really cool! -shishir On Sat, May 7, 2011 at 8:13 AM, Bruno Rocha rochacbr...@gmail.com wrote: Will replace EditArea with this? On Sat, May 7, 2011 at 12:08 PM, Anthony abasta...@gmail.com wrote: On Saturday, May

[web2py] Re: New Code-Editor

2010-03-04 Thread Joschua
ok, I can send him a mail. If this bug is fixed, the editor is okay. Nevertheless I have some suggestions: * When try to leaving a page is not saved, ask for saving it.. (Often I accidently go back and all changes are lost) * in the views it would be great if there is a {{ * put the curser here

[web2py] Re: New Code-Editor

2010-03-04 Thread Mengu
* in the views it would be great if there is a {{ * put the curser here * }}-button (this will save time) i think a keyboard shortcut would be better rather than a button. -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group,

[web2py] Re: New Code-Editor

2010-03-04 Thread Wiiboy
Anyone you could do a check for browsers (as far as I know, the only browser the wouldn't work with Bespin would be IE, so...) and use Bespin or something if it's not IE, and Editarea if it is? -- You received this message because you are subscribed to the Google Groups web2py-users group. To

[web2py] Re: New Code-Editor

2010-03-04 Thread Wiiboy
On Mar 4, 5:57 pm, Wiiboy jordon...@gmail.com wrote: Anyone you could do a check for browsers Oops, typoed. Make that Anyway you could do a check for browser =p -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send

[web2py] Re: New Code-Editor

2010-02-28 Thread mdipierro
About CodeMirror I am told by one of the authors that: - lines that are not militantly aligned to 4-space increments are flagged as errors. - Codemirror has no regexp searching - Codemirror is slower than Editarea Bespin requires HTML5 and therefore is not really compatible with many browser.