-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] adds getLanguages() for accessing the language map #6142
Comments
Comment by BigBlueHat My hope is to use this in my LangMan extension. |
Comment by redmunds
Next, take a look at the Switch language / syntax mode of current document pull request to make sure you're not duplicating any effort with your extension. I think that other change is more about changing language mode for single documents where you're thinking more about changing language mode for file extensions. |
Comment by peterflynn Hmm, exposing the full state of LanguageManager as a mutable object might be asking for trouble. |
Comment by peterflynn If your extension just needs the list of available languages -- and can do everything else via the existing Language APIs -- then it might be enough to just offer an API that returns |
Comment by redmunds Haven't heard back. Closing. |
Comment by BigBlueHat Oof.. For some reason I missed all the notifications about this until last night. 😦 Sorry about that.
So, no worries on including this commit in itself. The LangMan extension is meant to eventually offer a UI that lets one associate "random" file extensions with supported languages. I need to learn more about Brackets before I flesh it out. The I'll watch #6409 and try to get LangMan done following that. Thanks |
Comment by redmunds Re-opening. |
Issue by BigBlueHat
Wednesday Feb 05, 2014 at 19:21 GMT
Originally opened as adobe/brackets#6768
Mostly geared toward extensions that need to
know the current state of the language map
before they provide further features.
@
redmunds I blame you for this. 😉BigBlueHat included the following code: https://github.com/adobe/brackets/pull/6768/commits
The text was updated successfully, but these errors were encountered: