|
54 | 54 | <grid row="1" column="2" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="0" fill="0" indent="1" use-parent-layout="false"/>
|
55 | 55 | </constraints>
|
56 | 56 | <properties>
|
57 |
| - <toolTipText value="Copy to Clipboard"/> |
| 57 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.sdk.copy.content"/> |
58 | 58 | </properties>
|
59 | 59 | </component>
|
60 | 60 | </children>
|
|
73 | 73 | </constraints>
|
74 | 74 | <properties>
|
75 | 75 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.report.google.analytics"/>
|
76 |
| - <toolTipText value="Report anonymized usage information to Google Analytics."/> |
| 76 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.report.analytics.tooltip"/> |
77 | 77 | </properties>
|
78 | 78 | </component>
|
79 | 79 | <component id="be19f" class="javax.swing.JCheckBox" binding="myEnableVerboseLoggingCheckBox" default-binding="true">
|
|
82 | 82 | </constraints>
|
83 | 83 | <properties>
|
84 | 84 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.enable.verbose.logging"/>
|
85 |
| - <toolTipText value="Enables verbose logging (this can be useful for diagnostic purposes)."/> |
| 85 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.enable.verbose.logging.tooltip"/> |
86 | 86 | </properties>
|
87 | 87 | </component>
|
88 | 88 | <component id="c59f0" class="com.intellij.ui.components.labels.LinkLabel" binding="myPrivacyPolicy">
|
|
92 | 92 | <properties>
|
93 | 93 | <horizontalAlignment value="2"/>
|
94 | 94 | <horizontalTextPosition value="2"/>
|
95 |
| - <text value="www.google.com/policies/privacy"/> |
96 |
| - <toolTipText value="http://www.google.com/policies/privacy/"/> |
| 95 | + <text value="www.google.com/policies/privacy" noi18n="true"/> |
| 96 | + <toolTipText value="http://www.google.com/policies/privacy/" noi18n="true"/> |
| 97 | + </properties> |
| 98 | + </component> |
| 99 | + <component id="efbd7" class="javax.swing.JCheckBox" binding="myAllowTestsInSourcesRoot"> |
| 100 | + <constraints> |
| 101 | + <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
| 102 | + </constraints> |
| 103 | + <properties> |
| 104 | + <text resource-bundle="io/flutter/FlutterBundle" key="settings.allow.tests.in.sources"/> |
| 105 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.allow.tests.tooltip"/> |
97 | 106 | </properties>
|
98 | 107 | </component>
|
99 | 108 | </children>
|
|
156 | 165 | <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
157 | 166 | </constraints>
|
158 | 167 | <properties/>
|
159 |
| - <border type="etched" title="Editor"/> |
| 168 | + <border type="etched" title-resource-bundle="io/flutter/FlutterBundle" title-key="settings.editor"/> |
160 | 169 | <children>
|
161 | 170 | <component id="70775" class="javax.swing.JCheckBox" binding="myShowBuildMethodGuides">
|
162 | 171 | <constraints>
|
163 | 172 | <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
164 | 173 | </constraints>
|
165 | 174 | <properties>
|
166 |
| - <text value="Show UI Guides for build methods"/> |
167 |
| - <toolTipText value="Visualize the widget tree structure from the outline view directly in build methods."/> |
| 175 | + <text resource-bundle="io/flutter/FlutterBundle" key="settings.show.build.guides"/> |
| 176 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.show.build.guides.tooltip"/> |
168 | 177 | </properties>
|
169 | 178 | </component>
|
170 | 179 | <component id="a0dd8" class="javax.swing.JCheckBox" binding="myFormatCodeOnSaveCheckBox" default-binding="true">
|
|
173 | 182 | </constraints>
|
174 | 183 | <properties>
|
175 | 184 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.format.code.on.save"/>
|
176 |
| - <toolTipText value="On save, run dartfmt on changed Dart files."/> |
| 185 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.format.code.tooltip"/> |
177 | 186 | </properties>
|
178 | 187 | </component>
|
179 | 188 | <component id="8bd46" class="javax.swing.JCheckBox" binding="myOrganizeImportsOnSaveCheckBox" default-binding="true">
|
|
182 | 191 | </constraints>
|
183 | 192 | <properties>
|
184 | 193 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.organize.imports.on.save"/>
|
185 |
| - <toolTipText value="On save, organize imports for changed Dart files."/> |
| 194 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.organize.imports.tooltip"/> |
186 | 195 | </properties>
|
187 | 196 | </component>
|
188 | 197 | <component id="92f7c" class="javax.swing.JCheckBox" binding="myShowClosingLabels" default-binding="true">
|
189 | 198 | <constraints>
|
190 | 199 | <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
191 | 200 | </constraints>
|
192 | 201 | <properties>
|
193 |
| - <text value="Show closing labels in Dart source code"/> |
| 202 | + <text resource-bundle="io/flutter/FlutterBundle" key="settings.show.closing.labels"/> |
194 | 203 | </properties>
|
195 | 204 | </component>
|
196 | 205 | </children>
|
|
201 | 210 | <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
202 | 211 | </constraints>
|
203 | 212 | <properties/>
|
204 |
| - <border type="etched" title="Experiments"/> |
| 213 | + <border type="etched" title-resource-bundle="io/flutter/FlutterBundle" title-key="settings.experiments"/> |
205 | 214 | <children>
|
206 | 215 | <component id="42d6c" class="javax.swing.JLabel">
|
207 | 216 | <constraints>
|
|
217 | 226 | </constraints>
|
218 | 227 | <properties>
|
219 | 228 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.enable.android.gradle.sync"/>
|
220 |
| - <toolTipText value="Provides advanced editing capabilities for Java and Kotlin code. Uses Gradle to find Android libraries then links them into the Flutter project."/> |
| 229 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.enable.androi.gradle.sync.tooltip"/> |
221 | 230 | </properties>
|
222 | 231 | </component>
|
223 | 232 | <component id="33088" class="javax.swing.JCheckBox" binding="myEnableHotUiCheckBox">
|
|
235 | 244 | </constraints>
|
236 | 245 | <properties>
|
237 | 246 | <text resource-bundle="io/flutter/FlutterBundle" key="settings.enable.embedding.devtools"/>
|
238 |
| - <toolTipText value="Use the web-based DevTools inspector in the Flutter Inspector tool window"/> |
| 247 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.enable.embedding.devtools.tooltip"/> |
239 | 248 | </properties>
|
240 | 249 | </component>
|
241 | 250 | <component id="e902c" class="javax.swing.JCheckBox" binding="myShowAllRunConfigurationsInContextCheckBox">
|
242 | 251 | <constraints>
|
243 | 252 | <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
244 | 253 | </constraints>
|
245 | 254 | <properties>
|
246 |
| - <text value="Show all possible run configurations for apps or tests, even if a created configuration already exists"/> |
247 |
| - <toolTipText value="If there is a defined run configuration to watch a specific test and one to just run it, show both."/> |
| 255 | + <text resource-bundle="io/flutter/FlutterBundle" key="settings.show.all.configs"/> |
| 256 | + <toolTipText resource-bundle="io/flutter/FlutterBundle" key="settings.show.all.configs.tooltip"/> |
248 | 257 | </properties>
|
249 | 258 | </component>
|
250 | 259 | </children>
|
|
255 | 264 | <grid row="6" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
256 | 265 | </constraints>
|
257 | 266 | <properties/>
|
258 |
| - <border type="etched" title="Font Packages"/> |
| 267 | + <border type="etched" title-resource-bundle="io/flutter/FlutterBundle" title-key="settings.font.packages"/> |
259 | 268 | <children>
|
260 | 269 | <scrollpane id="4e51e">
|
261 | 270 | <constraints>
|
|
0 commit comments