-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Switch profile
FelisCatus edited this page Jun 9, 2012
·
1 revision
A switch profile selects the result profile with the first condition match. If no condition is met, the default switch profile is used.
TODO(catus) Something similiar to the SwitchySharp AutoSwitch config tab, but with drag sorting.
TODO(catus)
Switch profiles can be included in switch profiles, which allows advanced configuration. However, circular references are prevented.
Switch profiles compile to PAC scripts. Included profiles (directly or indirectly) should be tracked for efficiency of the generated code. It also helps to prevent circular references.
TODO(catus): More details please. This is very important for the whole project.