Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Is there a way to "tag back"?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aman Sawrup  
View profile  
 More options Feb 1, 4:39 pm
From: Aman Sawrup <asaw...@gmail.com>
Date: Wed, 1 Feb 2012 13:39:26 -0800 (PST)
Local: Wed, Feb 1 2012 4:39 pm
Subject: Is there a way to "tag back"?

I use :CSearch to bring me to the declaration of an item under the cursor.
 How do I get back the the previous location?  I'm looking for something
similar too "CTRL-T" with ctags.  Or something similar too "ALT-left-arrow"
In the Eclipse GUI.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Van Dewoestine  
View profile  
 More options Feb 1, 5:53 pm
From: Eric Van Dewoestine <ervan...@gmail.com>
Date: Wed, 1 Feb 2012 14:53:29 -0800
Local: Wed, Feb 1 2012 5:53 pm
Subject: Re: [eclim-user] Is there a way to "tag back"?
On 2012-02-01 13:39:26, Aman Sawrup wrote:

> I use :CSearch to bring me to the declaration of an item under the cursor.
>  How do I get back the the previous location?  I'm looking for something
> similar too "CTRL-T" with ctags.  Or something similar too "ALT-left-arrow"
> In the Eclipse GUI.

> Thanks.

Sounds like you want vim's Ctrl-O (:help CTRL-O)... does that do what
you want?

--
eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aman Sawrup  
View profile  
 More options Feb 1, 9:14 pm
From: Aman Sawrup <asaw...@gmail.com>
Date: Wed, 1 Feb 2012 18:14:29 -0800 (PST)
Local: Wed, Feb 1 2012 9:14 pm
Subject: Re: [eclim-user] Is there a way to "tag back"?

CTRL-O works great!  Thanks Eric.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aman Sawrup  
View profile  
 More options May 14, 12:49 pm
From: Aman Sawrup <asaw...@gmail.com>
Date: Mon, 14 May 2012 09:49:36 -0700 (PDT)
Local: Mon, May 14 2012 12:49 pm
Subject: Re: [eclim-user] Is there a way to "tag back"?

CTRL-O and CTRL-I previously worked well for me in 1.7.2.  However starting
in 1.7.3 and continuing in 1.7.4, when I use CSearch to search for an
element under the cursor, and it finds the element in the *current file*, the
jump position is not remembered.  Unfortunately, this means CTRL-O will *not
* jump back to the previous cursor position.

Of note, I have the following VIM global variables defined:
let g:EclimCSearchSingleResult = "edit"
let g:EclimLocateFileDefaultAction = "edit"
let g:EclimCHierarchyDefaultAction = "edit"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Van Dewoestine  
View profile  
 More options May 15, 10:06 am
From: Eric Van Dewoestine <ervan...@gmail.com>
Date: Tue, 15 May 2012 07:06:20 -0700
Local: Tues, May 15 2012 10:06 am
Subject: Re: [eclim-user] Is there a way to "tag back"?
On 2012-05-14 09:49:36, Aman Sawrup wrote:

> CTRL-O and CTRL-I previously worked well for me in 1.7.2.  However starting
> in 1.7.3 and continuing in 1.7.4, when I use CSearch to search for an
> element under the cursor, and it finds the element in the *current file*, the
> jump position is not remembered.  Unfortunately, this means CTRL-O will *not
> * jump back to the previous cursor position.

> Of note, I have the following VIM global variables defined:
> let g:EclimCSearchSingleResult = "edit"
> let g:EclimLocateFileDefaultAction = "edit"
> let g:EclimCHierarchyDefaultAction = "edit"

This apparently broke when eclim switched to using json for all
responses.  I just checked in a fix[1] for it.

[1] https://github.com/ervandew/eclim/commit/8cc757d961eff376c85bff4115c5...

--
eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aman Sawrup  
View profile  
 More options May 15, 11:36 am
From: Aman Sawrup <asaw...@gmail.com>
Date: Tue, 15 May 2012 08:36:52 -0700 (PDT)
Local: Tues, May 15 2012 11:36 am
Subject: Re: [eclim-user] Is there a way to "tag back"?

Thanks Eric!  I tried applying the changes manually
to ./eclim/autoload/eclim/lang.vim, however, doing so made CSearch not work
at all.

I've just checked out the master branch; will try re-building and
re-installing.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »