doc: list the things removed by WeeChat on /plugin unload (user's guide)
This commit is contained in:
parent
661ef1e653
commit
c634d6c56e
@ -2139,9 +2139,17 @@ Dem gegenüber ist ein _Skript_ eine Textdatei die durch eine Erweiterung z.B. _
|
||||
mittels dem Befehl `/python` geladen wird.
|
||||
|
||||
Mit dem Befehl `/plugin` kann eine Erweiterung geladen bzw. entfernt werden. Auch können
|
||||
mit dem Befehl alle installierten Erweiterungen aufgelistet werden. Wird eine Erweiterung
|
||||
entfernt hat dies Einfluss auf die von dieser Erweiterung geöffneten Buffer.
|
||||
Diese Buffer werden dann geschlossen.
|
||||
mit dem Befehl alle installierten Erweiterungen aufgelistet werden.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
When a plugin is unloaded, WeeChat removes:
|
||||
|
||||
* buffers
|
||||
* configuration options (options are written in files)
|
||||
* all hooks: commands, modifiers, process, etc.
|
||||
* infos and infolists
|
||||
* hdata
|
||||
* bar items.
|
||||
|
||||
Beispiele wie man Erweiterungen lädt, entfernt und auflistet:
|
||||
|
||||
|
@ -2093,8 +2093,15 @@ a _script_ is a text file loaded with a plugin like _python_ with command
|
||||
|
||||
You can use command `/plugin` to load/unload a plugin, or list all loaded
|
||||
plugins.
|
||||
When a plugin is unloaded, all buffers created by this plugin are
|
||||
automatically closed.
|
||||
|
||||
When a plugin is unloaded, WeeChat removes:
|
||||
|
||||
* buffers
|
||||
* configuration options (options are written in files)
|
||||
* all hooks: commands, modifiers, process, etc.
|
||||
* infos and infolists
|
||||
* hdata
|
||||
* bar items.
|
||||
|
||||
Examples to load, unload or list plugins:
|
||||
|
||||
|
@ -2167,8 +2167,15 @@ extension comme _python_ par la commande `/python`.
|
||||
|
||||
Vous pouvez utiliser la commande `/plugin` pour charger/décharger une
|
||||
extension, ou afficher les extensions chargées.
|
||||
Quand une extension est déchargée, tous les tampons créés par cette
|
||||
extension sont automatiquement fermés.
|
||||
|
||||
Quand une extension est déchargée, WeeChat supprime :
|
||||
|
||||
* les tampons
|
||||
* les options de configuration (les options sont écrites dans les fichiers)
|
||||
* tous les "hooks" : commandes, modificateurs, processus, etc.
|
||||
* les infos et infolists
|
||||
* les "hdata"
|
||||
* les objets de barre.
|
||||
|
||||
Exemples pour charger, décharger et afficher les extensions :
|
||||
|
||||
|
@ -2228,8 +2228,16 @@ con il comando `/python`.
|
||||
|
||||
È possibile utilizzare il comando `/plugin` per caricare/scaricare un plugin,
|
||||
oppure elencare tutti i plugin caricati.
|
||||
Quando un plugin viene scaricato, tutti i buffer creati da questo plugin
|
||||
sono chiusi automaticamente.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
When a plugin is unloaded, WeeChat removes:
|
||||
|
||||
* buffers
|
||||
* configuration options (options are written in files)
|
||||
* all hooks: commands, modifiers, process, etc.
|
||||
* infos and infolists
|
||||
* hdata
|
||||
* bar items.
|
||||
|
||||
Esempi per caricare, scaricare oppure elencare i plugin:
|
||||
|
||||
|
@ -2103,7 +2103,17 @@ _スクリプト_ とは `/python` 等のコマンドで _python_
|
||||
等のプラグインとともに読み込まれるテキストファイルです。
|
||||
|
||||
`/plugin`
|
||||
コマンドを使うことで、プラグインのロード/アンロード、ロード済みプラグインの表示を行うことができます。あるプラグインをアンロードした場合、アンロードしたプラグインが作成したバッファはすべて自動的に閉じられます。
|
||||
コマンドを使うことで、プラグインのロード/アンロード、ロード済みプラグインの表示を行うことができます。
|
||||
|
||||
// TRANSLATION MISSING
|
||||
When a plugin is unloaded, WeeChat removes:
|
||||
|
||||
* buffers
|
||||
* configuration options (options are written in files)
|
||||
* all hooks: commands, modifiers, process, etc.
|
||||
* infos and infolists
|
||||
* hdata
|
||||
* bar items.
|
||||
|
||||
プラグインをロード、アンロード、ロード済みプラグインを表示する例:
|
||||
|
||||
|
@ -2108,8 +2108,16 @@ polecenia `/python`.
|
||||
|
||||
Możesz użyć komendy `/plugin` żeby załadować/wyładować wtyczkę, lub wyświetlić
|
||||
wszystkie załadowane wtyczki.
|
||||
Podczas wyładowywania wtyczki, wszystkie bufory utworzone przez nią zostaną
|
||||
automatycznie zamknięte.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
When a plugin is unloaded, WeeChat removes:
|
||||
|
||||
* buffers
|
||||
* configuration options (options are written in files)
|
||||
* all hooks: commands, modifiers, process, etc.
|
||||
* infos and infolists
|
||||
* hdata
|
||||
* bar items.
|
||||
|
||||
Przykłady ładowania, wyładowywania i wyświetlania załadowanych wtyczek:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user