I cannot find the option, if there is one, that makes it so that when you click on a line, past the last thing on that line, that it will go to the end of the line instead of wherever you click. It gets annonying because you go to add something after some element at the end of the line and end up adding 30 spaces!
Also I have never seen this outside of TextPad, but in HTMLPad is there a way to get the text to wrap to where the tab is. Example I have an element, td, indented three tabs, is there a way that to get the text in that element to wrap to the tabs, that way it is easy to see that that text belongs to that element.
thanks! Really enjoying the product.
Mouse click wherever instead of the end of the line
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
The first answer works perfectly. Let me rephrase the second by showinf what I mean
<pre>
<table>
<tr>
<td>
Here is a really long line. so long it should wrap but
when it does it starts at the beginning of the next line ignoring
the indentation. Is there a way to get the next line
to start here, so that it follows the indentation of where the
line started the word "Here"
</td>
</tr>
</table>
</pre>
I hope this illustration makes more sense. If it doesnt I will try again.
<pre>
<table>
<tr>
<td>
Here is a really long line. so long it should wrap but
when it does it starts at the beginning of the next line ignoring
the indentation. Is there a way to get the next line
to start here, so that it follows the indentation of where the
line started the word "Here"
</td>
</tr>
</table>
</pre>
I hope this illustration makes more sense. If it doesnt I will try again.
Mouse click wherever instead of the end of the line
purewaveform -
I've seen the behavior you describe in nearly every product I've used (except MS Word). Have you seen this behave the way you want in any html editor?
Thanks!
I've seen the behavior you describe in nearly every product I've used (except MS Word). Have you seen this behave the way you want in any html editor?
Thanks!
- hazy