HowToSetAnOption 

HOME INDEX SEARCH GO  

 <<O>>  Difference Topic HowToSetAnOption (r1.6 - 19 Aug 2003 - TimurZambalayev)
Changed:
<
<

  1. Find file: $IDEA_CONFIG_DIR/options/other.xml
  2. (at the end of the file) Find the component element.
>
>

  1. Find file: $IDEA_CONFIG_DIR/options/other.xml or $IDEA_CONFIG_DIR/options/plugins/$PLUGIN_NAME.xml
Deleted:
<
<

Examples:

  <component name="CamelApplicationComponent">
    <option name="active" value="true" />
    <option name="stopAtTheEndOfTheWord" value="false" />
    <option name="slowSelectWord" value="false" />
  </component>
  <component name="ConfirmExitApplicationComponent">
    <option name="shutdownTimeLimitInMillis" value="2000" />
  </component>
  <component name="TabSwitchApplicationComponent">
    <option name="historyLimit" value="1" />
  </component>
  <component name="ReformatApplicationComponent">
    <option name="blankLineAtTheEndOfTheClass" value="false" />
    <option name="spaceBeforeBraceInArrayInitializer" value="false" />
    <option name="wrapSingleStatements" value="true" />
  </component>

 <<O>>  Difference Topic HowToSetAnOption (r1.5 - 17 Jun 2003 - TimurZambalayev)
Added:
>
>


 <<O>>  Difference Topic HowToSetAnOption (r1.4 - 06 Jun 2003 - TimurZambalayev)
Added:
>
>


 <<O>>  Difference Topic HowToSetAnOption (r1.3 - 31 May 2003 - TimurZambalayev)
Added:
>
>


 <<O>>  Difference Topic HowToSetAnOption (r1.2 - 27 May 2003 - TimurZambalayev)
Added:
>
>


 <<O>>  Difference Topic HowToSetAnOption (r1.1 - 24 May 2003 - TimurZambalayev)
Added:
>
>

%META:TOPICINFO{author="TimurZambalayev" date="1053802740" format="1.0" version="1.1"}% %META:TOPICPARENT{name="TimurZambalayev"}% How to set an option:

  1. Install plugin.
  2. Restart IDEA.
  3. Quit IDEA.
  4. Find file: $IDEA_CONFIG_DIR/options/other.xml
  5. (at the end of the file) Find the component element.
  6. Find the option element.
  7. Set the option's value.

Examples:

  <component name="CamelApplicationComponent">
    <option name="active" value="true" />
    <option name="stopAtTheEndOfTheWord" value="false" />
  </component>
  <component name="ConfirmExitApplicationComponent">
    <option name="shutdownTimeLimitInMillis" value="2000" />
  </component>
  <component name="TabSwitchApplicationComponent">
    <option name="historyLimit" value="1" />
  </component>

-- TimurZambalayev - May 24, 2003


View | Diffs | r1.6 | > | r1.5 | > | r1.4 | More

e d i t a t t a c h r e f - b y d i f f s
Ideas,requests,problems regarding this site? Send feedback.
Copyright @ 2000-2003 by the contribution authors. All material on this collaboration tool is the property of the contributing authors.

Revision r1.1 - 24 May 2003 - 18:59 GMT - TimurZambalayev
Revision r1.6 - 19 Aug 2003 - 06:16 GMT - TimurZambalayev
Copyright © 2001 by the contributing authors. All material on this collaboration tool is the property of the contributing authors.
Ideas, requests, problems regarding this site? Send feedback.