Skip to content

Section completion filtering

Compare
Choose a tag to compare
@thatsIch thatsIch released this 27 Dec 09:11
· 167 commits to master since this release

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