mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
Updated table of contents
@@ -9,6 +9,9 @@ Following things can be done through plugins currently:
|
||||
- [Add new commands to the command palette](#command-palette-commands)
|
||||
- [Add new functions to the pattern language](#pattern-language-functions)
|
||||
- [Add new entries to the data inspector](#data-inspector-entries)
|
||||
- [Add new data processor nodes](#data-processor-nodes)
|
||||
- [Add new localization strings](#localization)
|
||||
- [Add new entries to various interfaces](#various-interface-entries)
|
||||
|
||||
To load a plugin, place it in the `plugins` folder next to the ImHex executable.
|
||||
|
||||
@@ -252,7 +255,7 @@ std::string language = "myplugin.language"_lang;
|
||||
printf("%s\", language); // Prints "Language" when language is set to English (US) and "Sprache" when set to German
|
||||
```
|
||||
|
||||
### Interface Registry
|
||||
### Various Interface entries
|
||||
|
||||
The interface registry is a common place to add new content to various interfaces such as the Welcome screen.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user