plugin Save_Pos_Tmp

Plugins for SynWrite and CudaText...
Post Reply
_92
Posts: 22
Joined: 11.10.2012 10:57
Contact:

plugin Save_Pos_Tmp

Post by _92 »

saves cursor position for temporary files

install
plugins - addons manager - install from git... - https://github.com/ildarkhasanshin/cuda_save_pos_tmp
eat sleep code repeat
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

The idea behind this small plugin. On Unix, you open some file from FTP plugin. file is downloaded to temp filder, and CudaText opens it from there, file name is like /tmp/someFIRSTprefix/dir/file.txt . Now you close it, and open file in FTP again. CudaText opens it from another dir now: /tmp/someOTHERprefix/dir/file.txt. With plugin, you can keep caret position in the file, even if CudaText opens temp file from a different dir (that dir is calculated by Python and has some random prefix).
_92
Posts: 22
Joined: 11.10.2012 10:57
Contact:

Post by _92 »

2022.12.21
[+] save bookmarks
eat sleep code repeat
Post Reply