Пример #1
0
 private EditorCell createConstant_5rfjfg_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "[]");
   editorCell.setCellId("Constant_5rfjfg_b0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyBracket(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   editorCell.getStyle().putAll(style);
   if (true) {
     editorCell.getStyle().set(StyleAttributes.FOCUS_POLICY, FocusPolicy.ATTRACTS_FOCUS);
   }
   ArrayType_Brackets_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }