Compare commits

...

2 Commits

4 changed files with 15 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
<application> <application>
<component name="K2NewUserTracker"> <component name="K2NewUserTracker">
<option name="lastSavedPluginMode" value="K1" /> <option name="lastSavedPluginMode" value="K1" />
<option name="userSawEnableK2Notification" value="true" />
</component> </component>
</application> </application>
+12
View File
@@ -17,12 +17,24 @@
<action id="FindInPath"> <action id="FindInPath">
<keyboard-shortcut first-keystroke="shift alt f" /> <keyboard-shortcut first-keystroke="shift alt f" />
</action> </action>
<action id="Hello World">
<keyboard-shortcut first-keystroke="shift alt h" />
</action>
<action id="HippieBackwardCompletion" /> <action id="HippieBackwardCompletion" />
<action id="HippieCompletion" /> <action id="HippieCompletion" />
<action id="Insert Hello World">
<keyboard-shortcut first-keystroke="shift ctrl w" />
</action>
<action id="ReformatCode"> <action id="ReformatCode">
<keyboard-shortcut first-keystroke="ctrl alt l" /> <keyboard-shortcut first-keystroke="ctrl alt l" />
<keyboard-shortcut first-keystroke="shift ctrl f" /> <keyboard-shortcut first-keystroke="shift ctrl f" />
</action> </action>
<action id="Show Actions Popup">
<keyboard-shortcut first-keystroke="shift ctrl alt p" />
</action>
<action id="Show Project Path">
<keyboard-shortcut first-keystroke="shift alt p" />
</action>
<action id="SmartTypeCompletion"> <action id="SmartTypeCompletion">
<keyboard-shortcut first-keystroke="shift alt slash" /> <keyboard-shortcut first-keystroke="shift alt slash" />
</action> </action>
+1 -1
View File
@@ -7,7 +7,7 @@
</component> </component>
<component name="KotlinNewUserTracker"> <component name="KotlinNewUserTracker">
<option name="firstKtFileOpened" value="1721650294" /> <option name="firstKtFileOpened" value="1721650294" />
<option name="lastKtFileOpened" value="1730208459" /> <option name="lastKtFileOpened" value="1730270821" />
<option name="newKtUserSince" value="1730172618" /> <option name="newKtUserSince" value="1730172618" />
</component> </component>
</application> </application>
+1
View File
@@ -1,5 +1,6 @@
<application> <application>
<component name="LivePluginSettings"> <component name="LivePluginSettings">
<option name="justInstalled" value="false" />
<option name="runAllPluginsOnIDEStartup" value="true" /> <option name="runAllPluginsOnIDEStartup" value="true" />
</component> </component>
</application> </application>