Compare commits

..

6 Commits

@ -40,7 +40,6 @@
<option name="DIFF_TOOLS_ORDER">
<list>
<option value="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool" />
<option value="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool" />
<option value="com.intellij.diff.tools.simple.SimpleDiffTool" />
<option value="com.intellij.diff.tools.fragmented.UnifiedDiffTool" />
<option value="com.intellij.diff.tools.binary.BinaryDiffTool" />
@ -48,6 +47,12 @@
<option value="org.jetbrains.idea.svn.difftool.properties.SvnPropertiesDiffTool" />
<option value="org.jetbrains.idea.svn.difftool.SvnPhantomChangeDiffRequestProvider.SvnPhantomDiffTool" />
<option value="org.jetbrains.idea.svn.difftool.SvnTreeConflictDiffRequestProvider.SvnTreeConflictDiffTool" />
<option value="com.intellij.diff.tools.combined.CombinedSideBySideDiffTool" />
<option value="com.intellij.diff.tools.combined.CombinedUnifiedDiffTool" />
<option value="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool.Unified" />
<option value="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool.SideBySide" />
<option value="com.android.studio.ml.bot.diff.diffviewers.BotSplitViewDiffTool" />
<option value="com.android.studio.ml.bot.diff.diffviewers.BotUnifiedDiffTool" />
</list>
</option>
</PlaceSettings>

@ -6,7 +6,6 @@
<component name="Registry">
<entry key="moved.to.new.ui" value="true" source="SYSTEM" />
<entry key="com.android.studio.ml.activeModel" value="com.android.studio.ml.AidaModel" source="SYSTEM" />
<entry key="i18n.locale" value="zh-CN" source="SYSTEM" />
</component>
<component name="StatusBar">
<option name="widgets">

@ -12,6 +12,12 @@
<option name="onboardedVersion" value="3" />
<option name="queryHistory">
<list>
<historyEntry timestamp="1762353182873">Make suggestions to improve this code:
```dart
Container
```</historyEntry>
<historyEntry timestamp="1762338773054">怎么让 Container里 TextField的文本垂直居中</historyEntry>
<historyEntry timestamp="1762338538520">怎么让 Container里 TextField的文本上下居中</historyEntry>
<historyEntry timestamp="1762247155989">flutter_pi 和 flutter_elinux 的区别和对比</historyEntry>
<historyEntry timestamp="1762156452808"> @map_create_page.dart  @map_edit_page.dart  在结构上看上去和  @home_page.dart 一样</historyEntry>
<historyEntry timestamp="1762156313771"> @map_create_page.dart  @map_edit_page.dart  在结构上看上去和  @home_page.dart 一样</historyEntry>

@ -22,6 +22,14 @@
<option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" />
<histories>
<item value="tight for" />
<item value="Creates box constraints that forbid sizes larger than the given size." />
<item value="thumb radius" />
<item value="k switch height" />
<item value="k switch width" />
<item value="k track width" />
<item value="on pointer hover" />
<item value="tight" />
<item value="list remove unrelated type" />
<item value="iterable contains unrelated type" />
<item value="The list of providers that this provider potentially depends on. This list must contains the classesfunctions annotated with `@riverpod`, not the generated providers themselves. Specifying this list is strictly equivalent to saying &quot;This provider may be scoped&quot;. If a provider is scoped, it should specify [dependencies]. If it is never scoped, it should not specify [dependencies]." />
@ -64,14 +72,6 @@
<item value="The fastest filtering method, albeit also the lowest quality. This value results in a &quot;Nearest Neighbor&quot; algorithm which just repeats or eliminates pixels as an image is scaled up or down." />
<item value="text lighter" />
<item value="text light" />
<item value="brand" />
<item value="fix warnings provided by lints." />
<item value="fix warnings provide by lints." />
<item value="The path of the executable used to run the script in this isolate after it has been resolved by the OS. This is the absolute path, with all symlinks resolved, to the executable used to run the script. See [executable] for the unresolved version." />
<item value="Use [environment] to set the environment variables for the process. If not set the environment of the parent process is inherited. Currently, only US-ASCII environment variables are supported and errors are likely to occur if an environment variable with code-points outside the US-ASCII range is passed in." />
<item value="If [includeParentEnvironment] is `true`, the process's environment will include the parent process's environment, with [environment] taking precedence. Default is `true`." />
<item value="If [runInShell] is true, the process will be spawned through a system shell. On Linux and OS X, `binsh` is used, while `%WINDIR%\system32\cmd.exe` is used on Windows." />
<item value="NOTE: On Windows, if [executable] is a batch file ('.bat' or '.cmd'), it may be launched by the operating system in a system shell regardless of the value of [runInShell]. This could result in arguments being parsed according to shell rules. For example:" />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save