How to create different profiles?

Post Reply
oldcastle
Posts: 3
Joined: 06.03.2022 14:25

How to create different profiles?

Post by oldcastle »

Hi,

Is it possible to create complete different profiles in CT? For example, ST has this plugin https://github.com/tonsky/sublime-profiles, which allows me to setup ST in different ways by using profiles. So, I can have a profile with different settings for fonts, themes, UIs and so on if I want to write text and another profile for coding.

Cheers,
OC
main Alexey
Posts: 2418
Joined: 25.08.2021 18:15

Post by main Alexey »

You can create N shell-scripts (batch files) and use this command line parameter:
-s=folder - Set full path of "settings" folder
But plugins/lexers/data will be common for all scripts.
To use different data, make M folders with CudaText with executable files.
Post Reply