MCPcopy Index your code
hub / github.com/csev/py4e / guttersChanged

Function guttersChanged

tools/pythonauto/static/codemirrorepl/codemirror.js:311–315  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

309 }
310
311 function guttersChanged(cm) {
312 updateGutters(cm);
313 regChange(cm);
314 setTimeout(function(){alignHorizontally(cm);}, 20);
315 }
316
317 // Rebuild the gutter elements, ensure the margin to the left of the
318 // code matches their width.

Callers 1

codemirror.jsFile · 0.70

Calls 3

updateGuttersFunction · 0.70
regChangeFunction · 0.70
alignHorizontallyFunction · 0.70

Tested by

no test coverage detected