summaryrefslogtreecommitdiffstats
path: root/client/lib/textComplete.js
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-0/+1
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-081-4/+28
| | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
* Abstract the jquery-textcomplete integration with EscapeActionsMaxime Quandalle2015-10-131-0/+30
We now can re-use this integration in multiple places, this will be useful for #342 for instance.