Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

By default, when "detect subfile patterns" is true, Genie will automatically detect subfile options such as 2=Change, 5=View, etc, and will convert them into a combo box.  If you set this option to false, it will no longer detect these options and create a combo box.

Code Block
languagejavascript
themeEclipselanguagejavascript
pui.genie["detectSubfileOptions"] = false;

...


To use this option, place it at the top of the custom.js file in your Genie skin.

...