upgrade gut

This commit is contained in:
anyreso 2026-02-19 03:14:22 -05:00
parent 6e724f67fe
commit 82aeebfd35
201 changed files with 8547 additions and 3871 deletions

View file

@ -1,10 +1,16 @@
## This script is the base for custom scripts to be used in pre and post
## run hooks. Creating a hook script requires that you:[br]
## [li]Inherit [code skip-lint]GutHookScript[/code][/li]
## [li]Implement a [code skip-lint]run()[/code] method[/li]
## [li]Configure the path in GUT (gutconfig and/or editor) as the approparite
## hook (pre or post).[/li]
class_name GutHookScript
## This script is the base for custom scripts to be used in pre and post
## run hooks.
##
## GUT Wiki: [url=https://gut.readthedocs.io]https://gut.readthedocs.io[/url]
## [br][br]
## Creating a hook script requires that you:[br]
## - Inherit [code skip-lint]GutHookScript[/code][br]
## - Implement a [code skip-lint]run()[/code] method[br]
## - Configure the path in GUT (gutconfig and/or editor) as the approparite hook (pre or post).[br]
##
## See [wiki]Hooks[/wiki]
## Class responsible for generating xml. You could use this to generate XML
## yourself instead of using the built in GUT xml generation options. See