Пример #1
0
 private EditorCell createConstant_mr1gse_c4a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "}");
   editorCell.setCellId("Constant_mr1gse_c4a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyRightBrace(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }