Пример #1
0
 private EditorCell createConstant_xuwwk0_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ";");
   editorCell.setCellId("Constant_xuwwk0_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Semicolon(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_iucw4c_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ",");
   editorCell.setCellId("Constant_iucw4c_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Semicolon(style, editorCell);
   style.set(StyleAttributes.PADDING_RIGHT, 0, new Padding(0.5, Measure.SPACES));
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }