Section completion filtering
Build against: 3126
Requires at least: 3092
I added an option to remove unique sections from the auto completion introduced in 2.8.4
.
Unique sections are:
[Rainmeter]
[Metadata]
[Variables]
That means, if you have already defined a [Rainmeter]
section, you will only get the following completion entries:
[Metadata]
[Variables]
[Measure]
[Meter]
[MeterStyle]
If you are using a way of composing your skin with duplicates, you can disable the filtering process in the settings with
"allow_completion_section_duplicates": true
per default it is set to false