MCPcopy Index your code
hub / github.com/benfry/processing4 / setState

Method setState

app/src/processing/app/SketchCode.java:262–267  ·  view source on GitHub ↗
(String p, int start, int stop, int pos)

Source from the content-addressed store, hash-verified

260
261
262 protected void setState(String p, int start, int stop, int pos) {
263 program = p;
264 selectionStart = start;
265 selectionStop = stop;
266 scrollPosition = pos;
267 }
268
269
270 public long lastVisited() {

Callers 2

setCurrentCodeMethod · 0.80
menuSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected