-
Notifications
You must be signed in to change notification settings - Fork 11
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
Future Enhancements #1
Comments
yes, i wouldn't mind. i also realize there have been some recent changes in jscs that some rules aren't working eg spaces between parenthesis. @gero3, which is your latest working copy right now? |
A local version for the moment but the one I linked to shouldn't be far behind. It still has a problem with whitespacing tough. I'll see if I can make a version today. A small suggestion would to also have diff library then, to actually highlight the proposed changes. For systax highlighting, I wouldn't use anything fancy, Prettify should be good enough, I think. |
Diffing sounds like a good idea. I'll take a look at prettify but I was |
Dropping source files already works in codemirror. |
@gero3 nice observation! it relatively easy for me to add a "click to browse" button too though. |
Happy new year all! I'm actually pretty satisfied with where things are right now - given this was started 3 days ago, we already have 14 PRs merged, thanks largely to the efforts of @gero3 (and probably this "PR-driven-development"). There are only a couple more checkboxes here to strike off, and I think we should stamp a v1.0 for the new year and probably move on to do other greater stuff. Just before we do that, there's just a couple more things
i'll work on 1,2,4 and we should soon be able to give ourselves a pat on the back and call it a day (until #22). 😀 |
thanks... and oops i think i mean't 1, 3, 4 just now. also one more thing which we should do is run code-formatter on our code to clean them out :) |
Closing with blog post and release 1.0 :) |
Expanding from commit message 09925d9 here are a couple ideas to improve this tool:
release 1.0 !!!
highlight errorsAce Editor / Orion /Code Mirror) Codemirror Integration #7list errors in an error list (IDE style)lint messages in gutter Initial Codemirror lint markers jscs integration #11use npm or jspm to include jscs bundlesuse bower / webpack if necessary. Auto-formatter Hangs #30Feel free to make suggestions or PRs :D
The text was updated successfully, but these errors were encountered: