Compare commits

..

3 Commits

2 changed files with 16 additions and 5 deletions
+3 -3
View File
@@ -59,9 +59,9 @@
</option>
<option name="lastActionModel">
<UniversalActionModel>
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.ToPascalCaseAction" />
<option name="description" value="To PascalCase" />
<option name="textWithMnemonic" value="To PascalCase" />
<option name="actionClassName" value="osmedile.intellij.stringmanip.styles.switching.ToSnakeCaseOrCamelCaseAction" />
<option name="description" value="Toggle: snake_case / camelCase" />
<option name="textWithMnemonic" value="snake_case / camelCase" />
</UniversalActionModel>
</option>
</component>
+13 -2
View File
@@ -4,6 +4,17 @@
</component>
<component name="Translation.States">
<histories>
<item value="A longer-lived native function, which occupies the thread calling it. Do not call these kind of native functions in the main isolate. They will block Dart execution. This will cause dropped frames in Flutter applications. Instead, call these native functions on a separate isolate." />
<item value="A very short-lived native function. For very short-lived functions, it is fine to call them on the main isolate. They will block the Dart execution while running the native function, so only do this for native functions which are guaranteed to be short-lived." />
<item value="returns decoded [data] or throw [ReedSolomonException] if data cannot be decoded" />
<item value="Decodes a Qr code given the matrix of its raw bits." />
<item value="Extract the raw content of the QR code from an image BitMatrix, given the location." />
<item value="Get new content" />
<item value="Get new location TODO: Evaluate whether the new location is realistic Consider using the old location instead or interpolating" />
<item value="Keep old content as default, unless stale or forceDecode is true" />
<item value="Scan a BitMatrix to update QR code content and location." />
<item value="Convert a List of image bytes into a 2D matrix of bits representing black and white pixels" />
<item value="Scan an image encoded as a Uint8List of RGBA values to update QR code content and location." />
<item value="module" />
<item value="alignment Pattern" />
<item value="A generic position in a two-dimensional space, expressed as a pair of coordinates (that can be either integer or double)." />
@@ -45,8 +56,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="37" />
<entry key="ENGLISH" value="38" />
<entry key="CHINESE" value="48" />
<entry key="ENGLISH" value="49" />
</map>
</option>
</component>