Autocompleter for TeXworks

TeXworks is my favourite LaTeX editor, partly because it is multi platform and partly because it can be extended with scripts. The built in autocompleter is template based and is not aware of the content in the open files. As an attempt of improving the autocompleting of texworks the following script was created. The script suggests completions based on content in the opened files and a builtin list of templates.

Below a video demonstration is shown of script in action. All activations of the script in this video is through the same shortcut "crtl + m".

The script is available on github and the behaviour of the script and its implementation is described in the documentation, which can be downloaded here.