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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core/.options

Issue 781783002: Add an option for incremental resolution of API breaking changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Internal options for the Dart Compiler 2 # Internal options for the Dart Compiler
3 # 3 #
4 # To run Dart Editor with custom options, 4 # To run Dart Editor with custom options,
5 # copy one or more of these settings to an options file 5 # copy one or more of these settings to an options file
6 # then launch Dart Editor from the command line with 6 # then launch Dart Editor from the command line with
7 # 7 #
8 # -debug /path/to/options/file 8 # -debug /path/to/options/file
9 # 9 #
10 com.google.dart.tools.core/debug/analysis/server = false 10 com.google.dart.tools.core/debug/analysis/server = false
(...skipping 23 matching lines...) Expand all
34 com.google.dart.tools.core/experimental/feedback = false 34 com.google.dart.tools.core/experimental/feedback = false
35 com.google.dart.tools.core/experimental/themes = false 35 com.google.dart.tools.core/experimental/themes = false
36 com.google.dart.tools.core/experimental/tabColors = false 36 com.google.dart.tools.core/experimental/tabColors = false
37 com.google.dart.tools.core/experimental/validateHtml = false 37 com.google.dart.tools.core/experimental/validateHtml = false
38 com.google.dart.tools.core/experimental/analysis/useDartc = false 38 com.google.dart.tools.core/experimental/analysis/useDartc = false
39 com.google.dart.tools.core/experimental/coverage = false 39 com.google.dart.tools.core/experimental/coverage = false
40 com.google.dart.tools.core/experimental/analysisServer = false 40 com.google.dart.tools.core/experimental/analysisServer = false
41 com.google.dart.tools.core/experimental/analysisServer/debug = false 41 com.google.dart.tools.core/experimental/analysisServer/debug = false
42 com.google.dart.tools.core/experimental/analysisServer/http_port = 42 com.google.dart.tools.core/experimental/analysisServer/http_port =
43 com.google.dart.tools.core/experimental/analysisServer/incrementalResolution = f alse 43 com.google.dart.tools.core/experimental/analysisServer/incrementalResolution = f alse
44 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionApi = false
44 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionLog = 45 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionLog =
45 com.google.dart.tools.core/experimental/analysisServer/logFile = 46 com.google.dart.tools.core/experimental/analysisServer/logFile =
46 com.google.dart.tools.core/experimental/analysisServer/printToConsole = false 47 com.google.dart.tools.core/experimental/analysisServer/printToConsole = false
47 com.google.dart.tools.core/experimental/analysisServer/profile = false 48 com.google.dart.tools.core/experimental/analysisServer/profile = false
48 com.google.dart.tools.core/experimental/noPubPackages = false 49 com.google.dart.tools.core/experimental/noPubPackages = false
49 com.google.dart.tools.core/experimental/enableUnionTypes = false 50 com.google.dart.tools.core/experimental/enableUnionTypes = false
50 com.google.dart.tools.core/experimental/strictUnionTypes = false 51 com.google.dart.tools.core/experimental/strictUnionTypes = false
51 52
52 com.google.dart.tools.core/experimental/pubInWinXP = false 53 com.google.dart.tools.core/experimental/pubInWinXP = false
53 54
54 com.google.dart.tools.core/dev/disableMarkOccurrences=false 55 com.google.dart.tools.core/dev/disableMarkOccurrences=false
55 56
56 com.google.dart.tools.core/user/disableDartiumDebugger=false 57 com.google.dart.tools.core/user/disableDartiumDebugger=false
57 com.google.dart.tools.core/user/disableCommandLineDebugger=false 58 com.google.dart.tools.core/user/disableCommandLineDebugger=false
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698