-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue by MarcelGerber
Thursday May 21, 2015 at 18:52 GMT
Originally opened as adobe/brackets#11150
Now that we use CodeMirror 5, it's a little misleading our submodule is still called CodeMirror2. Thus, in this PR, I've renamed it to CodeMirror.
There are some things to keep in mind, though:
- While most extensions will still work through our require mapping, other ways to access
CodeMirror2(FileSystem, node) won't work. Look out for those. - We probably cannot utilize deprecation warnings.
- See if any extension accesses
CodeMirror2through anything else than arequire(FileSystem, node, ...) - See if we can fire deprecation warnings
- See if it makes sense to rename our adobe/CodeMirror2 repo as well
MarcelGerber included the following code: https://github.com/adobe/brackets/pull/11150/commits
Metadata
Metadata
Assignees
Labels
No labels