private EditorCell createConstant_j4vm40_k0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "("); editorCell.setCellId("leftParen"); Style style = new StyleImpl(); BaseLanguageStyle_StyleSheet.applyLeftParenAfterName(style, editorCell); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }
private EditorCell createConstant_arlg9k_a0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "("); editorCell.setCellId("Constant_arlg9k_a0"); Style style = new StyleImpl(); BaseLanguageStyle_StyleSheet.applyLeftParenAfterName(style, editorCell); style.set(StyleAttributes.FONT_STYLE, MPSFonts.PLAIN); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }