-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IU-2016.2.4 <kawei@ssd Create IntelliLang.xml, web-browsers.xml, keym…
…ap.xml, gradle.run.settings.xml, Default.xml, diff.xml, laf.xml, github_settings.xml, mavenVersion.xml, debugger.xml, path.macros.xml
- Loading branch information
kawei
committed
Sep 22, 2016
1 parent
c816970
commit f0517f9
Showing
11 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<application> | ||
<component name="LanguageInjectionConfiguration"> | ||
<option name="INSTRUMENTATION" value="ASSERT" /> | ||
<option name="LANGUAGE_ANNOTATION" value="org.intellij.lang.annotations.Language" /> | ||
<option name="PATTERN_ANNOTATION" value="org.intellij.lang.annotations.Pattern" /> | ||
<option name="SUBST_ANNOTATION" value="org.intellij.lang.annotations.Subst" /> | ||
<option name="RESOLVE_REFERENCES" value="true" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<application> | ||
<component name="KeymapManager"> | ||
<active_keymap name="$default" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<application> | ||
<component name="LafManager"> | ||
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<application> | ||
<component name="PathMacrosImpl"> | ||
<macro name="MAVEN_REPOSITORY" value="C:\Users\kawei\.m2\repository" /> | ||
<macro name="KOTLIN_BUNDLED" value="Y:\IntelliJ_IDEA_2016\plugins\Kotlin\kotlinc" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<application> | ||
<component name="DebuggerSettings"> | ||
<option name="TRACING_FILTERS_ENABLED" value="true" /> | ||
<option name="FORCE_CLASSIC_VM" value="true" /> | ||
<option name="SKIP_SYNTHETIC_METHODS" value="true" /> | ||
<option name="SKIP_CLASSLOADERS" value="true" /> | ||
<option name="RUN_HOTSWAP_AFTER_COMPILE" value="RunHotswapAsk" /> | ||
<option name="COMPILE_BEFORE_HOTSWAP" value="true" /> | ||
<filter> | ||
<option name="PATTERN" value="com.sun.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="java.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="javax.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="org.omg.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="sun.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="jdk.internal.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="junit.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="com.intellij.rt.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="com.yourkit.runtime.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="com.springsource.loaded.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="org.springsource.loaded.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="javassist.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="org.apache.webbeans.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="com.ibm.ws.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
<filter> | ||
<option name="PATTERN" value="kotlin.*" /> | ||
<option name="ENABLED" value="true" /> | ||
</filter> | ||
</component> | ||
<component name="XDebuggerSettings"> | ||
<data-views /> | ||
<general /> | ||
<debuggers> | ||
<debugger id="javascript"> | ||
<configuration> | ||
<custom-object-presentation /> | ||
</configuration> | ||
</debugger> | ||
<debugger id="kotlin_debugger"> | ||
<configuration> | ||
<option name="DEBUG_IS_FILTER_FOR_STDLIB_ALREADY_ADDED" value="true" /> | ||
</configuration> | ||
</debugger> | ||
</debuggers> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<application> | ||
<component name="DiffSettings"> | ||
<option name="PLACES_MAP"> | ||
<entry key="ChangesView"> | ||
<PlaceSettings /> | ||
</entry> | ||
</option> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<application> | ||
<component name="GithubSettings"> | ||
<option name="LOGIN" value="Kweismann" /> | ||
<option name="AUTH_TYPE" value="BASIC" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<application> | ||
<component name="GradleSystemRunningSettings"> | ||
<option name="preferredTestRunner" value="PLATFORM_TEST_RUNNER" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<inspections profile_name="Default" version="1.0"> | ||
<option name="myName" value="Default" /> | ||
</inspections> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<application> | ||
<component name="MavenVersion" mavenHome="Bundled (Maven 3)" /> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<application> | ||
<component name="WebBrowsersConfiguration"> | ||
<browser id="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" name="Chrome" family="CHROME" /> | ||
<browser id="a7bb68e0-33c0-4d6f-a81a-aac1fdb870c8" name="Firefox" family="FIREFOX" /> | ||
<browser id="e5120d43-2c3f-47ef-9f26-65e539e05186" name="Safari" family="SAFARI" /> | ||
<browser id="53e2f627-b1a7-4dfa-bfa7-5b83cc034776" name="Opera" family="OPERA" /> | ||
<browser id="b1b2ec2c-20bd-4ee2-89c4-616db004bcd4" name="Yandex" family="CHROME" path="browser" active="false" /> | ||
<browser id="16bf23d4-93e0-4ffc-bfd6-cb13575177b0" name="Internet Explorer" family="EXPLORER" /> | ||
</component> | ||
</application> |