Opened 18 years ago

Last modified 17 years ago

#853 confirmed New Feature

sourcecode view improvement — at Version 2

Reported by: jlindenbaum@… Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version:
Keywords: SF Cc: saul11@…

Description (last modified by Martin Kou)

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

Change History (2)

comment:1 Changed 18 years ago by Martin Kou

Cc: saul11@… added
Reporter: changed from Martin Kou to jlindenbaum@…
Type: BugNew Feature

Incorporated could be a system like http://www.cdolivet.net/index.php?page=editArea or http://codepress.org/index.php or only a higlight script http://www.howtocreate.co.uk/jslibs/script-syntax (permission needed of author)


Moved from SF. Original poster: saul11

comment:2 Changed 18 years ago by Martin Kou

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy