From 733ac6827612d4b8933c347d55d087543cd62537 Mon Sep 17 00:00:00 2001 From: Arne Kiesewetter Date: Sun, 7 Jul 2024 20:53:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e6f5b..04b21b7 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,20 @@ Then all you have to do is placing the provided `ComponentSelectorAdditions.nupk * Makes the UI construction and listing of elements modular by exposing a bunch of events which this mod uses for the other features - but can be used by others too * Shows the current category / generic type path at the bottom +* Fixes the Back and Cancel buttons to the top / bottom, outside of the scrollable area +* Fixes the label of the Common Generic Types list (https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/2489) * Adds 'Favorites' categories to the Component Selector and Nodebrowser roots * Categories and (generic) Components / Nodes can be favorited * Favoriting multiple components from a group will make the group show up * Use in combination with Recents to favorite specific custom versions of generic components * Favorite Categories or Components / Nodes can be sorted to the top of the list + * Favorited concrete generic Components / Nodes always appear in the list of Common Generic Types for it * Adds 'Recents' categories to the Component Selector and Nodebrowser roots * Tracks recently used components and nodes separately * For generic components, the generic and/or concrete versions can be saved * Maximum number can be adjusted -* Fixes the Back and Cancel buttons to the top / bottom, outside of the scrollable area + * Recent concrete generic Components / Nodes always appear in the list of Common Generic Types for it +* Makes custom generic type arguments savable as presets which will always appear in the list of Common Generic Types for valid Components / Nodes * Adds a searchbar at the top of Component Selectors / Nodebrowsers * Works for anyone in the Session! * Each separate word is searched by contains - more matches will put a result higher @@ -35,4 +39,5 @@ Then all you have to do is placing the provided `ComponentSelectorAdditions.nupk ## Known Incompatibilities -Obviously not compatible with CherryPick. +Obviously not compatible with Cyro's [CherryPick](https://github.com/BlueCyro/CherryPick). +Also not compatible with TheJebForge's [TypePicker](https://github.com/TheJebForge/TypePicker) (https://github.com/ResoniteModdingGroup/ComponentSelectorAdditions/issues/3).