NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Word Delimiters


Joined: 14 Jun 2006
Posts: 4
Reply with quote
I think the default word delimiters in phped suck, and is lacking behind most other editors... for example

Code:

<a href="main.php?id=blah_123">123 Jump Rope</a>


In PHPED If you place the cursor before main.php and word jump the rest of the line (control+right arrow key) you will get
--main.
--php?
--id=
--blah_123">
--Rope</

whereas in dreamweaver you will get the desired normal results
--main
--.
--php
--?
--id
--=
--blah_123


PHPED's version makes no sense... who would want to select 'Rope</' ?
View user's profileFind all posts by jblowSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
I see no problems because Ctrl+Right Arrow moves cursor to the next word on the right and Ctrl+Shift+Right Arrow selects text under cursor while moving. I can point you to many other editors that behaves exactly the same.
I'm not trying to tell that it's useful or not. It's just standartized many years ago when there was no weavers like dream.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 14 Jun 2006
Posts: 4
Reply with quote
Correct CTRL+Right and CTRL+SHIFT+Right are supposed to move/select the entire word... but Rope</ is not a word. Neither is id= or blah_123"> ... in this case I see the feature as useless

Can you show me other GOOD text-editors that have this
View user's profileFind all posts by jblowSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8344
Reply with quote
Correcly or incorrectly, CTRL+Right moves cursor to the next word. In case of Rope</ cursor was moved to the "a" in the closing </a> tag. That's how it is implemented. And I agreed, this function can/should be improved.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Word Delimiters
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic