コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
 /**
  * Get the line set for all paragraphs in the document.
  *
  * @return positions of all paragraphs on last save
  */
 public Line.Set getLineSet() {
   return del.getLineSet();
 }