[hackers] [libzahl] Misc work on the manual || Mattias Andrée

2016-05-16 Thread git
commit d998ab149b65c2a8e85e30d9405ae19d4e2ec54a Author: Mattias Andrée AuthorDate: Mon May 16 18:01:44 2016 +0200 Commit: Mattias Andrée CommitDate: Mon May 16 18:01:44 2016 +0200 Misc work on the manual Signed-off-by: Mattias Andrée

[hackers][vis][RFC][PATCH 1/2] Add autocompletion for current file contents

2016-05-16 Thread Silvan Jegen
We add some infrastructure in order to run a shell command and get its output which we then can insert into vis. This infrastructure we use to execute a shell command which sends all unique words of the current file to dmenu. The word selected in dmenu is then inserted into vis at all cursor

[hackers][vis][RFC][PATCH 0/2] Suggestion for basic autocomplete functionality

2016-05-16 Thread Silvan Jegen
Heyhey I have implemented basic autocomplete functionality by sending the text at cursor position as a context to shell commands and dmenu. The user then chooses the autocompletion text he wants to use in dmenu which is then inserted at cursor position. Ideally the same approach should be used