Commit Graph

18 Commits

Author SHA1 Message Date
danrubel@google.com fa2f2ec46d add keyword suggestions
BUG=
R=brianwilkerson@google.com, paulberry@google.com

Review URL: https://codereview.chromium.org//461063002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39284 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-15 03:37:01 +00:00
scheglov@google.com 85bf0f54f5 'Rename Import Prefix' refactoring.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//463313002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39174 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-12 23:22:20 +00:00
scheglov@google.com d8b6eaf121 Initial work on refactorings.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//458063002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39098 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 18:58:24 +00:00
scheglov@google.com 0f041852a6 Fix for opening SDK sources.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//449583003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38955 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-06 22:13:28 +00:00
scheglov@google.com c5263aae9f Breaking changes in 'analyzer' package.
1. Source.uri added.

2. DartSdk.fromEncoding() replaced with fromFileUri().

  This CL cannot be committed as is until pkg/code_transformers is fixed.

R=brianwilkerson@google.com, sigmund@google.com
BUG=

Review URL: https://codereview.chromium.org//428303004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38949 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-06 20:41:42 +00:00
danrubel@google.com a5c9375c30 incremental improvement to top level code completion results
BUG=
R=paulberry@google.com

Review URL: https://codereview.chromium.org//440343003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38942 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-06 19:14:55 +00:00
scheglov@google.com 25eb19ab37 Port and test more assists.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//437323004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38881 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-04 21:19:12 +00:00
scheglov@google.com bb3f3160db Port and test more assists.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//438453002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38786 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-31 16:09:22 +00:00
scheglov@google.com 57b5c62818 Test for the 'importing a package library' fix.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//426793002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38653 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-28 22:18:14 +00:00
scheglov@google.com 9be22e5ac4 Uncomment and test fixes for importing libraries.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//427473003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38637 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-28 18:28:00 +00:00
scheglov@google.com 8bd2825704 More tests for creating undefined methods and functions.
R=paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org//418373002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38576 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 16:43:53 +00:00
paulberry@google.com 4cda5fcbca Put reflective tests in a group whose name matches the class name.
This makes it easier to locate the code associated with a failing test.

R=scheglov@google.com

Review URL: https://codereview.chromium.org//412913002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38514 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-23 17:17:33 +00:00
scheglov@google.com 4a722c5958 Implementation of the 'edit.getFixes' API in server.
R=paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org//402333006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38473 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-22 20:45:51 +00:00
scheglov@google.com 1566644749 More fixes in the Fixes service.
Limitations:

1. Not all the fixes are ported and tested yet.

2. No unit tests for helpers yet - strings, util, etc.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//405483007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38390 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-18 15:34:34 +00:00
paulberry@google.com 1998a30b70 Modify reflective tests to allow setUp and tearDown to return futures.
This will be needed for analysis server integration tests, so that
they can start and stop the server in their setUp and tearDown
methods.

R=scheglov@google.com

Review URL: https://codereview.chromium.org//393043005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38260 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-15 21:41:30 +00:00
scheglov@google.com 5fbaff17ef SearchEngine service.
Pubspec files will be fixed before commit.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//382993002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38144 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-11 02:22:23 +00:00
scheglov@google.com 6d5773dc5e Tests for LocalIndex and Dart index contributor.
Pub spec files will be updated before commit.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//377053002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38071 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-08 20:53:10 +00:00
scheglov@google.com bf61f59c82 Extract testing utilities into a separate package.
R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//376693002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38039 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-07 20:50:59 +00:00