Skip to content
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

Install CodeMirror plugin for page editing #631

Closed
DmitriyKartashov opened this issue Feb 13, 2015 · 3 comments
Closed

Install CodeMirror plugin for page editing #631

DmitriyKartashov opened this issue Feb 13, 2015 · 3 comments
Milestone

Comments

@DmitriyKartashov
Copy link
Contributor

http://codemirror.net/ - jQuery plugin for highlighting text in textarea.
It provides a lot of features such as code folding, bracked matching , multiline editing and so on.
Example of the plugin work can be found here: http://runnable.com/UmGTLn0iIYljAAEu/codemirror-example-change-theme

@amolenaar
Copy link
Collaborator

You want to use this as a replacement for the plain text area? Sounds like a plan, but a custom syntax is needed I suppose(?)

@DmitriyKartashov
Copy link
Contributor Author

Yes, replacement for the plain text area.
You're right. The custom syntax is a part of installation process. Actually the main one.
If you don't mind later I'll discribe which features of FitNesse will be supported in the text editor. I'm only started to work with it.
Btw.
This IDEA plugin will be used as an example of code highlighting: https://plugins.jetbrains.com/plugin/1143
And code folding will be provided for collapsible blocks in the first version as well.

amolenaar added a commit that referenced this issue Jun 9, 2015
Install CodeMirror plugin for page editing #631
@amolenaar amolenaar added this to the Next release milestone Jun 15, 2015
@amolenaar
Copy link
Collaborator

merged

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

No branches or pull requests

2 participants