Exemplo n.º 1
0
 /**
  * The preference setting for the visual tabulator display.
  *
  * @return the number of spaces displayed for a tabulator in the editor
  */
 private int getVisualTabLengthPreference() {
   return CodeFormatterUtil.getTabWidth(fProject);
 }
 private int getTabDisplaySize() {
   return CodeFormatterUtil.getTabWidth(null);
 }