Skip to content

January 14, 2015

Choose a tag to compare

@Kapiainen Kapiainen released this 14 Jan 18:59
· 380 commits to master since this release

Supported libraries:

  • Skyrim (1.9.32.0.8)
  • SKSE (1.7.1)
  • SkyUI (4.1)
  • FISS (1.21)
  • NetImmerse Override (2.9.6)
  • DienesTools (1.0)
  • JContainers (3.1.1)
  • PapyrusUtil (2.8)
  • SkyUILib (1)
  • UIExtensions (1.1.0)

Changes:

  • Added a new command: "Open script". It opens an input panel that accepts regular expressions that conform to the Python regular expression standard. You do not need to include "^", "$", nor ".psc" in the expression as those are added if missing. The command will search through all folders specified in SublimePapyrus.ini and if you have a file open in ST, then the folder containing that file will also be searched through. If no matches could be found, then a status message will appear at the bottom of the ST window. If there is only one match, then that file is opened. If there are multiple matches, then a list of matches will be shown so that you can choose from them (the matches include the full filepath). This feature works both in ST2 and ST3.
  • Made a minor change to the "ScriptName" snippet.