Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml

Issue 24235011: add a view for users to explore pub packages (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (revision 27769)
+++ editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (working copy)
@@ -330,6 +330,13 @@
allowMultiple="false"
id="com.google.dart.tools.SearchView">
</view>
+ <view
+ category="com.google.dart.tools.ui.dart"
+ class="com.google.dart.tools.ui.internal.pub.PackagesView"
+ id="com.google.dart.tools.ui.view.packages"
+ name="Packages View"
+ restorable="true">
+ </view>
<!-- view
category="com.google.dart.tools.ui.dart"

Powered by Google App Engine
This is Rietveld 408576698