テキストエディタ(縦書き・横書き) 3.1 [free]

Description

テキストエディタといえば、横書きです。

大抵の場合、横書きで十分なのですが、たまに縦書きで書きたい文章というのもありました。

その為、縦表示でテキスト編集できるアプリを作成しました。

Androidでは、縦書き文字が出力できない為、横書き文字を変換して表示しています。

その為、フォントを変更すると縦書きの表示が崩れる場合があります。

・Ver 2.0 からテキスト/描画エンジンの大幅な変更をしている為、過去のバージョンと異なる動作をする箇所がある可能性があります。

・プリンターが最近故障したので、新しくプリンターを購入したら、WiFi経由で印刷できるプリンターでした。
最近のプリンターは安いものでもWiFI対応なんですね~。

意外にスマホから印刷できるアプリがなかったので、せっかくなので、Ver2.4から印刷出来るようにしました。

印刷するには、別途プリンターに対応したプラグインが必要ですので、使うときは各プリンターメーカが提供しているプラグインをインストールしてくださいね。

・UriフォルダからSDにはファイル保存できてたのですが、やっぱりクラウドにファイル保存したよな~と思いました。

Ver2.5からGoogle Driveへのファイル保存に対応したのですが、対応するにあたり、ファイル管理の大幅な変更を行っております。

テキストエディタを編集中に別のアプリを立ち上げて長い事いると、Androidの仕様としてアプリを終了させてしまいう事があり、ファイル保存しとけばよかった・・・という事がありました。

そこで、Ver2.7で自動保存の設定を追加しました。

初期値は無効ですので、自動保存を有効にする場合は、設定画面で自動保存時間を設定して下さい。

ただし、自動保存は、ファイルとして開いたテキストデータを一定時間後に無条件にまとめて上書きする機能です。
その為、有効にしていると、保存したくなかったファイルも保存されてしまいます。

[使い方]
・縦表示/横表示ができます。

 設定画面で切り替えてください。

・フォントの変更ができます。

 手順は以下の手順になります。

 1.内部ストレージの「shizuha/TextEditor/Font」にファイルを保存
 2.設定画面でフォントファイルを指定
・フォントを変更すると縦表示が崩れる場合があります。

 そこで、文字の位置を調整する事ができます。

 手順は以下になります。

 1.内部ストレージの「shizuha/TextEditor/CharSetting」にJSONファイルを保存
 2.設定画面でフォントファイルを指定
 ※JSONファイルは、起動すると一度だけデフォルトのファイルが出力されますのでそれを改造してください。

・機能追加ができます。

 手順は以下になります。

 1.内部ストレージの「shizuha/TextEditor/Tool」にHTMLファイルを保存
 2.ツールボタン(レンチのアイコン)を選択し、HTMLファイルを一覧から選択
 ※検索・置換・切り替えの機能をHTMLファイルとして作成しています。
起動すると一度だけ検索・置換・切り替えの機能のHTMLファイルが出力されます。
機能追加をしたい場合は、このファイルを参考にして下さい。

・Uriで取得できるファイルの表示ができます(Ver1.14)
 通常のファイルは、「shizuha/TextEditor/File」にあるファイルを読み書きします。

 しかし、Uriで取得できるファイル(例えば、SDカードのファイル)をユーザが選択すれば、扱えるようにしました。

 Uriで取得するファイルは、「開く(Uri)」を選択し、ファイルを選んでください。

Uriで取得するファイルで選択できる範囲は、機種及びAndroidのVersionに依存する為、ご利用の端末によっては思った通り機能しない可能性があります。

 ※Ver2.5からは、フォルダ閲覧画面でUriフォルダをタップする事で同様の事が行えるように変更しました。

・ファイルの保存先の変更ができます(Ver1.16)(Android 5.0 以上)
デフォルトでは、新規作成をした場合に保存や名前を付けて保存をする時は、「shizuha/TextEditor/File」にファイルを保存されます。

 設定画面で、保存先フォルダを選択した場合は、以後、新規作成をして保存や名前を付けて保存する場合に、選択したフォルダに保存されます。

・「開く」と「開く(Uri)」を統合(Ver1.20)
 「開く」で内部のフォルダとUriで指定したフォルダの一覧を表示するようにしました。

 それに伴い「名前を付けて保存」でフォルダを指定した後に保存するように動作を変更しました。

・背景画像の設定(Ver2.0)
 「設定」から背景を選択すると背景画像を設定できるようにしました。

・印刷(Ver2.4)
 ファイルメニューに印刷を追加しました。
印刷をタップすると印刷のプレビュー画面が表示されますので、そこから印刷できます。

 ※印刷するには、プリンターに対応した各メーカのプラグインをインストールする必要があります。

