Skip to content

Releases: Kapiainen/SublimePapyrus

February 16, 2015

16 Feb 10:12
Compare
Choose a tag to compare

SUBLIME TEXT 2 USERS SHOULD NOT USE THIS RELEASE!

The build system for Papyrus is broken in ST2 when using this release.

Supported libraries:

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

Changes:

  • Added setting for the path to the INI file in case you want or need to keep the file outside of My Documents.

February 15, 2015

15 Feb 10:07
Compare
Choose a tag to compare

Supported libraries:

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

Changes:

  • Added Form type IDs to Skyrim library. These are the values returned by Form.GetType.

February 6, 2015

06 Feb 09:16
Compare
Choose a tag to compare

Supported libraries:

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

Changes:

  • Added Insert commands for ActorValueInfo names and IDs to SKSE library.
  • Added Insert command for actor value names to Skyrim library.
  • Made the Clear compiler error highlights command not show up in ST2 since it doesn't do anything in the absence of another feature that only works in ST3.

February 5, 2015

05 Feb 07:53
Compare
Choose a tag to compare

Supported libraries:

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

Changes:

  • Removed snippets for functions that do not exist in the latest version of JContainers.
  • Added a framework for commands that insert a valid argument. Needs to be implemented on a per-library basis.
  • Added four Insert commands (menu name, input keycode, control name, and DefaultObject key) to the SKSE library.

January 19, 2015

19 Jan 21:33
Compare
Choose a tag to compare

Supported libraries:

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

Changes:

  • Updated snippets to support JContainers 3.2.

January 18, 2015

18 Jan 12:04
Compare
Choose a tag to compare

Supported libraries:

  • Skyrim (1.9.32.0.8)
  • SKSE (1.7.2)
  • 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 support for debug/advanced compiler arguments in the INI file. Information about the use of these arguments can be found by generating a new INI file.

January 17, 2015

17 Jan 11:52
Compare
Choose a tag to compare

Supported libraries:

  • Skyrim (1.9.32.0.8)
  • SKSE (1.7.2)
  • 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 missing SKSE snippets that were missing due to a bug in the snippet generating program.
  • New command, Clear compiler error highlights, for Sublime Text 3.

January 15, 2015

15 Jan 11:43
Compare
Choose a tag to compare

Supported libraries:

  • Skyrim (1.9.32.0.8)
  • SKSE (1.7.2)
  • 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:

  • Updated SKSE snippets to the beta of version 1.7.2.
  • Fixed a bug that would cause some files to be incorrectly accepted as matches in the Open script command.
  • Added Open parent script command for opening the script that the currently active script extends.
  • Added indentation to event snippets.

January 14, 2015

14 Jan 18:59
Compare
Choose a tag to compare

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.

January 11, 2015

10 Jan 23:38
Compare
Choose a tag to compare

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 snippet for the first line of a script (Scriptname X Extends Y), just type in "Scriptname" without the quotation marks.
  • Merged settings files.
  • Added comments to plugin and cleaned it up a bit.