FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Reconsider how word presets work #469

Open FWDekker opened 1 year ago

FWDekker commented 1 year ago

I suspect that this whole "checking if the current list equals a preset" thing is computationally super expensive and slow and not that useful and prevents meaningfully defining reusable lists and all, so maybe instead it's a good idea to rethink how this all works.

(Maybe postpone this to v3.1.0?) done

(Also: Call them "words"? Or just call it "dictionary" or "list" or sth? Because it doesn't have to be a literal word!)

FWDekker commented 1 year ago

Now that #464 has been implemented, this issue can be postponed to v3.1.0, because any incompatibilities that the word preset migration would require can be made backwards compatible using the framework for #464.