diff options
| author | Linnea Gräf <nea@nea.moe> | 2023-11-18 06:06:18 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2023-12-04 20:46:40 +0100 |
| commit | ac14fe8fe04c44e2e08fa90b5cc8fdce293c2ab1 (patch) | |
| tree | 79a72c3593d4e0304419c259559b371f12bd5249 /src/main/resources/assets/skyhanni/gui/regexes.xml | |
| parent | d9a1a8dda967f40bd4a7a2707bf3ff5411093e7d (diff) | |
| download | SkyHanni-repopatterns.tar.gz SkyHanni-repopatterns.tar.bz2 SkyHanni-repopatterns.zip | |
Add RepoPatternsrepopatterns
RepoPatterns allow us to easily update regexes without creating a new release.
Diffstat (limited to 'src/main/resources/assets/skyhanni/gui/regexes.xml')
| -rw-r--r-- | src/main/resources/assets/skyhanni/gui/regexes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyhanni/gui/regexes.xml b/src/main/resources/assets/skyhanni/gui/regexes.xml new file mode 100644 index 000000000..7ba1feaef --- /dev/null +++ b/src/main/resources/assets/skyhanni/gui/regexes.xml @@ -0,0 +1,25 @@ +<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd"> + <Gui> + <Column> + <Row> + <Text text="Search: "/> + <TextField value="@search"/> + <Text text="@poll"/> + </Row> + <ScrollPanel width="360" height="266"> + <Array data="@searchResults"> + <Row> + <Hover lines="@keyW"> + <Text text="@key" width="100"/> + </Hover> + <Hover lines="@hoverRegex"> + <Text text="@regex" width="200"/> + </Hover> + <Text text="@overriden" width="50"/> + </Row> + </Array> + </ScrollPanel> + </Column> + </Gui> +</Root> |
