esaruoho / org.lackluster.Paketti.xrnx

Quality-of-Life (QoL) Workflow suite of tools for Renoise written with LUA - Continually ingesting and porting features from other tracker software (Impulse Tracker, Scream Tracker, ModPlugTracker, PlayerPro etc)
Other
14 stars 0 forks source link

Paketti Theme Selector Improvements #283

Closed esaruoho closed 2 weeks ago

esaruoho commented 1 month ago
tkna91 commented 1 month ago

keybind:

esaruoho commented 1 month ago

from EatMe:

can you please add a text input:
search
for i, #themes
  if string.match( themes[i].name:lower(), search.text:lower() )
     --show themes[i]
  else
     --hide themes [i]
  end
end 

and

I hope you understand my mockup code
string.match ( to check, contains )
is for seeing if the search text is present
and :lower() will make it lowercase
you can maybe show a box with found entries, or replace the item list with the found entries

and

typing in the "search" does a loop over all items and shows what contains search text
this is done with 
if string.match(tocheck:lower(),contains:lower())
esaruoho commented 1 month ago

halting development for now until i can recharge by doing smaller things

esaruoho commented 2 weeks ago
Screenshot 2024-08-21 at 22 51 12
esaruoho commented 2 weeks ago

closing the rest of this as maybe (the time would be neat but uhh..)