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 2019/02/07 15:49:00 UTC

[jira] [Commented] (NETBEANS-173) Make select next element in PHP editor consistent to other editors

    [ https://issues.apache.org/jira/browse/NETBEANS-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16762787#comment-16762787 ] 

Christian Lenz commented on NETBEANS-173:
-----------------------------------------

Here you can see another result (From the newest VS Code version 1.31.0), how it should behave: https://code.visualstudio.com/updates/v1_31#_smart-selections (It shows JS)

> Make select next element in PHP editor consistent to other editors
> ------------------------------------------------------------------
>
>                 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
>            Priority: Major
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists