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

Unified Diff: pkg/analysis_services/lib/correction/change.dart

Issue 418203002: Implement more fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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: pkg/analysis_services/lib/correction/change.dart
diff --git a/pkg/analysis_services/lib/correction/change.dart b/pkg/analysis_services/lib/correction/change.dart
index a352855dd14632f52c2c04019c8afcf84eee3452..2135d133a0da083490a3e2f2f5f603a616127aab 100644
--- a/pkg/analysis_services/lib/correction/change.dart
+++ b/pkg/analysis_services/lib/correction/change.dart
@@ -37,6 +37,11 @@ class Change implements HasToJson {
final List<LinkedPositionGroup> linkedPositionGroups = <LinkedPositionGroup>[
];
+ /**
+ * An optional position to move selection to after applying this change.
+ */
+ Position endPosition;
+
Change(this.message);
/**

Powered by Google App Engine
This is Rietveld 408576698