Page 1 of 1
code execution from CudaText
Posted: 14.03.2023 13:23
by Zarathustra
Hello there fine people. I just started using CudaText and would like to execute (compile and run) my code directly from the text editor. In sublime I am able to do this quite easily and use the [Ctrl] + to do so, but I haven't figured out whether and if so how I can achieve this in CudaText. Specifically, I am interested in executing Rust code at the moment, so I would presumably need to configure this somehow. Can anyone inform me whether this is possible and if so how it can be achieved?
Posted: 14.03.2023 13:30
by main Alexey
Yes, possible! Two plugins (choose one of them)
- External Tools (more UI features and dialogs)
- Runner (no UI)
Help topics for both plgs:
https://wiki.freepascal.org/CudaText_plugins
Posted: 14.03.2023 14:12
by Zarathustra
Awesome, thank you so much. I was wondering why I didn't have the `Tools` drop-down menu in my version, but that is clear is now.
Posted: 11.06.2023 16:03
by ecloud
Hi, how did you make the rust-analyzer work? It ask me to setup `linkedProjects`, but I don't know how and where to setup it.
Posted: 14.06.2023 14:59
by main Alexey
I dont know about rust-analyzer. did you ask about it at
https://github.com/CudaText-addons/cuda_lsp/issues ? seems yes.
Posted: 18.06.2023 18:16
by skarsgal
Hi,
In "\py\cuda_exttools" there is the subfolder "\lang".
How to set up the language of dialog box (Tools\Config...)? The default it 'ru', but i like swith to 'it_IT'.
Thx
Posted: 19.06.2023 09:59
by main Alexey
Hi
you can switch some plugin N to it_IT, only if you install the package for plugins translation to it_IT.
which must cover the ExtTools plugin!
such package was not made by people.
for example, de_AT package was made. it cover many many plugins. it is in Addons Manager.
Posted: 19.06.2023 15:58
by skarsgal
much appreciated.
Thank You.