Пример #1
0
 private EditorCell createConstant_mr1gse_a4a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "{");
   editorCell.setCellId("Constant_mr1gse_a4a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyLeftBrace(style, editorCell);
   style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }