Hi every body.
I would like to know if i use a textarea, i could use it as code editor.
For example:
do you think it's possible or is there a best way to do it?
Thanks in advance for your help
Franck.
I would like to know if i use a textarea, i could use it as code editor.
For example:
I would like to be able to read and add a code from the current cursor position and keeping the code formated as well.
My new code could include some [tab] = chr(7) or \t and i would not like to start from the margin
HTML:
<div class="container">
(insert a new code here)
(return here avec new line).
</div>
do you think it's possible or is there a best way to do it?
Thanks in advance for your help
Franck.