Skip to content

Uppercase effect, add Config, newtype TextMode #10

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

Merged
merged 1 commit into from
May 27, 2015
Merged

Uppercase effect, add Config, newtype TextMode #10

merged 1 commit into from
May 27, 2015

Conversation

garyb
Copy link
Member

@garyb garyb commented May 27, 2015

Resolves #8, resolves #9.

The addition of the Config module is necessary to use Ace as a local resource in slamdata, so we can set the basePath to pull in mode and theme from the right place.

function setImpl(key, value) {
return function() {
console.log(ace.config.set, key, value);
console.log(ace.config.set(key, value));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to delete

@garyb
Copy link
Member Author

garyb commented May 27, 2015

Oops! Thanks, fixed.

@jdegoes
Copy link
Contributor

jdegoes commented May 27, 2015

👍 Be sure to cut a new release!

jdegoes added a commit that referenced this pull request May 27, 2015
Uppercase effect, add Config, newtype TextMode
@jdegoes jdegoes merged commit 2c6f627 into master May 27, 2015
@jdegoes jdegoes deleted the updates branch May 27, 2015 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make TextMode a newtype of String Uppercase effect types
3 participants