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

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

Issue 10855140: Issue 3562. Analyzer should not warn about shadowing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
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/build = false 10 com.google.dart.tools.core/debug/build = false
11 com.google.dart.tools.core/debug/dartlib = false 11 com.google.dart.tools.core/debug/dartlib = false
12 com.google.dart.tools.core/debug/analysis/server = false 12 com.google.dart.tools.core/debug/analysis/server = false
13 com.google.dart.tools.core/debug/index/contributor = false 13 com.google.dart.tools.core/debug/index/contributor = false
14 com.google.dart.tools.core/debug/metrics = false 14 com.google.dart.tools.core/debug/metrics = false
15 com.google.dart.tools.core/debug/warmup = false 15 com.google.dart.tools.core/debug/warmup = false
16 com.google.dart.tools.core/debug/verbose = false 16 com.google.dart.tools.core/debug/verbose = false
17 com.google.dart.tools.core/logging/debugger = false 17 com.google.dart.tools.core/logging/debugger = false
18 18
19 com.google.dart.tools.core/perf/analysis/filescan = false 19 com.google.dart.tools.core/perf/analysis/filescan = false
20 20
21 com.google.dart.tools.core/experimental/altKeyBindings = false 21 com.google.dart.tools.core/experimental/altKeyBindings = false
22 com.google.dart.tools.core/experimental/update = false 22 com.google.dart.tools.core/experimental/update = false
23 com.google.dart.tools.core/experimental/hideShadowWarnings = false
24 com.google.dart.tools.core/experimental/testsView = false 23 com.google.dart.tools.core/experimental/testsView = false
25 24
26 com.google.dart.tools.core/trace/artifactProvider = false 25 com.google.dart.tools.core/trace/artifactProvider = false
27 com.google.dart.tools.core/trace/index/contributor = false 26 com.google.dart.tools.core/trace/index/contributor = false
28 com.google.dart.tools.core/trace/index/processor = false 27 com.google.dart.tools.core/trace/index/processor = false
29 com.google.dart.tools.core/trace/index/statistics = false 28 com.google.dart.tools.core/trace/index/statistics = false
30 29
31 com.google.dart.tools.core/perf/index = false 30 com.google.dart.tools.core/perf/index = false
32 com.google.dart.tools.core/perf/osResources = false 31 com.google.dart.tools.core/perf/osResources = false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698