Discussion:
Is there any GoBack-GoForward macro?
Jenô Balaskó
2009-01-06 14:20:21 UTC
Permalink
Hi,

Is there any GoBack-GoForward macro in nedit, like in any browser( <-, ->) or I should do it myself?
Something rings a bell that once I read a discussion about it. Could You help me (or/and) give me a hint how to find it in the discussion archives?
Thanks in advance.

Best regards
Jeno Attila Balasko
Software Engineer
ETH/RZD

Ericsson Hungary Ltd.
Research an Development
Test Competence Center
Address: H-1117 Budapest, Irínyi József u. 4-20.

ECN: 831-7760
Public: + 36 (1) 437-7760
Mobile: + 36 (30) 326 8320
Fax: + 36 (1) 437-7576
E-Mail: jeno.balasko-IzeFyvvaP7pWk0Htik3J/***@public.gmane.org
Postal Address: H-1300, Budapest 3, P.O.Box:107, Hungary
Ericsson Magyarország Kft., Székhely: Budapest, Laborc u.1. Nyilvántartó cégbíróság: Fővárosi Bíróság. Cégjegyzékszám: 01-09-070937

This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you believe this message has been sent to you in error, please notify the sender by replying to this transmission and delete the message without disclosing it. Thank you.

E-mail including attachments is susceptible to data corruption, interception, unauthorized amendment, tampering and viruses, and we only send and receive emails on the basis that we are not liable for any such corruption, interception, amendment, tampering or viruses or any consequences thereof.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2009-01-07 21:48:28 UTC
Permalink
Post by Jenô Balaskó
Hi,
Is there any GoBack-GoForward macro in nedit, like in any browser( <-, ->)
or I should do it myself?
Something rings a bell that once I read a discussion about it. Could You
help me (or/and) give me a hint how to find it in the discussion archives?
Thanks in advance.
Best regards
Jeno Attila Balasko
Software Engineer
ETH/RZD
If you are talking about jumping to functions using (c)tags functionality, TK
Soh did a patch for this, then wrote a set of macros to do the same thing.
The "tagstack" patch and the macro alternative are both here:
http://sourceforge.net/tracker/?func=detail&aid=588380&group_id=11005&atid=311005

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Jenô Balaskó
2009-01-08 12:44:38 UTC
Permalink
-----Original Message-----
From: discuss-bounces-***@public.gmane.org [mailto:discuss-bounces-***@public.gmane.org] On Behalf Of Tony Balinski
Sent: Wednesday, January 07, 2009 10:48 PM
To: General NEdit discussion list
Subject: Re: Is there any GoBack-GoForward macro?
Post by Jenô Balaskó
Hi,
Is there any GoBack-GoForward macro in nedit, like in any browser( <-,
->) or I should do it myself?
Something rings a bell that once I read a discussion about it. Could
You help me (or/and) give me a hint how to find it in the discussion archives?
Thanks in advance.
Best regards
Jeno Attila Balasko
Software Engineer
ETH/RZD
If you are talking about jumping to functions using (c)tags functionality, TK Soh did a patch for this, then wrote a set of macros to do the same thing.
The "tagstack" patch and the macro alternative are both here:
http://sourceforge.net/tracker/?func=detail&aid=588380&group_id=11005&atid=311005

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org http://www.nedit.org/mailman/listinfo/discuss

Hi Tony,

Yes I searched exactly this functionality.

Thanks for the quick answer. I've tried the freshest macro version (tagstack-v1_0.menu macro v1.0: a macro implementation of tagstack).
It works fine, except that Ctrl-], Shft-Ctrl-] cannot be modified for Ctrl-D, Shift-Ctrl-D.

Is there any experience, how long can be the stack?

Best regards
Attila
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2009-01-08 22:16:17 UTC
Permalink
Post by Jenô Balaskó
Post by Tony Balinski
If you are talking about jumping to functions using (c)tags functionality,
TK Soh did a patch for this, then wrote a set of macros to do the same
thing.
http://sourceforge.net/tracker/?func=detail&aid=588380&group_id=11005&atid=311005
Post by Jenô Balaskó
Post by Tony Balinski
Tony
Hi Tony,
Yes I searched exactly this functionality.
Thanks for the quick answer. I've tried the freshest macro version
(tagstack-v1_0.menu macro v1.0: a macro implementation of tagstack).
It works fine, except that Ctrl-], Shft-Ctrl-] cannot be modified for Ctrl-D, Shift-Ctrl-D.
Let me guess: non-US keyboard?
Post by Jenô Balaskó
Is there any experience, how long can be the stack?
No idea. I haven't checked, but it'll be limited by the number of marks
available per document (36, one per latin letter and one per digit). I can't
remember the implementation details though, so it may be less. The digits are
only available to macros IIRC; maybe he limits the tagstack to them, so 10
positions per document.

Maybe his C patch has indefinite storage, but again I don't remember. You'd
have to read the code.

Tony
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Jenô Balaskó
2009-01-09 09:24:34 UTC
Permalink
Hi Tony,
Post by Jenô Balaskó
-----Original Message-----
Sent: Thursday, January 08, 2009 11:16 PM
To: General NEdit discussion list
Subject: RE: Is there any GoBack-GoForward macro?
Post by Jenô Balaskó
Post by Tony Balinski
If you are talking about jumping to functions using (c)tags
functionality, TK Soh did a patch for this, then wrote a set of
macros to do the same thing.
http://sourceforge.net/tracker/?func=detail&aid=588380&group_i
d=11005&atid=311005
Post by Jenô Balaskó
Post by Jenô Balaskó
Post by Tony Balinski
Tony
Hi Tony,
Yes I searched exactly this functionality.
Thanks for the quick answer. I've tried the freshest macro version
(tagstack-v1_0.menu macro v1.0: a macro implementation of tagstack).
It works fine, except that Ctrl-], Shft-Ctrl-] cannot be
modified for
Post by Jenô Balaskó
Ctrl-D, Shift-Ctrl-D.
Let me guess: non-US keyboard?
It is a US keyboard.
I can change the hotkeys for Ctrl-D, Shift-Ctrl-D but in that case it has ctags file handling problems, it behaves if there wasn't read in any ctags file, although it was.
Anyway, the Ctrl-] solution is sustainable although inconvinient change our habit/reflex.
Post by Jenô Balaskó
Post by Jenô Balaskó
Is there any experience, how long can be the stack?
No idea. I haven't checked, but it'll be limited by the
number of marks available per document (36, one per latin
letter and one per digit). I can't remember the
implementation details though, so it may be less. The digits
are only available to macros IIRC; maybe he limits the
tagstack to them, so 10 positions per document.
I will check it and I will be send feedback for the nedit community.
Post by Jenô Balaskó
Maybe his C patch has indefinite storage, but again I don't
remember. You'd have to read the code.
Tony
--
http://www.nedit.org/mailman/listinfo/discuss
Thanks
Attila

Jeno Attila Balasko
Software Engineer
ETH/RZD

Ericsson Hungary Ltd.
Research an Development
Test Competence Center
Address: H-1117 Budapest, Irínyi József u. 4-20.

ECN: 831-7760
Public: + 36 (1) 437-7760
Mobile: + 36 (30) 326 8320
Fax: + 36 (1) 437-7576
E-Mail: jeno.balasko-IzeFyvvaP7pWk0Htik3J/***@public.gmane.org
Postal Address: H-1300, Budapest 3, P.O.Box:107, Hungary
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Loading...