Text selection improvement.
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Text selection improvement.
It would be nice if you could click in the right margin for a single line that the editor would select all the text on that line without having to drag the cursor down a line.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
I'd like a way to select a whole line without it selecting the invisible return character. at least that what I think it's doing when using the gutter method.
When you use the gutter to select a whole line like the above and try to wrap the text in a tag via shortcut, the ending tag inserts itself on the next line. I think MS Office does what I'm looking for by triple clicking in the line of text itself. If this isn't making sense, try using the gutter method to select a line and do Insert>hyperlink. the ending a tag is inserted on a new line.
When you use the gutter to select a whole line like the above and try to wrap the text in a tag via shortcut, the ending tag inserts itself on the next line. I think MS Office does what I'm looking for by triple clicking in the line of text itself. If this isn't making sense, try using the gutter method to select a line and do Insert>hyperlink. the ending a tag is inserted on a new line.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
I have another select request. more sort of standard selecting method.
If you click some where and hold the shift key and then click somewhere else, several lines down, webuilder will select everything in between. normal behavior. If you then continue to hold shift and click a little further down the document, it will start a new selecting from where you clicked the second time. abnormal behavior!
I dunno about everyone else but this is weird to me. In most other programs (any type of program really), shift continues to add to your selection.
Anyway to change this to standard functionality?
Thanks you!
Will
If you click some where and hold the shift key and then click somewhere else, several lines down, webuilder will select everything in between. normal behavior. If you then continue to hold shift and click a little further down the document, it will start a new selecting from where you clicked the second time. abnormal behavior!
I dunno about everyone else but this is weird to me. In most other programs (any type of program really), shift continues to add to your selection.
Anyway to change this to standard functionality?
Thanks you!
Will
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
great! Any chance on the triple-click (or something else?) to select just the content of the line, not the whole line?
I'll just give an example of when I normally need this and maybe some one will have a suggestion for how to get around it.
If I'm building a site for a client and they send me 30 word docs of info, I generally copy and paste the entire word file into the content area of the template I've built for them. I then wrap the content in relavent chunks - h2, h3, p, ul, li... (thank god for snippets). Currently it's drag-select each chunk+shortcut to wrap snippet. It's far from a big deal but, ya know, after 30 docs with 15 paragraphs and lists each, anything to make it quicker and more exact.
There are other times, like when you want to comment a css line but not have the trailing */ end up on the next line. makes my code ugly and that sorta thing matters to me. I know, get over it.
Thanks for reading,
Will
I'll just give an example of when I normally need this and maybe some one will have a suggestion for how to get around it.
If I'm building a site for a client and they send me 30 word docs of info, I generally copy and paste the entire word file into the content area of the template I've built for them. I then wrap the content in relavent chunks - h2, h3, p, ul, li... (thank god for snippets). Currently it's drag-select each chunk+shortcut to wrap snippet. It's far from a big deal but, ya know, after 30 docs with 15 paragraphs and lists each, anything to make it quicker and more exact.
There are other times, like when you want to comment a css line but not have the trailing */ end up on the next line. makes my code ugly and that sorta thing matters to me. I know, get over it.
Thanks for reading,
Will