Matt Lott
|
f2597229b5
|
No autocomplete x y, rename Zatanna to Autocomplete
Don’t autocomplete common variables ’x’ or ‘y’:
return if /^x$|^y$/i.test(prefix)
Renaming zatanna to autocomplete
Closes #3865
|
2016-08-22 05:46:07 -07:00 |
|
Rob
|
b7fcaa50a6
|
Change keyword autocomplete logic.
|
2016-07-27 16:37:57 -07:00 |
|
Rob
|
228019ac89
|
- Limit when this autocompletion can pop up.
- Remove some left over cruft from the text completer.
|
2016-07-06 13:31:46 -07:00 |
|
Rob
|
9c7320e26a
|
- Move Zatanna out of own repo and into CodeCombat
- Move snippet creation out of SpellView
- Disable text based completions.
|
2016-07-01 16:39:21 -07:00 |
|