- Fix the problem the cache buffer for drawing did not work on v1.3.0
- Set 1 as the default value of
-hoption and the first line is fixed header on default- To disable, use
-h 0 - Change the type
uint(unsigned integer)
- To disable, use
- The width of the cells can be changed with
-w uint - Even when the double quotations get redundant as the result to edit, they are not removed now
- When inputting the save filename, the initial position of the cursor is now before the extension
- Modifying the package
uncsv- Rename:
(Cell) ReadableSource→(Cell) SourceText() - Implment:
(Cell) Sourcethat returns the binary value before decoding
- Rename:
- v1.3.0 で画面の表示キャッシュがうまく効いていなかった不具合を修正
-hのデフォルト値を1とし、最初の行は常に固定ヘッダーとした- 抑制する場合は
-h 0とする - 型を符号なし整数とした
- 抑制する場合は
-w uintでセルの幅を指定できるようにした。- 編集の結果、ダブルクォーテーションが冗長になった場合でも削除されないようにした
- 保存ファイル名入力の際、カーソルの初期位置を拡張子前とするようにした
- uncsv パッケージの修正
(Cell) ReadableSource→(Cell) SourceText()とリネーム- 文字コード変更前のバイナリをそのまま返す
(Cell) Sourceメソッドを用意