ropevim RopeFindOccurrences, how to go to search result
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
seenxu <ye.xu.... @gmail.com>
Date: Wed, 25 Apr 2012 07:56:00 -0700 (PDT)
Subject: ropevim RopeFindOccurrences, how to go to search result
Assume I opened a.py in a buffer, now I am searching for a function name xxx with RopeFindOccurrences, and I found two results, one in a.py and the other is in b.py, are there any keyboard shortcut so that I can fast switch to b.py, thx.
> Find Occurrences ...
> 87%%
> Find Occurrences ... > 92%%
> Find Occurrences ... > 97%%
> Find Occurrences ... > done
> /data/a.py:11: > -
> /data/b.py:80: > -
> (1 of 2): > -
> Press ENTER or type command to continue
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
seenxu <ye.xu.... @gmail.com>
Date: Wed, 25 Apr 2012 07:58:22 -0700 (PDT)
Local: Wed, Apr 25 2012 10:58 am
Subject: Re: ropevim RopeFindOccurrences, how to go to search result
sorry, I forget to mention, I am using rope-0.9.3, ropemode-0.1-rc2, ropevim-0.3-rc
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ali Gholami Rudi <aligr... @gmail.com>
Date: Wed, 25 Apr 2012 19:42:22 +0430
Local: Wed, Apr 25 2012 11:12 am
Subject: Re: ropevim RopeFindOccurrences, how to go to search result
Hi,
seenxu <ye.xu.
... @gmail.com> wrote:
> sorry, I forget to mention, I am using rope-0.9.3, ropemode-0.1-rc2,
> ropevim-0.3-rc
Ropevim uses vim quickfix (:help quickfix.txt). You can use :cn and
:cp commands to move between occurrences.
Ali
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ye Xu <ye.xu.... @gmail.com>
Date: Wed, 25 Apr 2012 17:21:05 +0200
Local: Wed, Apr 25 2012 11:21 am
Subject: Re: ropevim RopeFindOccurrences, how to go to search result
thx, problem solved. :)
On Wed, Apr 25, 2012 at 17:12, Ali Gholami Rudi <aligr... @gmail.com> wrote:
> Hi,
> seenxu <ye.xu.... @gmail.com> wrote: > > sorry, I forget to mention, I am using rope-0.9.3, ropemode-0.1-rc2, > > ropevim-0.3-rc
> Ropevim uses vim quickfix (:help quickfix.txt). You can use :cn and > :cp commands to move between occurrences.
> Ali
You must
Sign in before you can post messages.
You do not have the permission required to post.