Opened 16 months ago
Closed 16 months ago
#1417 closed enhancement (fixed)
Restore last position in grid on file open
| Reported by: | tophf | Owned by: | Plorkyeran |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.0 |
| Component: | Interface | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | All | |
| Sub Component: |
Description
Restore last position in grid on ASS-file open and select the line.
Could be an option, though imho it should be the default behaviour.
Either 1) select a line corresponding to "Video Position:" ASS-header entry which has a minor drawback because it could only happen after video is loaded or 2) save Grid position in a separate entry.
Current behaviour of showing video out of sync with grid is very misleading once you want to *continue editing* after e.g. crash or whatever, because it's failing user's natural WYSIWYG expectations.
Change History (1)
comment:1 Changed 16 months ago by plorkyeran
- Milestone set to 3.0.0
- Owner set to Plorkyeran
- Resolution set to fixed
- Status changed from new to closed
- Version set to devel
Note: See
TracTickets for help on using
tickets.

(In [2094814]) Save the current row and scroll position in the file and restore it when the file is reopened. Closes #1417.