You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the shortcut [Ctrl + /] for commenting 1 line of code in a *.cpp file, the lineComment is not working and the following message is displayed on the console: called LanguageManager._getLanguageForMode with a mode for which no language has been registered: clike
The exact same message appear when I try to use the blockComment.
Tested on Brackets Sprint 38 version expérimentale 0.38.0-12606 (release 4df8afdad) without any extensions
The text was updated successfully, but these errors were encountered:
Issue by antoniofagardo
Tuesday May 06, 2014 at 22:23 GMT
Originally opened as adobe/brackets#7764
When trying to use the shortcut
[Ctrl + /]
for commenting 1 line of code in a *.cpp file, thelineComment
is not working and the following message is displayed on the console:called LanguageManager._getLanguageForMode with a mode for which no language has been registered: clike
The exact same message appear when I try to use the
blockComment
.Tested on Brackets Sprint 38 version expérimentale 0.38.0-12606 (release 4df8afdad) without any extensions
The text was updated successfully, but these errors were encountered: