diff options
| -rw-r--r-- | editor.xml | 1 | ||||
| -rw-r--r-- | ide.general.xml | 5 | ||||
| -rw-r--r-- | ui.lnf.xml | 1 | ||||
| -rw-r--r-- | updates.xml | 7 | ||||
| -rw-r--r-- | vcs.xml | 1 |
5 files changed, 8 insertions, 7 deletions
@@ -5,6 +5,7 @@ </component> <component name="CodeInsightSettings"> <option name="SHOW_FULL_SIGNATURES_IN_PARAMETER_INFO" value="true" /> + <option name="INSERT_BRACE_ON_ENTER" value="false" /> </component> <component name="DefaultFont"> <option name="FONT_SIZE" value="17" /> diff --git a/ide.general.xml b/ide.general.xml new file mode 100644 index 0000000..891f223 --- /dev/null +++ b/ide.general.xml @@ -0,0 +1,5 @@ +<application> + <component name="Registry"> + <entry key="rdclient.asyncActions" value="false" /> + </component> +</application>
\ No newline at end of file @@ -2,6 +2,7 @@ <component name="UISettings"> <option name="CONSOLE_COMMAND_HISTORY_LIMIT" value="1000" /> <option name="CONSOLE_CYCLE_BUFFER_SIZE_KB" value="10240" /> + <option name="MAX_LOOKUP_WIDTH2" value="1000" /> <option name="OVERRIDE_CONSOLE_CYCLE_BUFFER_SIZE" value="true" /> <option name="showTreeIndentGuides" value="true" /> </component> diff --git a/updates.xml b/updates.xml deleted file mode 100644 index 5cc687f..0000000 --- a/updates.xml +++ /dev/null @@ -1,7 +0,0 @@ -<application> - <component name="UpdatesConfigurable"> - <option name="LAST_BUILD_CHECKED" value="CL-212.5080.54" /> - <option name="LAST_TIME_CHECKED" value="1630559544016" /> - <option name="THIRD_PARTY_PLUGINS_ALLOWED" value="true" /> - </component> -</application>
\ No newline at end of file @@ -1,5 +1,6 @@ <application> <component name="VcsApplicationSettings"> <option name="COMMIT_FROM_LOCAL_CHANGES" value="true" /> + <option name="SHOW_EDITOR_PREVIEW_ON_DOUBLE_CLICK" value="false" /> </component> </application>
\ No newline at end of file |