Where is the app settings editor tool is available within the Eclipse plug-in?

Where is the app settings editor tool is available within the Eclipse plug-in?
  • Update the eclipse plugin to 1.2.0 (Help>"Check for Updates")

    Then it is in the Connect IQ menu
  • So it added this

    <settings>

    <setting propertyKey="@Properties.appVersion" title="@Strings.AppVersionTitle">
    <settingConfig type="alphaNumeric" readonly="true" />
    </setting>

    <setting propertyKey="@Properties.myString" title="@Strings.MyStringTitle" prompt="@Strings.MyStringPrompt">
    <settingConfig type="list">
    <listEntry value="0">@Strings.HelloWorld</listEntry>
    <listEntry value="1">@Strings.Ackbar</listEntry>
    <listEntry value="2">@Strings.Garmin</listEntry>
    </settingConfig>
    </setting>

    </settings>

    to the resouce file and load the app settings app but see just the project and language listed. How can I get the app to show something to test with?!

    The docs are rather unhelpful!
  • Former Member
    Former Member over 9 years ago
    It seems that Eclipse looks at old version of ConnectIQ plugin.
    Check it at Window - Preferences - ConnectIQ - SDK Root directory
  • It seems that Eclipse looks at old version of ConnectIQ plugin.
    Check it at Window - Preferences - ConnectIQ - SDK Root directory


    That's the version of the SDK, but not the CIQ plugin.

    For that, in eclipse, go to help>installation details. You can also update it with help>check for updates.