Home
last modified time | relevance | path

Searched refs:rgbContent (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.examples/src/org/eclipse/jface/text/examples/sources/inlined/
H A DInlinedAnnotationDemo.java190 String rgbContent = line.substring(rgbIndex, line.length()); in getInlinedAnnotation() local
191 … int startIndex = addRGBParamNameAnnotation("red:", rgbContent, 0, startOffset, viewer, support, in getInlinedAnnotation()
194 startIndex = addRGBParamNameAnnotation("green:", rgbContent, startIndex, startOffset, viewer, in getInlinedAnnotation()
197 startIndex = addRGBParamNameAnnotation("blue:", rgbContent, startIndex, startOffset, in getInlinedAnnotation()
223 …private static int addRGBParamNameAnnotation(String paramName, String rgbContent, int startIndex, … in addRGBParamNameAnnotation() argument
226 char[] chars = rgbContent.toCharArray(); in addRGBParamNameAnnotation()