Opened 19 years ago
Last modified 18 years ago
#853 confirmed New Feature
sourcecode view improvement — at Initial Version
| Reported by: | Martin Kou | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Source View | Version: | |
| Keywords: | SF | Cc: | saul11@… |
Description
Hi,
I think personally it would be great if the source code view had wrap="off" to prevent line breaks where the source code actually continues and also the ceaseing of line breaking charactar striping so that you can indent source code and make new lines in the code without that disappearing on "OK".
Example. <script language="javascript" type="text/javascript"> alert('yay!'); </script> <?php echo "Hello again!"; ?>
--> Upon click becomes <script language="javascript" type="text/javascript"> alert('yay!'); </script> <?php echo "Hello again!"; ?>
That line breaker should be left intact?!
Thanks! Keep it up, love 2.2!
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1390185&group_id=75348&atid=543656
