User tests: Successful: Unsuccessful:
Improvement to editor mode autoselection.
Should now find the correct mode whether the option is set to a mode's name, mime-type, or extension.
Setting the mode is also improved, especially for php mode.
Use codemirror. Open as many document types as possible.
Especially try testing PHP documents before and after applying the patch.
Mode should be selected correctly so that syntax highlighting and other mode-specific features should work normally.
Before this change there is a problem with PHP documents. If they contain HTML sections, it will not be highlighted properly and features such as tag autoclosing will not work.
After this change, all is well.
Nope.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
can this PR be tested as Appveyor failes?
@franz-wohlkoenig Yes, you can ignore the Appveyor failure. It only failed because it timed out. Whatever reason it timed out surely has nothing to do with this PR.
@okonomiyaki3000 can you give please an Example of " PHP documents contain HTML sections" to test?
For example: templates/protostar/index.php
I have tested this item
Yep, that's what I'm talking about.
@okonomiyaki3000 i showed Screenshots cause Tester maybe don't know how it should look.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Ready to Commit after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-18 02:48:59 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
Appveyor failed because it took too long. It is not a problem with this change.