From 60bf4b22b03407649972bd6dd3cc04f57cd50b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 1 May 2017 15:32:14 +0200 Subject: [PATCH] Remove autocompletion section from the help page Rationale for this is that the whole point of autocompletion is to be intuitive and show up naturally when starting to type something else. For example, all commands start with `/`, so obviously starting to type a command will trigger autocomplete. This is true for channels as well. Emoji are a bit particular because all systems that support emoji open their completion with `:`. The only not-so-intuitive completion strategy is for nicks because it is not so common to start them with `@` on IRC, but as long as we keep tab completion after any set of characters, this is fine. It will be even nicer once regular tab completion uses the same autocompletion dropdown. --- client/index.html | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/client/index.html b/client/index.html index 0feab905..5c11b2f6 100644 --- a/client/index.html +++ b/client/index.html @@ -529,53 +529,8 @@ -

Autocompletion

- -

- Start typing the following characters followed by any letter to - trigger the autocompletion dropdown: -

- -
-
- @ -
-
-

Nickname

-
-
- -
-
- # -
-
-

Channel

-
-
- -
-
- / -
-
-

Commands (see list of commands below)

-
-
- -
-
- : -
-
-

Emoji

-
-
-

Commands

-

All commands can be autocompleted with tab.

-
/away [message]