| @@ -134,26 +134,8 @@ | ||
| 134 | 134 | ] |
| 135 | 135 | ], |
| 136 | 136 | 'premium' => true |
| 137 | 137 | ], |
| 138 | - 'code_completion' => [ | |
| 139 | - 'type' => 'bool', | |
| 140 | - 'label' => __('Enable Autocompletion', 'wpide'), | |
| 141 | - 'desc' => __('When enabled, the editor will suggest functions while typing.', 'wpide'), | |
| 142 | - 'default' => true | |
| 143 | - ], | |
| 144 | - 'code_info_bar' => [ | |
| 145 | - 'type' => 'bool', | |
| 146 | - 'label' => __('Enable Info Bar', 'wpide'), | |
| 147 | - 'desc' => __('When enabled, the editor will show the function reference sidebar for the selected autocomplete suggestion.', 'wpide'), | |
| 148 | - 'conditions'=> [ | |
| 149 | - [ | |
| 150 | - 'id'=> 'editor.code_completion', | |
| 151 | - 'value'=> true | |
| 152 | - ] | |
| 153 | - ], | |
| 154 | - 'default' => true | |
| 155 | - ], | |
| 156 | 138 | 'editable' => [ |
| 157 | 139 | 'type' => 'select', |
| 158 | 140 | 'multiple' => true, |
| 159 | 141 | 'label' => __('Editable files', 'wpide'), |