private EditorCell createConstant_bwxq1q_b6a1a(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "{"); editorCell.setCellId("Constant_bwxq1q_b6a1a"); BaseLanguageStyle_StyleSheet.getLeftBrace(editorCell).apply(editorCell); { Style style = editorCell.getStyle(); style.set(StyleAttributes.PUNCTUATION_LEFT, true); } editorCell.setDefaultText(""); return editorCell; }
private EditorCell createConstant_9ahxcc_e0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "{"); editorCell.setCellId("Constant_9ahxcc_e0"); BaseLanguageStyle_StyleSheet.getLeftBrace(editorCell).apply(editorCell); { Style style = editorCell.getStyle(); style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, true); } editorCell.setDefaultText(""); return editorCell; }
private EditorCell createConstant_qpt50r_c0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<"); editorCell.setCellId("Constant_qpt50r_c0"); BaseLanguageStyle_StyleSheet.getLeftBrace(editorCell).apply(editorCell); { Style style = editorCell.getStyle(); style.set(StyleAttributes.MATCHING_LABEL, "angle-brackets"); style.set(StyleAttributes.PUNCTUATION_LEFT, true); style.set(StyleAttributes.PUNCTUATION_RIGHT, true); } editorCell.setDefaultText(""); return editorCell; }