On Thursday, July 18, 2019 at 2:09:40 AM UTC-7, Fekete Zoltán wrote: > > > Hi There, > > In web2py the built-in editor is awesome in general. > However I have an issue with that. Here's how to reproduce: > > 1. Open at least 2 files for editing. > 2. Take the first one on the far left, and scroll down close to the bottom > of the file. > 3. Write code or comment, then save it. > 4. Select the other file to be active. > 5. Scroll down a bit (~1 page). > 6. Write something, then save. > 7. Select the first one again. > > Now the first one is* scrolled away from the place where you have edited > last time*. > > Have you experienced this? Could you solve somehow? > > I don't have a solution, but it's normal behavior. I think the editor window only keeps track of the position in the current file (subtab, as it were). When you return to the first file, it has to reset the position tracker.
I don't know if this is merely a web2py limitation or a limitation of the editor itself. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/49f7b65b-0300-4af3-8ab8-a614a5c685db%40googlegroups.com.

