halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

maybe need an option for height of hover-form in lines #39

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

10 default is ok.

halfbrained commented 3 years ago

added

max_lines

Alexey-T commented 3 years ago

@halfbrained do we have all options documented? readme or commentes in default cfg. (comments in cfg is bad- JSON don't allow comments, but Cud allows them)

halfbrained commented 3 years ago

(comments in cfg is bad- JSON don't allow comments, but Cud allows them)

But it is still much better than having options and their description in two different places :) ...but yes, it seems that I cant add options to json with comments, so I will probably move descriptions to readme, if there is no better way.

Just had an idea, I tried to open config + readme in a floating group (something like Sublime does). But this:

file_open((f0, f1), group=6)

opens files-tab in the main window even when floating group is already exists. I this a bug? Is this a good idea? :)

Alexey-T commented 3 years ago

last Cud beta had a fix for that. do you have the last one? IF the float-group is opened before file_open call, file_open will open in gr6. only if it's opened.

Alexey-T commented 3 years ago

to open the float-grp, u need to call a command from cudatext_cmd.py