You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by jwagenleitner <gi...@git.apache.org> on 2015/10/18 21:42:53 UTC

[GitHub] incubator-groovy pull request: GROOVY-5380: Add Ctrl+L/Ctrl+B for ...

GitHub user jwagenleitner opened a pull request:

    https://github.com/apache/incubator-groovy/pull/145

    GROOVY-5380: Add Ctrl+L/Ctrl+B for line/block selection

    Implemented Ctrl+B (Select Block) to handle selecting a word, line and block.  If nothing is currently selected the action will select the next chunk unless at the end of the line then the previous chunk will be selected.  If there is already a partial selection on a line, then the entire line will be selected.  If an entire line or multiple lines are already selected then the block/paragraph will be selected.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwagenleitner/incubator-groovy GROOVY-5380

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-groovy/pull/145.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #145
    
----
commit 6df9081f564c7592e84f178841b17015addd63b4
Author: John Wagenleitner <jo...@gmail.com>
Date:   2015-10-12T21:52:29Z

    GROOVY-5380: Add Ctrl+L/Ctrl+B for line/block selection
    
    Implemented Ctrl+B (Select Block) to handle selecting a word, line and block.  If nothing is currently selected the action will select the next chunk unless at the end of the line then the previous chunk will be selected.  If there is already a partial selection on a line, then the entire line will be selected.  If an entire line or multiple lines are already selected then the block/paragraph will be selected.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-groovy pull request: GROOVY-5380: Add Ctrl+L/Ctrl+B for ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-groovy/pull/145


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---