Make Script Editor's parser execute sooner if errors are known to exist
This commit is contained in:
parent
893bbdfde8
commit
02cc1879fd
4 changed files with 16 additions and 3 deletions
|
|
@ -1292,6 +1292,9 @@
|
|||
<member name="text_editor/completion/idle_parse_delay" type="float" setter="" getter="">
|
||||
The delay in seconds after which the script editor should check for errors when the user stops typing.
|
||||
</member>
|
||||
<member name="text_editor/completion/idle_parse_delay_with_errors_found" type="float" setter="" getter="">
|
||||
The delay used instead of [member text_editor/completion/idle_parse_delay], when the parser has found errors. A lower value should feel more responsive while fixing code, but may cause notable stuttering and increase CPU usage.
|
||||
</member>
|
||||
<member name="text_editor/completion/put_callhint_tooltip_below_current_line" type="bool" setter="" getter="">
|
||||
If [code]true[/code], the code completion tooltip will appear below the current line unless there is no space on screen below the current line. If [code]false[/code], the code completion tooltip will appear above the current line.
|
||||
</member>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue