-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boxes: Support autocomplete for stream + topic in message compose box.
This commit adds a preliminary support for autocomplete: `#**stream name>Topic name` The current approach uses regex for identifying the last occurence of required format. The dedicated autocomplete function is: `autocomplete_stream_and_topic` A follow-up to this might be to handle '#**stream name**>' cases too. Ticks a checkbox in #448.
- Loading branch information
1 parent
52fa932
commit 1164b75
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters