Extension:Tab Override

From mediawiki.org
This page is a translated version of the page Extension:Tab Override and the translation is 50% complete.
MediaWiki 拡張機能マニュアル
Tab Override
リリースの状態: 保守されていない
実装 ユーザー インターフェイス, 外装
説明 Allows you to use the tab key as you normally would in a text-editor
作者 Bill Bryant, Mathew Tinsley (mtinsleyトーク)
最新バージョン 2.0.1 (2010-04-12)
MediaWiki 1.7.0
ライセンス GPL
ダウンロード ダウンロード
ReadMe
Changelog

この拡張機能ができること

Tab Override allows you to use the tab key as you normally would in a text editor or IDE. In other words, pressing the tab key inserts a tab character rather than removing focus from the text area. This makes writing source code much easier.

使用法

No configuration required. After it is installed you can test it by editing a page and pressing the tab key in the textarea.

インストール

この拡張機能をインストールするには、以下を LocalSettings.php に追加してください:

require_once("$IP/extensions/tab-override/tab-override.php");