MCPcopy Index your code
hub / github.com/processing/processing / setState

Method setState

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

Source from the content-addressed store, hash-verified

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

Callers 2

setCurrentCodeMethod · 0.80
actionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected