Skip to content

[CLOSED] Rename CodeMirror2 folder to CodeMirror #9755

@core-ai-bot

Description

@core-ai-bot

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 CodeMirror2 through anything else than a require (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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions