private EditorCell createConstant_z2b22p_h0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_z2b22p_h0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Bracket(style, editorCell);
   style.set(StyleAttributes.FIRST_POSITION_ALLOWED, false);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
Exemple #2
0
 private EditorCell createConstant_5vhand_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_5vhand_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Bracket(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_LEFT, 0, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }