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

Method highlight

app/src/processing/app/ui/Editor.java:3086–3090  ·  view source on GitHub ↗
(Problem p)

Source from the content-addressed store, hash-verified

3084
3085
3086 public void highlight(Problem p) {
3087 if (p != null) {
3088 highlight(p.getTabIndex(), p.getStartOffset(), p.getStopOffset());
3089 }
3090 }
3091
3092
3093 public void highlight(int tabIndex, int startOffset, int stopOffset) {

Callers 5

errorTableClickMethod · 0.95
scrollToMarkerAtMethod · 0.80
DebugTreeMethod · 0.80
handleInspectMethod · 0.80
ShowUsageMethod · 0.80

Calls 9

constrainMethod · 0.95
setCurrentCodeMethod · 0.80
getDocumentLengthMethod · 0.80
selectMethod · 0.80
scrollToCaretMethod · 0.80
repaintMethod · 0.80
getTabIndexMethod · 0.65
getStartOffsetMethod · 0.65
getStopOffsetMethod · 0.65

Tested by

no test coverage detected