Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6d52630a2 | |||
| 2eecaf23e5 | |||
| 2ca4c4c2e5 |
@@ -1,8 +1,8 @@
|
||||
<application>
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="All Places" />
|
||||
<option name="defaultScopeName" value="All Places" />
|
||||
<option name="SEARCH_SCOPE" value="All Places" />
|
||||
<option name="customScope" value="Project Files" />
|
||||
<option name="defaultScopeName" value="Project Files" />
|
||||
<option name="SEARCH_SCOPE" value="Project Files" />
|
||||
<mask>*.css</mask>
|
||||
<mask>*.html</mask>
|
||||
<mask>*.xml</mask>
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<option name="suppressBigFileCheck" value="true" />
|
||||
<option name="suppressXMLCheck" value="true" />
|
||||
<option name="suppressYAMLCheck" value="true" />
|
||||
<option name="version" value="2025.3.3" />
|
||||
<option name="version" value="2025.3.4" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -18,6 +18,7 @@
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<histories>
|
||||
<item value="synthesize" />
|
||||
<item value="The shader to use when stroking or filling a shape. When this is null, the [color] is used instead. See also: [Gradient], a shader that paints a color gradient. [ImageShader], a shader that tiles an [Image]. [colorFilter], which overrides [shader]. [color], which is used if [shader] and [colorFilter] are null." />
|
||||
<item value="When this is null, the [color] is used instead." />
|
||||
<item value="The shader to use when stroking or filling a shape." />
|
||||
@@ -67,7 +68,6 @@
|
||||
<item value="If this flag is specified, then a new file will be created if one does not already exist (if [truncate] is specified, the new file will be truncated to zero length if it previously exists)." />
|
||||
<item value="Forces an existing file with the same name to be truncated to zero length when creating a file by specifying [create]. [create] MUST also be specified if this flag is used." />
|
||||
<item value="Causes the request to fail if the named file already exists. [create] MUST also be specified if this flag is used." />
|
||||
<item value="Force all writes to append data at the end of the file." />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
|
||||
Reference in New Issue
Block a user