Skip to content

Commit

Permalink
IU-2017.3.3 <ok@www.example.com Update intentionSettings.xml, ui.lnf.…
Browse files Browse the repository at this point in the history
…xml, ide.general.xml, RESTful Web Services.xml, plugin_ui.xml, editor.xml
  • Loading branch information
oyqx17 committed Jan 20, 2018
1 parent 6b52eac commit 41429c9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
3 changes: 1 addition & 2 deletions editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
<option name="USE_SOFT_WRAPS" value="MAIN_EDITOR:CONSOLE" />
<option name="QUICK_DOC_ON_MOUSE_OVER_DELAY_MS" value="1000" />
<option name="CARET_BLINKING_PERIOD" value="1000" />
<option name="IS_RIGHT_MARGIN_SHOWN" value="false" />
<option name="IS_FOLDING_OUTLINE_SHOWN" value="false" />
<option name="IS_BLOCK_CURSOR" value="true" />
<option name="IS_WHITESPACES_SHOWN" value="true" />
</component>
<component name="JetEditorOptions">
<option name="donTShowConversionDialog" value="true" />
Expand Down
1 change: 0 additions & 1 deletion ide.general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
<component name="Registry">
<entry key="ide.tooltip.initialDelay" value="769" />
<entry key="debugger.valueTooltipAutoShowOnSelection" value="true" />
<entry key="editor.distraction.free.mode" value="true" />
</component>
</application>
7 changes: 7 additions & 0 deletions intentionSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@
<ignoreAction name="XSLT/Convert if to choose" />
<ignoreAction name="XSLT/Inline xsl:attribute" />
<ignoreAction name="XSLT/Replace with xsl:attribute" />
<ignoreAction name="Lua/Comments/Replace With C-Style Comment" />
<ignoreAction name="Lua/Comments/Replace With End Of Line Comment" />
<ignoreAction name="Lua/Control Flow/Flip Comparison Operands" />
<ignoreAction name="Lua/Control Flow/Flip Conjunction Operands" />
<ignoreAction name="Lua/Control Flow/Negate Comparison" />
<ignoreAction name="Lua/Lua-style/Change Static Library Call to Instance Call" />
<ignoreAction name="Lua/Lua-style/Convert between single-quoted and double-quoted strings" />
</component>
</application>
2 changes: 1 addition & 1 deletion plugin_ui.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<application>
<component name="PluginManagerConfigurable">
<component name="PluginManagerConfigurable" installedProportions="0.5082612">
<option name="installedSortByStatus" value="true" />
<option name="UPDATE_IN_BACKGROUND" value="true" />
</component>
Expand Down
5 changes: 1 addition & 4 deletions templates/RESTful Web Services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<template name="cxf" value="$ServiceInterfaceName$ service = org.apache.cxf.jaxrs.client.JAXRSClientFactory.create(&quot;$ServiceUrl$&quot;, $ServiceInterfaceName$.class);&#10; String out = service.getClichedMessage();&#10; System.out.println(&quot;service response was: &quot; + out);" description="Generate CXF Rest web service invocation" toReformat="true" toShortenFQNames="false" deactivated="true">
<variable name="ServiceInterfaceName" expression="annotated(&quot;javax.ws.rs.Path&quot;)" defaultValue="&quot;MyServiceName&quot;" alwaysStopAt="true" />
<variable name="ServiceUrl" expression="&quot;http://localhost:8080/cxfrestsample&quot;" defaultValue="&quot;http://localhost:8080/cxfrestsample&quot;" alwaysStopAt="true" />
<context />
</template>
<template name="jaxrs" value="try {&#10; com.sun.net.httpserver.HttpServer server = com.sun.jersey.api.container.httpserver.HttpServerFactory.create(&quot;http://localhost:9998/&quot;);&#10; server.start();&#10; &#10; System.out.println(&quot;Server running&quot;);&#10; System.out.println(&quot;Visit: http://localhost:9998/helloworld&quot;);&#10; System.out.println(&quot;Hit return to stop...&quot;);&#10; System.in.read();&#10; System.out.println(&quot;Stopping server&quot;); &#10; server.stop(0);&#10; System.out.println(&quot;Server stopped&quot;);&#10;} catch (java.io.IOException ioe) {&#10; ioe.printStackTrace(System.err);&#10;}" description="Generate Rest web service invocation" toReformat="true" toShortenFQNames="false" deactivated="true">
<context />
</template>
<template name="jaxrs" value="try {&#10; com.sun.net.httpserver.HttpServer server = com.sun.jersey.api.container.httpserver.HttpServerFactory.create(&quot;http://localhost:9998/&quot;);&#10; server.start();&#10; &#10; System.out.println(&quot;Server running&quot;);&#10; System.out.println(&quot;Visit: http://localhost:9998/helloworld&quot;);&#10; System.out.println(&quot;Hit return to stop...&quot;);&#10; System.in.read();&#10; System.out.println(&quot;Stopping server&quot;); &#10; server.stop(0);&#10; System.out.println(&quot;Server stopped&quot;);&#10;} catch (java.io.IOException ioe) {&#10; ioe.printStackTrace(System.err);&#10;}" description="Generate Rest web service invocation" toReformat="true" toShortenFQNames="false" deactivated="true" />
</templateSet>
2 changes: 0 additions & 2 deletions ui.lnf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<option name="FONT_FACE" value=".SFNSText-Regular" />
<option name="FONT_SCALE" value="1.0" />
<option name="HIDE_TOOL_STRIPES" value="false" />
<option name="presentationMode" value="true" />
<option name="PRESENTATION_MODE_FONT_SIZE" value="12" />
<option name="SHOW_MAIN_TOOLBAR" value="true" />
</component>
</application>

0 comments on commit 41429c9

Please sign in to comment.