diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:40:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:40:05 -0700 |
| commit | 7ad05900c27019c41ef172d505d350c341d7d466 (patch) | |
| tree | 1fd143e4c3692abf6c732019c5e787030012df9f | |
| parent | CL-2021.2.1 <fuwnz@FUWN-PC Create ide.general.xml Delete updates.xml (diff) | |
| parent | RD-2021.2.1 <fuwnz@FUWN-PC Update ui.lnf.xml, vcs.xml, editor.xml Create ide.... (diff) | |
| download | jetbrains-7ad05900c27019c41ef172d505d350c341d7d466.tar.xz jetbrains-7ad05900c27019c41ef172d505d350c341d7d466.zip | |
CL-2021.2.1 <fuwnz@FUWN-PC Merge branch 'master'
Conflicts:
ide.general.xml
| -rw-r--r-- | codeLens.xml | 7 | ||||
| -rw-r--r-- | editor.xml | 1 | ||||
| -rw-r--r-- | ui.lnf.xml | 1 | ||||
| -rw-r--r-- | vcs.xml | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/codeLens.xml b/codeLens.xml new file mode 100644 index 0000000..03c48e2 --- /dev/null +++ b/codeLens.xml @@ -0,0 +1,7 @@ +<application> + <component name="CodeLensSettings"> + <enabled> + <map /> + </enabled> + </component> +</application>
\ No newline at end of file @@ -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" /> @@ -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> @@ -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 |