From e0781f0390291e264e6dd9c17beae1342e87f9a2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 26 Jul 2011 18:50:29 +0200 Subject: core: add mouse support (task #5435), free cursor movement, hook_focus, fix bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) --- doc/de/autogen/plugin_api/completions.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/de/autogen/plugin_api/completions.txt') diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt index b9443fad6..2f4abd9ea 100644 --- a/doc/de/autogen/plugin_api/completions.txt +++ b/doc/de/autogen/plugin_api/completions.txt @@ -78,6 +78,8 @@ | weechat | config_options | Konfigurationsoptionen +| weechat | cursor_areas | areas ("chat" or bar name) for free cursor movement + | weechat | filename | Dateinamen | weechat | filters_names | Liste der Filter @@ -90,7 +92,7 @@ | weechat | keys_codes_for_reset | Tastenbelegungen die zurückgesetzt werden können (hinzugefügte/verändert/gelöschte Tastenbelegungen) -| weechat | keys_contexts | key contexts +| weechat | keys_contexts | Tastaturkontext | weechat | nicks | Nicks in Nickliste des aktuellen Buffers -- cgit v1.2.3