Git Product home page Git Product logo

aviutl_textassist's Introduction

テキスト編集補助プラグイン

AviUtl の拡張編集プラグインで複数行テキストを編集する際に、Alt + 方向キー で制御文字の内容を書き換える AviUtl 用プラグインです。

注意事項

テキスト編集補助プラグインは無保証で提供されます。
テキスト編集補助プラグインを使用したこと及び使用しなかったことによるいかなる損害について、開発者は何も責任を負いません。

これに同意できない場合、あなたはテキスト編集補助プラグインを使用することができません。

インストール/アンインストール

textassist.aufexedit.auf と同じ場所に入れてください。

アンインストールは導入したファイルを削除するだけで完了です。

使い方

拡張編集上でテキストオブジェクトを作成し、そのテキスト入力欄でショートカットキーを押すと制御文字の 挿入書き換え ができます。
それぞれの機能は以下で解説します。

挿入

Alt + T を押すと、キャレット位置にポップアップメニューが表示されます。
項目を選ぶとキャレット位置に制御文字を挿入できます。

また、範囲選択をした状態で Alt + T を押すと選択範囲を前後に制御文字が出力されます。
この場合は「閉じ」が存在する 色の変更フォント表示速度 のみが利用可能です。

移動

制御文字の内側にキャレットを置いた状態で Alt + ←Alt + → などを押すと、制御文字の値ごとにカーソルを移動できます。

例えば <s48|,MS UI Gothic> のようにフォントサイズのところにキャレットがある状態で Alt + → を押すと <s48,MS UI Gothic|> のようにフォント名に移動できます。

書き換え

制御文字の内側にキャレットを置いた状態で Alt + ↓Alt + ↑ などを押すと、制御文字の値を書き換えられます。
書き換えできるのは以下のような要素です。

色の変更

R, G, B の各パートの値を増減させられます。
例えば <#fffff|f> この位置にキャレットを置いて Alt + ↓ を押すと B の成分を変更できます。
そのままだと1ずつ、Shift キーを押しながらだと16ずつ増減できます。

キャレット位置と成分の対応は以下の通りです。

  • R <#f|fffff>
  • G <#fff|fff>
  • B <#fffff|f>

サイズ、フォントの変更

サイズ、フォント名、スタイルのすべてを Alt + ↓Alt + ↑ で変更できます。
キャレットをどの位置に置くのかによって変更する項目を選ぶことができます。

また、フォント名を <s48,MS UI|,BI> のように不完全に入力して Alt + ↓ などを押すと、近い名前のフォント名の候補一覧を表示できます。

座標の指定

キャレットが内側のどの位置にあっても、Alt + ←Alt + → でX座標、Alt + ↑Alt + ↓ でY座標を変更できます。
そのままだと1ずつ、Shift キーを押しながらだと10ずつ増減できます。

また、制御文字の内側ではない場所で Alt + 方向キー を押すと、座標の相対位置での座標の指定制御文字 <p+0,+0> が挿入されます。
これはカーニングの用途を意図したものです。

表示速度の変更 / 表示ウェイト / 表示クリア

Alt + ↑Alt + ↓ で0.1ずつ、Shift キーを押しながらだと1ずつ変更できます。

更新履歴

CHANGELOG.md を参照してください。

Contributors

  • sigma-axis

Credits

テキスト編集補助プラグイン is made possible by the following open source softwares.

The MIT License
The MIT License (MIT)

Copyright © 2013-2019 Martin Mitáš

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the “Software”),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
The MIT License
The MIT License

Copyright (c) 1999-2012 Kenkun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The MIT License
MIT License

Copyright (c) 2019 YuyaOkumura

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

aviutl_textassist's People

Contributors

oov avatar sigma-axis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sigma-axis

aviutl_textassist's Issues

ウェイト時のショートカットコマンドに制限がある

表示ウェイトのをこちらのプラグインを利用して調整する際
ALT+↑で数値を上げると2.1で止まってしまう。

また、それ以上に数値を主導で上げた際もALT+↓で下がることはできるのに
ALT+↑で数値を上げることができません。

こちらは私の環境依存でしょうか?
プラグイン同居環境の列挙も多すぎるので私だけの環境問題でしたら諦めます。

フォント変更時にAviUtlが落ちることがある

テキストオブジェクトが以下のような状態でフォント名にカーソルを合わせ、Alt+を押すとAviUtlが落ちることがあります。
落ちない場合はフォント名が空欄になったりフォント名でない文字列になったりしました。

あい<s32,MS P明朝,>うえお

確認したところ、wcscpy に無効なアドレスを渡して落ちているようです。

wcscpy(tag->value.font.name, g_font_name_list.sorted[saturatei(fidx + v, 0, (int)g_font_name_list.num)]);

環境

  • Windows 11
  • AviUtl version 1.10
  • 拡張編集 version 0.92
  • テキスト編集補助 v0.3.4 ( 7cbe646 )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.