Hi, Are you talking about some IDE?
In many IDEs you have something like Outline (Eclipse + PyDev) or Navigator (NetBeans + Python plugin) which displays classes, functions, often with variables in them. By doubleclicking on some name (let's say, class Client) you can quickly go to its definition in file. It's pretty useful when file is long. Another way of copeing with the problem you mentioned is bookmarks mechanism I saw in some IDE (or just editor, now I can't remember). It's just like putting breakpoint on some line, but instead of breakpoint you put bookmark which you can quickly go to. Regards, Piotr. PS If I misunderstood you, please, expound. Dnia poniedziałek 06 lipca 2009 o 16:32:03 Fauché JM napisał(a): > Hello, > when you have hundreds lines of code and you are working on one > function ,when testing (index) and comming back to code, you have to > scroll to ...the last place you were working on ! (so loosing few > precious time). > I know you can find a line or word in text editor but you have to > enter a word or a name ..(precious time...) > So whe can imagine in editor a locking/unlocking button witch permit > to comme back where you are in text after testing , or directly in " > standart " it come back to the last position. > > Jean-Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

