PluginProbe
WPIDE – File Manager & Code Editor / 3.5.5
WPIDE – File Manager & Code Editor v3.5.5
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | _configuration.php +0 -18 3.5.93.5.5 View file →
@@ -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'),