Syntax highlighting in BUEditor ?
djs_core - August 28, 2009 - 15:43
| Project: | BUEditor |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Description
Hi.
Is possible used in BUEditor for better clarity syntax highlighting? If yes, how?
Thanks.

#1
Unfortunately, not possible.
#3
Ok. Thanks for the info ;) I have one more question:
Is there any way to add a texarea parameter -> wrap = "off" (to turn off the automatic line break) ?
#4
you may try white-space property of CSS
#TEXTAREA-ID {
white-space: nowrap;
}
#5
So it does not work :( (see attachment)
#6
then try overflow: scroll;
#7
Nothing :(
#8
sorry, can't help.
#9
I found this syntax highlighter: http://marijn.haverbeke.nl/codemirror/
Here is XML/HTML example: http://marijn.haverbeke.nl/codemirror/htmltest.html
Would be possible to implement this syntax highlighter into BuEditor ?
#10
Those are nice syntax highlighters but integrating them into BUE requires a rewrite of all editor methods. It might be done by implementing a integration layer. The result could look nice but be slower for no doubt.