Page 1 of 1
plugin Save_Pos_Tmp
Posted: 24.04.2022 10:49
by _92
saves cursor position for temporary files
install
plugins - addons manager - install from git... -
https://github.com/ildarkhasanshin/cuda_save_pos_tmp
Posted: 25.04.2022 13:29
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).
Posted: 21.12.2022 18:10
by _92
2022.12.21
[+] save bookmarks