PY-2021.3.2 <debuggerx@debuggerx Update filetypes.xml, yiiguxing.translation.xml

master
DebuggerX 3 years ago
parent bdbcc3c242
commit eebe336fa0

@ -3,11 +3,11 @@
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" /> <ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap> <extensionMap>
<mapping pattern="LICENSE" type="AUTO_DETECTED" /> <mapping pattern="LICENSE" type="AUTO_DETECTED" />
<mapping pattern="ChangeLog.txt" type="PLAIN_TEXT" />
<mapping pattern="parse_args.dart" type="PLAIN_TEXT" /> <mapping pattern="parse_args.dart" type="PLAIN_TEXT" />
<mapping pattern=".config" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" /> <mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".dev" type="PLAIN_TEXT" /> <mapping pattern=".dev" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog.txt" type="PLAIN_TEXT" />
<mapping pattern=".config" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog" type="PLAIN_TEXT" /> <mapping pattern="ChangeLog" type="PLAIN_TEXT" />
<mapping pattern=".test" type="PLAIN_TEXT" /> <mapping pattern=".test" type="PLAIN_TEXT" />
<mapping ext="inf" type="PLAIN_TEXT" /> <mapping ext="inf" type="PLAIN_TEXT" />

@ -4,6 +4,7 @@
<option name="newTranslationDialogX" value="957" /> <option name="newTranslationDialogX" value="957" />
<option name="newTranslationDialogY" value="660" /> <option name="newTranslationDialogY" value="660" />
<histories> <histories>
<item value="catch Error" />
<item value="Integer Division By Zero Exception" /> <item value="Integer Division By Zero Exception" />
<item value="NOTE: By default, the Runner class does not use the `MirrorsReflector`, or any reflector, by default. If your application is using any sort of functionality reliant on annotations or reflection, either include the MirrorsReflector, or use a static reflector variant. The following use cases require reflection: Use of Controllers, via @Expose() or @ExposeWS() Use of dependency injection into constructors, whether in controllers or plain `container.make` calls Use of the `ioc` function in any route The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible. However, the following alternatives exist: Generation via `package:angel_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" /> <item value="NOTE: By default, the Runner class does not use the `MirrorsReflector`, or any reflector, by default. If your application is using any sort of functionality reliant on annotations or reflection, either include the MirrorsReflector, or use a static reflector variant. The following use cases require reflection: Use of Controllers, via @Expose() or @ExposeWS() Use of dependency injection into constructors, whether in controllers or plain `container.make` calls Use of the `ioc` function in any route The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible. However, the following alternatives exist: Generation via `package:angel_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" />
<item value="ext" /> <item value="ext" />
@ -44,12 +45,17 @@
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="20" /> <entry key="CHINESE" value="21" />
<entry key="ENGLISH" value="21" /> <entry key="ENGLISH" value="22" />
</map> </map>
</option> </option>
</component> </component>
<component name="Cache"> <component name="Cache">
<option name="lastTrimTime" value="1641807242396" /> <option name="lastTrimTime" value="1645250609284" />
</component>
<component name="Settings">
<option name="phoneticFontFamily" value="Source Code Pro" />
<option name="primaryFontFamily" value="Noto Sans Mono CJK SC Regular" />
<option name="translateDocumentation" value="true" />
</component> </component>
</application> </application>
Loading…
Cancel
Save