Code Monkey home page Code Monkey logo

Comments (4)

leoliu avatar leoliu commented on May 27, 2024

Hi lbsx,

I think this is a good idea. Could you see if ggtags-find-tag-resume partially help with this history navigation? I'll see what best to do here.

Leo

from ggtags.

binshengliu avatar binshengliu commented on May 27, 2024

I think ggtags-find-tag-resume and history navigation are different things. History navigation needs a different data structure other than a stack to store the jump history.

For example, I press M-. on foo1, then on foo2, then on foo3, and history navigation provides the ability to jump back to foo2 and foo1, then from foo1, jump forward again to foo2 and then foo3.

Here is the document of Source Insight on "Go Back" and "Go Forward". They are almost the same as a web browser provides.
http://www.sourceinsight.com/docs35/af915700.htm

from ggtags.

leoliu avatar leoliu commented on May 27, 2024

I think the history back/forward can share the same data structure with the push/pop tag stack. The stack is implemented as a ring anyway. I'll find a way to do this.

from ggtags.

leoliu avatar leoliu commented on May 27, 2024

Sorry for taking so long to get to this bug. I think I have something roughly implemented. By default, C-c n and C-c p does history navigation without destroying markers. Could you test it and post comments here? Thank you. -- Leo

from ggtags.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.