Пример #1
0
 public String getHTMLRepresentation(RSyntaxTextArea textArea) {
   StringBuilder buf = new StringBuilder();
   appendHTMLRepresentation(buf, textArea, true);
   return buf.toString();
 }