It would be nice to have an "intelligent wordwrap" option that changes the default wordwrap behaviour as follows:
Current behaviour:
{tab}{tab}Very long line Very long line
Very long line continued
Intelligent behaviour:
{tab}{tab}Very long line Very long line
Very long line continued
This would keep the indent structur of code consistent and readable without the need for scrolling.
Normal wordwrap just does not look good on indented text.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is my only complaint about Notepad++. Because Textpad doesn't support custom syntax highlighting, I switched to Notepad++. But I really miss this particular aspect of Textpad that was explained in the previous message. Any chance we'll see it implemented in the next version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be nice to have an "intelligent wordwrap" option that changes the default wordwrap behaviour as follows:
Current behaviour:
{tab}{tab}Very long line Very long line
Very long line continued
Intelligent behaviour:
{tab}{tab}Very long line Very long line
Very long line continued
This would keep the indent structur of code consistent and readable without the need for scrolling.
Normal wordwrap just does not look good on indented text.
The Forum removed the leading spaces from my second example.
Intelligent behaviour:
{tab}{tab}Very long line Very long line
{--space-}Very long line continued
This is my only complaint about Notepad++. Because Textpad doesn't support custom syntax highlighting, I switched to Notepad++. But I really miss this particular aspect of Textpad that was explained in the previous message. Any chance we'll see it implemented in the next version?