Page 2 of 2

Posted: 20.08.2023 12:10
by SamC
main Alexey wrote:1. wiki page https://wiki.freepascal.org/CudaText_plugins has topics
19.1 LSP server for Python
19.2 LSP server for Python, pyright
1.I install both of the 2 servers,then which one will be used? I didin't find where to select the active one?

2.By the way, about the bookmarks function, if I add a bookmark on file1, and then open it on a new computer, will the book Mark still exist?
I didn't see any text context in file 1, so I confused on whether it is inside the file1 it self, or another file to restore the bookmars.

Posted: 20.08.2023 12:47
by main Alexey
1. the active one is the one activated in the settings/lsp_py.json file (must have prefix 'lsp_').

2. bookmarks are stored into file 'settings/history files.json', key 'bookmarks'.
if you need PORTABLE bookmarks, inside the file - you need plugin - Intext Bookmarks.

Posted: 20.08.2023 13:09
by SamC
It seems bookmarks can show in code tree, but inline bookmarks cannot? Or somewhere I didn't notice?

Posted: 20.08.2023 13:13
by main Alexey
yes, plugin Code-Tree Bookmarks supports only usual bookmarks.
no such feature for intext bookmarks.