You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -108,11 +108,11 @@ ScriptName X Extends Y
108
108
```
109
109
*X* is the name of the script and *Y* is the name of the parent script. If *extends Y* cannot be found in the file or a script named *Y* cannot be found, then the command will not open anything. If *extends Y* can be found in the file, then *Y* will be searched for just like in the command *SublimePapyrus: Open script*.
110
110
111
-
######Clear compiler error highlights (Sublime Text 3 only)
111
+
######Clear compiler error highlights
112
112
If you type in the command *SublimePapyrus: Clear compiler error highlights*, then any lines highlighted with the *Highlight compiler errors* feature will cease to be highlighted. In case it takes a long period of time before you attempt to compile your script again and you find the highlighting to be distracting.
113
113
114
114
115
-
######Insert *enter noun here* (Sublime Text 3 only)
115
+
######Insert *enter noun here*
116
116
This command can be used to insert valid arguments for functions like SKSE's *RegisterForMenu*. The commands follow the template *SublimePapyrus: Insert X (Library's name)*, where *X* is replaced with for example *menu name*. The purpose of these commands is to alleviate or even remove the need to either memorize valid options or look up the relevant documentation.
117
117
118
118
This feature has to be implemented on a per-library basis. This feature is currently supported by the following libraries:
@@ -132,13 +132,13 @@ This feature has to be implemented on a per-library basis. This feature is curre
132
132
*SublimePapyrus: Insert menu name (SKSE)* starts the process of inserting a valid menu name used by SKSE's user interface functions. A menu will pop up showing you a list of valid arguments/menus that you can search through. The elements in the list are descriptive, but the actual menu name used by the functions will be inserted at the caret or replace the current selection. For example choosing the *Barter* option in the list will insert, or replace a selection with, *"BarterMenu"*.
133
133
134
134
135
-
####Highlight compiler errors (Sublime Text 3 only)
135
+
####Highlight compiler errors
136
136
Lines, which cause the Papyrus compiler to report errors, can be automatically highlighted when compiling scripts in Sublime Text.
137
137
138
138
This feature is disabled by default and can be enabled in *Preferences -> Package Settings -> SublimePapyrus -> Settings - User*.
139
139
140
140
141
-
####Hide successful build results (Sublime Text 3 only)
141
+
####Hide successful build results
142
142
Automatically hide the build results when the Papyrus compiler finishes without any errors when compiling scripts in Sublime Text. In case you want this feature to only apply to Papyrus scripts rather than using Sublime Text's *show_panel_on_build*, which applies to all build results.
143
143
144
144
This feature is disabled by default and can be enabled in *Preferences -> Package Settings -> SublimePapyrus -> Settings - User*.
0 commit comments