mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-08 14:33:42 +07:00
68cc4303ec
* Make popups and text fields nicer to interact with on Android * Refactor: Rename createTextField to UncivTextField.create * Fix multiplayer save delete text
12 lines
1.0 KiB
XML
12 lines
1.0 KiB
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="000ce796-10c4-3e92-bd42-fa6f0bd6ec8b" enabled="true" level="ERROR" enabled_by_default="true" />
|
|
<inspection_tool class="SSBasedInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
<searchConfiguration name="Raw TextField usage" description="We want to add some extra behavior to all text fields. This behavior will not be added by instantiating a TextField directly, so use our general factory function UncivTextField.create instead." suppressId="UNCIV_RAW_TEXTFIELD" problemDescriptor="Use UncivTextField.createTextField instead!" text="TextField($Params$)" recursive="true" caseInsensitive="true" type="Kotlin" pattern_context="default">
|
|
<constraint name="__context__" within="" contains="" />
|
|
<constraint name="Params" minCount="0" maxCount="2147483647" within="" contains="" />
|
|
</searchConfiguration>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |