From 6a20aeae6e07d15c27a309b1f8a43af4d951e7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7=E3=82=99=E3=83=A7=E3=83=B3?= Date: Fri, 2 Jul 2021 19:19:32 +0900 Subject: [PATCH 1/2] little highlight of runtime error --- src/js/update.js | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/js/update.js b/src/js/update.js index e32eae6..eaece8f 100644 --- a/src/js/update.js +++ b/src/js/update.js @@ -7,6 +7,21 @@ __$__.Update = { // this function is called when ace editor is edited. PositionUpdate: function(__arg__) { + + //adding portion start + + window.onload = function(){ + var cell_highlight = document.getElementsByClassName("ace_gutter-cell"); + for(i=0;i Date: Mon, 5 Jul 2021 15:08:48 +0900 Subject: [PATCH 2/2] change part of line get function --- src/js/update.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/js/update.js b/src/js/update.js index eaece8f..43722b4 100644 --- a/src/js/update.js +++ b/src/js/update.js @@ -8,8 +8,8 @@ __$__.Update = { // this function is called when ace editor is edited. PositionUpdate: function(__arg__) { - //adding portion start - + //adding portion start + window.onload = function(){ var cell_highlight = document.getElementsByClassName("ace_gutter-cell"); for(i=0;i