github nyaosorg/nyagos 4.2.3_0

latest releases: 4.4.19_0, 4.4.18_1, 4.4.18_0...
8 years ago
  • option --norc : not to load startup-scripts.
  • #132 Support foreach and block-if
  • Add option --lua-file which loads and runs Lua-Script even if the suffix of the filename is not .lua .
  • Add members to the parameter c of nyagos.complete_hook(c)
    • c.field : array split all commandline string with space.
    • c.left : string before cursor.
  • Enable command-name completion even if it is after | , & , ;
  • #245 print of lua supports redirect.
  • On incremental search, support Ctrl-S for backward search.
  • Fix #258 Environment variable expanding does not work after backslash
  • Add lua-function nyagos.msgbox(MESSAGE,TITLE)

  • 起動スクリプトのロードを抑制する --norc オプションを追加
  • #132 foreach 文とブロック if 文をサポート
  • 拡張子が .lua でない場合でも Lua スクリプトとして実行するオプション --lua-file を追加
  • complete_hook(c) の パラメータ c に項目を追加
    • c.field : c.text を空白で分割したもの
    • c.left : カーソル前の文字列
  • |, &, ; の直後でも、コマンド名補完が有効になるようにした
  • #245 Lua の print がリダイレクトに対応
  • インクリメンタルサーチ中に Ctrl-S で逆方向サーチできるようにした
  • #248 バックスラッシュ直後の環境変数展開が機能しない不具合を修正
  • lua関数 nyagos.msgbox(MESSAGE,TITLE) を追加

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.