Single window mode

Post Reply
dopm
Posts: 16
Joined: 24.01.2021 00:41

Single window mode

Post by dopm »

On --help, I see:
-n - Ignore option "ui_one_instance", open new app window

I want the opposite. I want one single window. How do I get that behavior?

Tried -id=name - Set single-instance id, for groups of instances (Unix, default: cudatext.0)
But it doesn't do much different?
Shovel
Posts: 141
Joined: 31.12.2019 10:16

Post by Shovel »

How to open files in a new tab instead of a new window
Option "ui_one_instance" controls it, so change it to 'true' (without quotes, in "user.json"). This option is here for several years already, but people are asking this question again and again (forum, GitHub, Linux forums). Seems the term "instance" is not known very good, people cannot find this option easily.
From here
(Another way to change the option is in the Options Editor - in menu "Plugins > Options Editor...")
Post Reply