Пример #1
0
 private EditorCell createConstant_uc5iyq_b0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, " * ");
   editorCell.setCellId("Constant_uc5iyq_b0a");
   BaseLanguageStyle_StyleSheet.getComment(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }
Пример #2
0
 private EditorCell createConstant_uc5iyq_d0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, " */");
   editorCell.setCellId("Constant_uc5iyq_d0a");
   BaseLanguageStyle_StyleSheet.getComment(editorCell).apply(editorCell);
   {
     Style style = editorCell.getStyle();
     style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, true);
   }
   editorCell.setDefaultText("");
   return editorCell;
 }
Пример #3
0
 private EditorCell createConstant_oq95n1_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "//");
   editorCell.setCellId("Constant_oq95n1_a0");
   BaseLanguageStyle_StyleSheet.getComment(editorCell).apply(editorCell);
   {
     Style style = editorCell.getStyle();
     style.set(StyleAttributes.PUNCTUATION_RIGHT, true);
   }
   CommentedStatement_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }