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

Add CodeMirror simple-mode addon #11280

Merged
merged 1 commit into from
Jun 19, 2015

Conversation

sprintr
Copy link
Contributor

@sprintr sprintr commented Jun 15, 2015

Allows extension developers to use CodeMirror's simple mode addon. Fixes #11267 and #10501

@mackenza
Copy link
Contributor

@sprintr have you tried adding a simple mode as a new language in Brackets with this?

@sprintr
Copy link
Contributor Author

sprintr commented Jun 15, 2015

@mackenza Yes, I added CodeMirror's handlebars mode as a language to brackets. It worked fine when I tested it against some handlebars strings.

@marcelgerber
Copy link
Contributor

This looks good. All unit and integration tests passed.

Merging. Thanks for this awesome contribution!

marcelgerber added a commit that referenced this pull request Jun 19, 2015
@marcelgerber marcelgerber merged commit 7793f40 into adobe:master Jun 19, 2015
@marcelgerber marcelgerber added this to the Release 1.4 milestone Jun 19, 2015
@sprintr sprintr deleted the cm-simplemode-addon branch June 19, 2015 18:42
@marcelgerber
Copy link
Contributor

@foice
Copy link

foice commented Aug 7, 2015

Great, your edit of the Language-Support page is already a first step, but to me it still sounds greek.

"To use your custom CodeMirror mode, load it using require(), register it with CodeMirror using CodeMirror.defineMode(), then call LanguageManager.defineLanguage() as above."

maybe it says it all, but only if you know the lingo ... :P

Would it be possible to have a more step by step help page to add a new language from scratch?

At this point such a feature might be a great thing that bracket does, so it is probably worth explaining to the people :)

Thanks a lot
Roberto

@marcelgerber
Copy link
Contributor

@foice Tracked as issue #11573.
Please head over there for any further suggestions

@sprintr
Copy link
Contributor Author

sprintr commented Aug 10, 2015

I have answered about @foice's issue in the brackets-dev group.

@marcelgerber We can add a couple of examples of using defineMode and defineSimpleMode to the language support wiki page.

@foice
Copy link

foice commented Aug 10, 2015

Yes I am looking now at Amin Ullah Khan main.js. It looks promising and will give it a try tomorrow.
Thanks to Amin Ullah Khan for sharing and to all of your for the support.

@foice
Copy link

foice commented Aug 11, 2015

The example provided was very helpful. I think I have gone already a good way in coloring my code :)
Will think about extended features and maybe come back if I do not find documentation.
Cheers

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

Successfully merging this pull request may close these issues.

4 participants