・Google Driveへのファイル保存(Ver2.5)
ファイルを開く時にGoogle Driveというフォルダが表示されていますので、タップすると開くアカウントを選択すると、その後、選択したアカウントのGoogle Driveの一覧が表示されます。

  解除する場合は、Google Driveというフォルダをロングタップしてください。



Speaking of a text editor, it is horizontal writing.
In most cases, horizontal writing is enough, but there was also a sentence that I wanted to write in vertical writing occasionally.
For that reason, I created an application that can edit text in portrait view.
Since Android can not output vertically written letters, horizontal characters are converted and displayed.
Therefore, changing the font may cause vertical display to collapse.
- Since we are making substantial changes in the text / drawing engine from Ver 2.0, there may be places that behave differently from past versions.
· Since the printer recently failed, it was a printer that can print via WiFi after purchasing a new printer. Recent printers are WiFi compatible even if they are cheap
~.
Unexpectedly there was no application that can print from the smartphone, so it was a big deal so I made it possible to print from Ver 2.4.
In order to print, you need a plug-in compatible with the printer separately, so please install the plug-in provided by each printer manufacturer when using.
· I could save the file from the Uri folder to SD, but after all I thought that I saved the file in the cloud.
I coped with file saving from Ver2.5 to Google Drive, but in dealing with it, we have made significant changes in file management.
While editing a text editor, when launching another application for a long time, there was a thing that I ended the application as Android specification, and it was good
to save the file ....
Therefore, the setting of auto saving was added in Ver 2.7.
Since the initial value is invalid, please set the automatic saving time on the setting screen to enable automatic saving.
However, automatic saving is a function to unconditionally overwrite text data opened as a file after a certain period of time. Therefore, if you enable it, files that you
did not want to save will also be saved.
[How to use]
· Vertical display / horizontal display is possible.
Please switch on the setting screen.
· You can change the font.
The procedure is as follows.
1. Save the file to internal storage "shizuha / TextEditor / Font"
2. Specify the font file on the setting screen
· When you change the font, the vertical display may collapse.
Therefore, you can adjust the position of the letters.
The procedure is as follows.
1. Save JSON file to internal storage "shizuha / TextEditor / CharSetting"
2. Specify the font file on the setting screen
※ JSON file will be output only once, once it starts up, please remodel it.
· Function can be added.
The procedure is as follows.
1. Save HTML file to internal storage "shizuha / TextEditor / Tool"
2. Select the tool button (wrench icon) and select the HTML file from the list
* Search, replace and switch functions are created as HTML files. When launched, HTML files of search, substitution, and switching functions are output only once. If you
want to add functionality, please refer to this file.
· Files that can be acquired with Uri can be displayed (Ver1.14)
For ordinary files, read and write files in "shizuha / TextEditor / File".
However, if the user selects a file (for example, a file on the SD card) that can be acquired by Uri, it can handle it.
For the file to be acquired with Uri, select "Open (Uri)" and select the file.
    Depending on the model and Android version, depending on the terminal you use, there is a possibility that the range that can be selected with the
file obtained by Uri does not function as expected.
* From Ver2.5, it changed so that the same thing can be done by tapping the Uri folder on the folder browsing screen.
· You can change the file save destination (Ver1.16) (Android 5.0 or higher)
    By default, when you create a new file, save it or give it a name, the file will be saved in "shizuha / TextEditor / File".
If you select a save destination folder on the setting screen, it will be saved in the selected folder when creating a new one, saving it, saving it with a name, and so
on.
· Integrate "Open" and "Open (Uri)" (Ver 1.20)
"Open" now displays a list of internal folders and folders specified with Uri.
 Along with that, we changed the behavior so that after specifying a folder with "Save As" it will be saved.
- Background image setting (Ver 2.0)
You can set the background image by selecting the background from "Setting".
· Printing (Ver 2.4)
Print was added to the file menu. When you tap Print, the print preview screen is displayed so you can print from there.
* In order to print, you need to install plug-ins of manufacturers that correspond to the printer.
· Save files to Google Drive (Ver 2.5)
      When opening a file, a folder called Google Drive is displayed, so when you tap to select an account to open you will see a list of
Google Drive for the selected account.
To cancel, please long tap the folder called Google Drive.

les anciennes versions

Free Download Télécharger par QR Code
  • Nom du logiciel: テキストエディタ(縦書き・横書き)
  • Logiciel Catégorie: Outils
  • Code: net.shizuha.texteditor
  • La dernière version: 3.1
  • Exigence: {S} ou supérieur
  • Taille du fichier : 9.71 MB
  • Mettre à jour temps: 2021-07-13