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