New Dart Editor build available...
http://gsdview.appspot.com/dart-editor-archive-integration/latest/
Highlights ... build 5104
Full change log ...
http://gsdview.appspot.com/dart-editor-archive-integration/latest/changelog.html
Tutorial ...
Looking great so far, Will play with it more tonight. Though the 'open
folders' as opposed to a file will take some getting used to.
One thing I've noticed already:
All of my calls to print() from within a class are showing a warning
that 'Print is not a method in <className>' (where classname is
whatever class the statement appears in).
Keep up the great work guys!
On Mar 7, 4:11 pm, Eric Clayberg <clayb...@google.com> wrote:> - New Files view replaces old Libraries view
> New Dart Editor build available...
>
> http://gsdview.appspot.com/dart-editor-archive-integration/latest/
>
> Highlights ... build 5104
>
> - Switch to perform analysis agaisnt Dart SDK runtime libraries
> - Cleaned up wizards, welcome page, and UI to reflect switch to new
> Files view
> - Improved launch configurations
> - Analysis engine (DartC) improvements and cleanup
> - Modified "native" keyword analysis to support usage in Frog
>
> Full change log ...
>
> http://gsdview.appspot.com/dart-editor-archive-integration/latest/cha...
>
> Tutorial ...
>
> http://www.dartlang.org/docs/getting-started/editor/
I might prefer this solution:
- Give a checkbox to show or hide the files and their folders not
linked by #import and #source.
- Display a different icon for linked .dart files and folders and
those that are not.
Maybe use a bold text font for the linked files and folders or a
different text color for those that are not linked like grey or
yellow. Or blue for those that are linked.
Concerning the Files view, I miss a "copy file" and "copy folder"
option.
But so far I am very happy with the Files view and its features.
I have not (yet) missed the Libraries view because it made the Editor
hardly usable for me; I have used a generic text editor for now.
On 8 Mrz., 20:19, Chris Buckett <chrisbuck...@gmail.com> wrote:
> > - New Files view replaces old Libraries view
>
> Will the old Libraries view still be available in the future? I quite
> liked the ability to browse through imported libraries.
>
> Thanks
> Chris.
The new Files view is a good step forward IMO, but now we need to improve browsing libraries and discoverability. Reviving the Libraries view with some changes is one of the several possible directions we are discussing.
I am very happy to have the new files view. Thanks!
However, I noticed that I am now missing the ability to browse imported libraries that are somewhere else in my filesystem. dart:core and dart:dom are the two most obvious cases. I notice this most obviously when I use "Go to declaration" on something like String. The editor very nicely brings up the appropriate file for me - but the file doesn't have any directory context and I feel a little bit at sea that I can't go looking for the other things in the same library.
I'm not quite sure how I'd like to see this - but I recall that eclipse did a tolerable job of handling this for pure Java code?
I really like the fact that every week the editor gets more pleasant to use. Just last week I set a breakpoint in my dart code, ran it in dartium, and saw the break point hit back in the editor. This was very exciting and I'm finding myself bringing up TextMate less and less every week.