How to make open files in one cudatext?

imbeder
Posts: 3
Joined: 15.11.2019 02:02

How to make open files in one cudatext?

Post by imbeder »

Hi, I am new to CudaText, and it is so good that I want to use it replace notepad++.
And now I have a question about how to open files all in one cudatext? Now when I open a file in explorer context, it will create a new instance of cudatext, but not a tab. It is better to open these files in new tabs but not new instances of cudatext.
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Post by hycmos »

Options-->Settings-user, add the below:
"ui_one_instance": true,

I also a newer.
If you want to modify one feature:
you can search one key word in default.json (Options-->Settings-default);
then copy it into user.son (Options-->Settings-user).

For example, to modify actions related to mouse,
you can search 'mouse' in default.json.
imbeder
Posts: 3
Joined: 15.11.2019 02:02

Post by imbeder »

Hi man, I knew you. The guy in notepad++ forums. Yes, I heard cudatext from your post there. Thank you.
imbeder
Posts: 3
Joined: 15.11.2019 02:02

Post by imbeder »

And after setting that, I need to close the app and reopen it. Otherwise, the app crashed when I open files from explorer context.
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Post by hycmos »

Yes, That is me.
Let us study Cuda together.
:D :D :D

Now have any problem with "one instance"?
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I will check this crash on Win10, to see.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I tested the Win10 and could not repeat the crash when ui_one_instance is changed. Do you see it always, do you repeat crash in clean CudaText?
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Post by hycmos »

I also did not repeat this.
I guess the crash just one time only at the moment when ui_one_instance is changed.
After restart CudaText, maybe everything is OK.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I tired it in all ways, without restart of course.
armizimm
Posts: 1
Joined: 21.01.2020 16:19

Post by armizimm »

Ho my god, i was understand wrong.
This is reason default.json is read only, this file is a sample of the keys to configure the CudaText. O.o
It would be easier to understand if the name was like ( Setting->sample ). hehehe
Allrigth, its work fine.
Thanks
Post Reply