Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Duplicate entries for Scala language - warnings at startup #4562

Closed
peterflynn opened this issue Jul 24, 2013 · 5 comments
Closed

Duplicate entries for Scala language - warnings at startup #4562

peterflynn opened this issue Jul 24, 2013 · 5 comments

Comments

@peterflynn
Copy link
Member

  1. Launch Brackets
  2. Look in console

Warning is printed:
CodeMirror mode "text/x-scala" is already used by language Scala, won't register for SBT

I think this means that Editor.getLanguageForSelection() won't work properly for the latter file type.

It seems like we should just combine Scala & SBT entries. (Oddly, they were both added in the same commit originally -- f03b4b6).

@njx
Copy link
Contributor

njx commented Jul 24, 2013

My fault. I didn't fully understand how this worked when I did the review.

@ghost ghost assigned njx Jul 24, 2013
@njx
Copy link
Contributor

njx commented Jul 24, 2013

Nominating for sprint 29 since it creates console spam.

njx added a commit that referenced this issue Jul 30, 2013
@WebsiteDeveloper
Copy link
Contributor

@peterflynn the fix for this seems to have landed.

@ghost ghost assigned peterflynn Jul 31, 2013
@njx
Copy link
Contributor

njx commented Jul 31, 2013

Sorry, forgot to FBNC this back to @peterflynn when I merged @lkcampbell's pull. Thanks for catching that @WebsiteDeveloper.

@peterflynn
Copy link
Member Author

Confirmed fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants