Пример #1
0
 private EditorCell createConstant_uc5iyq_a0a_0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "/**...*/");
   editorCell.setCellId("Constant_uc5iyq_a0a_0");
   BaseLanguageStyle_StyleSheet.getFoldedCell(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }