4.4.16_0
#443
Replies: 4 comments 5 replies
|
This version was pre-released on Oct. 本バージョンは 2024-10- |
2 replies
|
The time the pre-release flag will be cleared comes soon, and does anyone who considers the PowerShell 7-style input prediction should be disabled on default, exist ? ぼちぼち、プレリリースフラグを解除する時期が来てますが、PowerShell 7 風の入力予測機能はデフォルトでオフの方がよいと考える人とかいらっしゃいますでしょうか? |
3 replies
|
The pre-released flag was cleared. You can upgrade to 4.4.16_0 with pre-released フラグをクリアしました。 |
0 replies
|
4.4.17_0 をリリースしましたので、本 discussion をクローズします。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Changes on 4.4.16_0
Removed features and Deprecations
nyagos.d/catalog/neco.luanyagos.msgboxgrepas an alias offindstr.exewhengrep.exedoes not exist. It was the undocumented feature.New features
Readline
→orCtrl-Faccepts the current prediction--no-predictor by settingnyagos.option.prediction=falseLua extensions
nyagos.getkeys()which returns the input key as a sequence like"\027[A"instead ofnyagos.getkey()which returns unicode.nyagos.key[KEY] = function(this)...end"\007"and"\027[A"are avaliable as KEY.this:eval(KEYSEQUNCE)that calls the function assigned to KEYSEQUNCE.this:repaint()that updates the screenthis.posandthis.textare automatically updated when methods are invoked.make: Enable byrequire "makefile-complete"require "gmnlisp"@(Lisp command)with the result processed by gmnlisp.(, it is executed using gmnlisp.exe.Documents
4.4.16_0 での変更点
廃止・非推奨
nyagos.d/catalog/neco.luaを削除nyagos.msgboxを削除新機能
一行入力
→もしくはCtrl-Fで今の予測表示内容を採用する--no-predictもしくはnyagos.option.prediction=falseでオフLua 拡張
"\027[A"といったキーシーケンスで返す nyagos.getkeys() を実装したnyagos.key[KEY]=function(this)...endの中で使える機能を拡充"BACKSPACE","UP"などの名前の他、"\007","\027[A"などのキーシーケンスも使えるようにしたthis:eval("キーシーケンス")でキーシーケンスに設定された機能を呼び出せるようにしたthis:repaint()を追加this.posとthis.textを自動的に更新するようにしたmakeコマンドのエントリ補完を追加:require "makefile-complete"にて有効化jjコマンドのサブコマンド名補完を追加:require "complete-jj"にて有効化gmnlispコマンドの引用機能を追加:require "gmnlisp"にて有効化@(Lispコマンド)を gmnlisp で処理した結果に置換(で始まっていた場合、gmnlisp.exe で実行require "sq2dq"にて有効化'..".."..'を"..\"..\".."へ置換"..'..'.."はそのまま (二重引用符内の一重引用符は変換しない)ドキュメント
This discussion was created from the release 4.4.16_0 (pre-release).
All reactions