You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2017/11/27 15:05:00 UTC

[jira] [Created] (NETBEANS-173) Make select next element in PHP editor consistent

Christian Lenz created NETBEANS-173:
---------------------------------------

             Summary: Make select next element in PHP editor consistent
                 Key: NETBEANS-173
                 URL: https://issues.apache.org/jira/browse/NETBEANS-173
             Project: NetBeans
          Issue Type: Sub-task
          Components: php - Editor
    Affects Versions: Next
            Reporter: Christian Lenz


Atm, when you do the select next element action inside a string, it will ignore everything inside the string, no whole word, no being aware of spaces or other characters like /\-_.;, it will select the whole string WITH quotes, which is a complete different behaviour than in java.

"test tests tests" -> cursor inside of the second tests word -> hit the action -> tests should be selected -> hit action again -> whole string should be selected w/o quotes -> hit it again -> whole string should be selected w/ quotes -> hit action again -> do it further for next block/word w/o brackets w/ brackets etc. As described in the other sub tasks.

I will add little screen captures soon too.


Cheers

Chris



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)