Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-13 Thread Michael Dale
Very cool. Especially given the development trajectory of Ace to become the eclipse of web IDEs there will be a lot of interesting possibilities as we could develop our own mediaWiki centric plugins for the platform. I can't help but think about where this is ideally headed ;) A gitorius type

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-13 Thread Brion Vibber
On Wed, Apr 13, 2011 at 7:23 AM, Michael Dale md...@wikimedia.org wrote: Very cool. Especially given the development trajectory of Ace to become the eclipse of web IDEs there will be a lot of interesting possibilities as we could develop our own mediaWiki centric plugins for the platform. I

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-13 Thread Jared Williams
...@lists.wikimedia.org] On Behalf Of Brion Vibber Sent: 13 April 2011 18:31 To: Wikimedia developers Subject: Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace On Wed, Apr 13, 2011 at 7:23 AM, Michael Dale md...@wikimedia.org wrote: Very cool. Especially given the development

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-12 Thread Philip Tzou
How about disable the editable mode when user views source (if he/she can not edit the page)? 2011/4/13 Brion Vibber br...@pobox.com While pondering some directions for rapid prototyping of new UI stuff, I found myself lamenting the difficulty of editing JS and CSS code for user/site scripts

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-12 Thread Daniel Friesen
I never liked jsLint... tries to enforce some overzealous conventions. I've seen some comments on JSHint. Haven't tried it, but it looks nice, lets you decide your coding standard. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] On 11-04-12 08:50 PM, Ryan Kaldari wrote:

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-12 Thread Ryan Kaldari
Yes, JSHint looks more reasonable, although it inherits the same good not evil license-cruft. Sigh. Ryan Kaldari On 4/12/11 9:20 PM, Daniel Friesen wrote: I never liked jsLint... tries to enforce some overzealous conventions. I've seen some comments on JSHint. Haven't tried it, but it looks

Re: [Wikitech-l] Syntax-highlighting JS CSS code editor gadget embedding Ace

2011-04-12 Thread Daniel Friesen
How about Google's Closure Compiler? Don't need the minification but it does seam to give errors and warnings for code. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name] On 11-04-12 09:38 PM, Ryan Kaldari wrote: Yes, JSHint looks more reasonable, although it inherits the