PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← All changes | php/Utils/editor.php +1 -1 3.10.24.0.0-beta.2 View file →
@@ -43,9 +43,9 @@
43 43 'Alt-Up' => 'swapLineUp',
44 44 'Alt-Down' => 'swapLineDown',
45 45 ],
46 46 'gutters' => [ 'CodeMirror-lint-markers', 'CodeMirror-foldgutter' ],
47 - 'lint' => 'css' === $type || 'php' === $type,
47 + 'lint' => 'php' === $type,
48 48 'direction' => 'ltr',
49 49 'colorpicker' => [ 'mode' => 'edit' ],
50 50 'foldOptions' => [ 'widget' => '...' ],
51 51 ];