Forum Archive

Feature: Preserve editor position when reloaded

zrzka

I'm working on a workflow with Python script with more than 500 lines of code. Sometimes, doesn't happen always, when I go to help, reading, reading, ... and swipe to go back, position in the script wasn't preserved and I'm at the top. Which is really annoying when the script has more than X lines. It drives me crazy :) Would be nice to have it fixed in the next version. Thanks.

Discussion started with RV: Forums New Discussion workflow

oghh

Yes, I vote for remembering last edit position also.
Ole please do that in context of the new recent files list.

TutorialDoctor

This is already created in the new version of Editorial 1.2.

It has been added to the editor functions (python). If anyone would like, I can create a custom action that makes it easier.

editor.get_scroll_position()
editor.set_scroll_position()