From 0d83ad4dc08448e016c79ae739e84c3d71552b56 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Tue, 27 Mar 2012 17:19:18 -0700 Subject: - Highlight Matching bracket - Highlight selection matched -Highlight current line Signed-off-by: Ananya Sen --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index d385e4ba..37daee4b 100755 --- a/index.html +++ b/index.html @@ -183,6 +183,8 @@ + + @@ -199,6 +201,16 @@ } } + + -- cgit v1.2.3 From 4b1b72971567ea569a10c740e26aee33421e7bd5 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Tue, 3 Apr 2012 15:07:33 -0700 Subject: adding basic autocomplete Signed-off-by: Ananya Sen --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 37daee4b..fe52167d 100755 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ + -- cgit v1.2.3 From dece82791f43b5e8d278aba89cf8d6119af1478f Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Mon, 9 Apr 2012 13:11:40 -0700 Subject: - Decouple code editor from stage document switching logic - cleaning up Signed-off-by: Ananya Sen --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 86348459..ed24ccce 100755 --- a/index.html +++ b/index.html @@ -207,12 +207,11 @@ -- cgit v1.2.3 From 6ffda1a7ebe18adb518eb24a612df22305b050a6 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Mon, 9 Apr 2012 17:15:41 -0700 Subject: - added configurability of code completion with the file type - added logic to toggle between automatic code completion and manually triggered code completion [ UI pending ] Signed-off-by: Ananya Sen --- index.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ed24ccce..0663fe16 100755 --- a/index.html +++ b/index.html @@ -206,14 +206,6 @@ } - - -- cgit v1.2.3 From c2ec390d42945d2df1aed3f2b7ff3d1aa722fce8 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Fri, 13 Apr 2012 16:51:50 -0700 Subject: - code editor view options bar - Checkbox for user to toggle between manually triggered autocomplete and automatic autocomplete - font zoom hottext Signed-off-by: Ananya Sen --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 0663fe16..eb76abed 100755 --- a/index.html +++ b/index.html @@ -22,6 +22,16 @@ + + + + + + + + + +