You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
Dart official editor and eclipse with dart plugin are too slow, so I'm looking for a plugin to notepad++, why no the code completion and syntax highlighter :)
Manuel Di Iorio
unread,
Mar 15, 2013, 3:02:06 PM3/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
even the "syntax error" if it possible, thanks :-*
Andrei Mouravski
unread,
Mar 15, 2013, 4:02:15 PM3/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to General Dart Discussion
I don't think Notepad++ has been on our radar yet, but if you're interested in writing a plugin for Notepad++, I'd be happy to help out as best I can.
On Fri, Mar 15, 2013 at 12:02 PM, Manuel Di Iorio <xery...@gmail.com> wrote:
even the "syntax error" if it possible, thanks :-*
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
thanks so much Ladd! sublime text is shareware but it's nice for now
@Mouravski: i'm not really good in the plugin writing :'(
I hope in the future for a notepad++ plugin, maybe with more usage of the dart from people :) so thank you too
Message has been deleted
Timothy Armstrong
unread,
Mar 15, 2013, 9:43:24 PM3/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mi...@dartlang.org
Absolutely. Sublime Text is just a plain-text editor, you can create any type of Dart application with it. If you install the Dart plugin for Sublime, you get lots of Dart features inside the editor, like syntax highlighting, snippets of code, an easy way to compile to JavaScript, and more.
On Fri, Mar 15, 2013 at 5:34 PM, Manuel Di Iorio <xery...@gmail.com> wrote:
sorry again.. hmm is it possible create a dart web application (for running .html files and import 'dart:html') instead of the console app, with sublimetext ?