IU-2021.3 <aiko@Lindas-MacBook-Pro.local Update find.xml, filetypes.xml, databaseDrivers.xml, editor.xml Create customization.xml Delete lightEdit.xml

This commit is contained in:
Aiko Mastboom 2021-12-02 10:32:11 +01:00
commit bf1c4ef857
6 changed files with 18 additions and 37 deletions

14
customization.xml Normal file
View File

@ -0,0 +1,14 @@
<application>
<component name="com.intellij.ide.ui.customization.CustomActionsSchema">
<group value="space.actions.MainToolbarActionGroup" is_group="true" action_type="-1" position="15">
<path value="root" />
<path value="Main Toolbar" />
<option name="myInitialPosition" value="-1" />
</group>
<group value="space.actions.MainToolbarActionGroup" is_group="true" action_type="-1" position="9">
<path value="root" />
<path value="Navigation Bar Toolbar" />
<option name="myInitialPosition" value="-1" />
</group>
</component>
</application>

View File

@ -1,7 +1,7 @@
<application>
<component name="LocalDatabaseDriverManager" version="201">
<driver id="mariadb">
<artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="2.6.0" />
<artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="2.7.3" />
</driver>
<driver id="mongo">
<artifact id="MongoDB" name="MongoDB" use="true" version="1.7.2" />
@ -10,7 +10,7 @@
<artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" />
</driver>
<driver id="postgresql">
<artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.2.5" />
<artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.2.22" />
</driver>
<driver id="sqlite.xerial">
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" />

View File

@ -1,11 +1,4 @@
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="11" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="USE_LIGATURES" value="true" />
<option name="SECONDARY_FONT_FAMILY" value="Courier" />
</component>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />

View File

@ -10,7 +10,7 @@
<mapping ext="orig" type="PLAIN_TEXT" />
<mapping pattern="setenv*" type="Shell Script" />
<mapping pattern="elixir" type="Shell Script" />
<mapping ext="qrc" type="XML" />
<mapping ext="env" type="Shell Script" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
<removed_mapping ext="dockerfile" approved="true" type="textmate" />
@ -18,6 +18,7 @@
<removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="heex" type="Live Embedded Elixir" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />
</extensionMap>

View File

@ -1,15 +1,5 @@
<application>
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="regularExpressions" value="true" />
<option name="showResultsInSeparateView" value="true" />
<option name="REGULAR_EXPRESSIONS" value="true" />
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
<mask>*.js</mask>
<mask>*.leex</mask>
<mask>*.ex</mask>
<mask>*.css</mask>
<mask>*.html</mask>
<mask>*.xml</mask>

View File

@ -1,17 +0,0 @@
<application>
<component name="LightEdit">
<option name="supportedFilePatterns">
<list>
<option value="*.conf" />
<option value="*.ini" />
<option value="*.json" />
<option value="*.log" />
<option value="*.md" />
<option value="*.sh" />
<option value="*.txt" />
<option value="*.xml" />
<option value="*.yml" />
</list>
</option>
</component>
</application>