Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79a39cb250 | |||
| eca87477c1 |
@@ -2,6 +2,8 @@
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="Project Files" />
|
||||
<option name="defaultScopeName" value="Project Files" />
|
||||
<option name="localRegularExpressions" value="true" />
|
||||
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
|
||||
<option name="SEARCH_SCOPE" value="Project Files" />
|
||||
<mask>*.css</mask>
|
||||
<mask>*.html</mask>
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
<option name="translationDialogLocationY" value="536" />
|
||||
<option name="translationDialogWidth" value="1253" />
|
||||
<histories>
|
||||
<item value="register inspection" />
|
||||
<item value="register intention" />
|
||||
<item value="emoticon" />
|
||||
<item value="Emote" />
|
||||
<item value="Kurdish" />
|
||||
@@ -60,14 +62,12 @@
|
||||
<item value="Callers that don't need the feature set to be strictly correct can pass in `FeatureSet.latestLanguageVersion()` to enable the default set of features; this is much more performant than using an analysis session, because it doesn't require the analyzer to process the SDK." />
|
||||
<item value="[featureSet] determines what set of features will be assumed by the parser. This parameter is required because the analyzer does not yet have a performant way of computing the correct feature set for a single file to be parsed. Callers that need the feature set to be strictly correct must create an [AnalysisContextCollection], query it to get an [AnalysisContext], query it to get an [AnalysisSession], and then call `getParsedUnit`." />
|
||||
<item value="If a [resourceProvider] is given, it will be used to access the file system." />
|
||||
<item value="If a [path] is provided, it will be used as the name of the file when reporting errors." />
|
||||
<item value="Two or more string literals that are implicitly concatenated because of being adjacent (separated only by whitespace). For example ```dart 'Hello ' 'World' ``` While the grammar only allows adjacent strings where all of the strings are of the same kind (single line or multi-line), this class doesn't enforce that restriction. adjacentStrings ::= [StringLiteral] [StringLiteral]+" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="646" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="120" />
|
||||
<entry key="ENGLISH" value="763" />
|
||||
<entry key="CHINESE_SIMPLIFIED" value="123" />
|
||||
<entry key="ENGLISH" value="766" />
|
||||
<entry key="HAWAIIAN" value="1" />
|
||||
<entry key="INDONESIAN" value="1" />
|
||||
<entry key="NORWEGIAN" value="1" />
|
||||
|
||||
Reference in New Issue
Block a user