Kenrick Rilee

Results 9 comments of Kenrick Rilee

```javascript diff --git a/src/components/Editor.jsx b/src/components/Editor.jsx index 944f6bf..fc6c67e 100644 --- a/src/components/Editor.jsx +++ b/src/components/Editor.jsx @@ -1,21 +1,51 @@ import React from 'react'; import PropTypes from 'prop-types'; -import ACE from 'brace'; import bindAll...

In general, I'm not sure where to put the code related to this change! I'm open to suggestions to match the general organization style of `popcode`.

Ok, I think this might be fixed. Could you pull and double check?

Cool, I'll check this out this weekend. I'm a little bit swamped until then :P

Hey! Sorry this took forever for me to get around to this. With the most recent version of the library, I tried importing your project. I added a non-sense key...

Sorry, I've been swamped at work. I might be able to get around to this in about a week and a half.

CDestroyer, are you importing both the example project and the library project? You need to import both of those, and then check the project properties to make sure none of...

You should be able to implement that using PaneSizer. ``` public static final int PANE_MENU = 0; public static final int PANE_DEFAULT = 1; private class CustomPaneSizer implements PaneSizer {...