Compare commits

..

No commits in common. 'a6d52630a286f934cdf50e4e6918a4362871109f' and '9fa13e35515823ea2f312fe444f44b2dbfed61bd' have entirely different histories.

@ -1,8 +1,8 @@
<application>
<component name="FindSettings">
<option name="customScope" value="Project Files" />
<option name="defaultScopeName" value="Project Files" />
<option name="SEARCH_SCOPE" value="Project Files" />
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="SEARCH_SCOPE" value="All Places" />
<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.4" />
<option name="version" value="2025.3.3" />
</component>
</application>

@ -18,7 +18,6 @@
</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." />
@ -68,6 +67,7 @@
<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>

Loading…
Cancel
Save