Better behavior on Ctrl+Cursor

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
netspy
Posts: 11
Joined: Wed Jul 05, 2006 11:17 pm
Location: Germany

Better behavior on Ctrl+Cursor

Post by netspy »

I navigate often with Ctrl + Cursor Left / Right through the tag in a HTML file. But the behavior in WeBuilder is not so good. E.g:

Code: Select all

<|p>|Test <|span>|Test</|span></|p>
I start from left and press Ctrl+Left Cursor. The "|" marks the cursor.

In TopStyle Pro the behavior is better but not perfect:

Code: Select all

<p>|Test |<span>|Test</|span>|</|p>
I wish this behavior:

Code: Select all

<p>|Test |<span>|Test|</span>|</p>
Hope you can add this in future.
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Post by notuo »

Me too :D
TĆke
Posts: 4
Joined: Mon Jul 31, 2006 11:13 am
Location: Norway
Contact:

Timesaver

Post by TĆke »

That could be really timesaving considering how much the ctrl + left/right function is used.. A good request :)
myitguy
Posts: 20
Joined: Sat Jul 22, 2006 7:51 pm
Location: Kitchener, Ontario, Canada
Contact:

Post by myitguy »

Just wanted to add my vote to this! I think this would be a great/useful change.
Adam Smith
Web Developer & Computer Systems Specialist
My IT Guy
jahwz
Posts: 13
Joined: Thu Aug 03, 2006 5:02 pm

Post by jahwz »

Ok, I tend to agree somewhat, but would NOT like to loose the cursor stops on the attributes/values inside indivual tags. Currently:

Code: Select all

<|p |class="|test"> |Test<|span |id="|cssid">|Test</|span></|p>
Don't get me wrong, the times I do want to select an entire tag or insert text between an opening/closing tag set without grabbing the mouse, not having the cursor stop on the outside can become annoying.

If changes are made, how about better Ctrl+Shift+Cursor behavior on closing tags (should this be made as a separate request?). This is something I see in just about every app out there, maybe I am missing something...

Currently (| = Starting cursor position, what is highlighted on Ctrl+Shift+Right Cursor)
...Test|</span></p>

Would be better as
...Test|</span></p>

Same goes for moving backwards (Ctrl+Shift+Left Cursor) across opening tags:

Currently
<p><span>|Test...

Why not...
<p><span>|Test

Moving forward (Ctrl+Shift+Right Cursor) across opening tags has the same behavior:

|<p><span> Test
peep
Posts: 25
Joined: Thu Feb 15, 2007 10:20 am

Post by peep »

I agree. Cursor movement is not correct now.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

This is a tricky one. Usually when we change things like this, a bunch of regular users get annoyed. Can there be a way we all agree on? I checked Visual Studio, topStyle and many other editors, they all work differently. What do you think is the best behavior?
Karlis Blumentals
Blumentals Software
www.blumentals.net
netspy
Posts: 11
Joined: Wed Jul 05, 2006 11:17 pm
Location: Germany

Post by netspy »

IMO is this the best behavior:

Code: Select all

|<p |lang="|de">|Test |<span>|Test</|span>|</|p>
parcley
Posts: 37
Joined: Wed Feb 28, 2007 8:39 am

Post by parcley »

i'm with net spy - maybe have a preference dialog for "old caret behavior" and "new caret behavior"
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

how about ctrl+arrow = text based jumping and ctrl+alt+arrow=tag based jumping?
Post Reply