Compare commits
9 Commits
146c2e6740
...
e1ec9cc4b2
Author | SHA1 | Date |
---|---|---|
Kane Wang | e1ec9cc4b2 | |
Kane Wang | d3a8da2004 | |
Kane Wang | b87cc96492 | |
Kane Wang | f221da5a8c | |
Kane Wang | aa94ca33c9 | |
Kane Wang | dc0a4ba131 | |
Kane Wang | c2d656d5f6 | |
Kane Wang | 5b095e4427 | |
Kane Wang | b8fb8566b3 |
|
@ -1,4 +1,5 @@
|
||||||
<code_scheme name="Default" version="173">
|
<code_scheme name="Default" version="173">
|
||||||
|
<option name="ENABLE_SECOND_REFORMAT" value="true" />
|
||||||
<JavaCodeStyleSettings>
|
<JavaCodeStyleSettings>
|
||||||
<option name="ANNOTATION_PARAMETER_WRAP" value="5" />
|
<option name="ANNOTATION_PARAMETER_WRAP" value="5" />
|
||||||
<option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" />
|
<option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" />
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="CodeInsightSettings">
|
||||||
|
<option name="AUTO_POPUP_JAVADOC_INFO" value="true" />
|
||||||
|
</component>
|
||||||
|
</application>
|
|
@ -2,4 +2,48 @@
|
||||||
<component name="LangManager">
|
<component name="LangManager">
|
||||||
<option name="languageName" value="JAVA" />
|
<option name="languageName" value="JAVA" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="LessonStateBase">
|
||||||
|
<option name="map">
|
||||||
|
<map>
|
||||||
|
<entry key="actions" value="NOT_PASSED" />
|
||||||
|
<entry key="basic completion" value="NOT_PASSED" />
|
||||||
|
<entry key="codeassistance.codeformatting" value="NOT_PASSED" />
|
||||||
|
<entry key="codeassistance.editorcodingassistance" value="NOT_PASSED" />
|
||||||
|
<entry key="codeassistance.localhistory" value="NOT_PASSED" />
|
||||||
|
<entry key="codeassistance.parameterinfo" value="NOT_PASSED" />
|
||||||
|
<entry key="codeassistance.quickpopups" value="NOT_PASSED" />
|
||||||
|
<entry key="collapse" value="NOT_PASSED" />
|
||||||
|
<entry key="comment line" value="NOT_PASSED" />
|
||||||
|
<entry key="completion with tab" value="NOT_PASSED" />
|
||||||
|
<entry key="context.actions" value="NOT_PASSED" />
|
||||||
|
<entry key="declaration and usages" value="NOT_PASSED" />
|
||||||
|
<entry key="duplicate" value="NOT_PASSED" />
|
||||||
|
<entry key="extract variable" value="NOT_PASSED" />
|
||||||
|
<entry key="file structure" value="NOT_PASSED" />
|
||||||
|
<entry key="find in files" value="NOT_PASSED" />
|
||||||
|
<entry key="git.annotate" value="NOT_PASSED" />
|
||||||
|
<entry key="git.basicworkflow" value="NOT_PASSED" />
|
||||||
|
<entry key="git.changelistsandshelf" value="NOT_PASSED" />
|
||||||
|
<entry key="git.commit" value="NOT_PASSED" />
|
||||||
|
<entry key="git.interactiverebase" value="NOT_PASSED" />
|
||||||
|
<entry key="git.projecthistory" value="NOT_PASSED" />
|
||||||
|
<entry key="git.quickstart" value="NOT_PASSED" />
|
||||||
|
<entry key="java.debug.workflow" value="NOT_PASSED" />
|
||||||
|
<entry key="java.inheritance.hierarchy.lesson" value="NOT_PASSED" />
|
||||||
|
<entry key="java.occurrences.lesson" value="NOT_PASSED" />
|
||||||
|
<entry key="java.refactoring.menu" value="NOT_PASSED" />
|
||||||
|
<entry key="java.run.configuration" value="NOT_PASSED" />
|
||||||
|
<entry key="move" value="NOT_PASSED" />
|
||||||
|
<entry key="multiple selections" value="NOT_PASSED" />
|
||||||
|
<entry key="postfix completion" value="NOT_PASSED" />
|
||||||
|
<entry key="recent files and locations" value="NOT_PASSED" />
|
||||||
|
<entry key="refactorings.rename" value="NOT_PASSED" />
|
||||||
|
<entry key="search everywhere" value="NOT_PASSED" />
|
||||||
|
<entry key="select" value="NOT_PASSED" />
|
||||||
|
<entry key="smart type completion" value="NOT_PASSED" />
|
||||||
|
<entry key="statement completion" value="NOT_PASSED" />
|
||||||
|
<entry key="surround and unwrap" value="NOT_PASSED" />
|
||||||
|
</map>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
</application>
|
</application>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="NotificationConfiguration">
|
||||||
|
<notification groupId="Language Plugins Notifications" displayType="NONE" shouldLog="false" />
|
||||||
|
</component>
|
||||||
|
</application>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<application>
|
||||||
|
<component name="OverrideFileTypeManager">
|
||||||
|
<file url="file://D:/develop/太保项目/disaster-warning/code/java/天气灾害预警/pom.xml" value="MavenConfig" />
|
||||||
|
</component>
|
||||||
|
</application>
|
|
@ -2,6 +2,7 @@
|
||||||
<component name="download-consent">
|
<component name="download-consent">
|
||||||
<option name="consentItems">
|
<option name="consentItems">
|
||||||
<item download="ALLOWED" kind="jdk" url="https://index-cdn.jetbrains.com/v2/jdk" />
|
<item download="ALLOWED" kind="jdk" url="https://index-cdn.jetbrains.com/v2/jdk" />
|
||||||
|
<item download="ALLOWED" kind="mvn" url="https://index-cdn.jetbrains.com/v2/mvn" />
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
Loading…
Reference in New Issue