private EditorCell createConstant_3pyl5y_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "set");
   editorCell.setCellId("Constant_3pyl5y_a0");
   Style style = new StyleImpl();
   ProjectStructure_StyleSheet.applyKeyWord(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
Example #2
0
 private EditorCell createConstant_w5u0zd_kb3a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "external code");
   editorCell.setCellId("Constant_w5u0zd_kb3a");
   Style style = new StyleImpl();
   ProjectStructure_StyleSheet.apply_KeyWord(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }