mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
fbed6f2be3
This adds the ability for plugins to define completion handlers as async safe (not on games main thread) When they are defined async safe, and ran on a Paper 1.12.2+ server, with a Paper ACF manager, completions will be handled mostly async, letting you safely do heavier operations in tab completions.
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<component name="ProjectCodeStyleConfiguration">
|
|
<code_scheme name="Project" version="173">
|
|
<option name="OTHER_INDENT_OPTIONS">
|
|
<value>
|
|
<option name="USE_TAB_CHARACTER" value="true" />
|
|
<option name="SMART_TABS" value="true" />
|
|
</value>
|
|
</option>
|
|
<option name="LINE_SEPARATOR" value=" " />
|
|
<JavaCodeStyleSettings>
|
|
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="15" />
|
|
</JavaCodeStyleSettings>
|
|
<XML>
|
|
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
|
|
</XML>
|
|
<codeStyleSettings language="HTML">
|
|
<indentOptions>
|
|
<option name="USE_TAB_CHARACTER" value="true" />
|
|
<option name="SMART_TABS" value="true" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="JavaScript">
|
|
<indentOptions>
|
|
<option name="USE_TAB_CHARACTER" value="true" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
<codeStyleSettings language="PHP">
|
|
<indentOptions>
|
|
<option name="USE_TAB_CHARACTER" value="true" />
|
|
<option name="SMART_TABS" value="true" />
|
|
</indentOptions>
|
|
</codeStyleSettings>
|
|
</code_scheme>
|
|
</component> |