From 742ca5d18f2f16ebf7d3fbb08fdcb4ba39b6105d Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Tue, 9 May 2017 17:53:47 -0500 Subject: [PATCH] Update autocomplete list --- webui/assets/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/assets/main.js b/webui/assets/main.js index e18c562fb..887181338 100644 --- a/webui/assets/main.js +++ b/webui/assets/main.js @@ -20,7 +20,8 @@ class REPL { // keyword: length of substring that comes after cursor "SetBit()": 1, "ClearBit()": 1, - "SetBitmapAttrs()": 1, + "SetRowAttrs()": 1, + "SetColumnAttrs()": 1, "Bitmap()": 1, "Union()": 1, "Intersect()": 1,