feature request - script temperature
Hi, I'm finding the plugin quite useful, thanks for sharing it!
The only thing I'm kinda missing from the default view is the script temperature feature. It made it much easier to quickly jump between a few different scripts.
As for how it would work visually, maybe just a small colored circle or line next to the name, using opacity to indicate temperature? Either that or lightly highlight the whole panel for temperature, and then make the highlight for the selected script more obvious (it's almost hard to see the way it is now.)
Also, an option to just sort by recency could be nice.
Hello, @djrain! Glad you like the plugin.
-
Can you explain: how does 'Script Temperature' work technically? Is it just a number, like a score, that gets bigger with each use?
-
The plugin already has a 'Date' sorting option, but it doesn't sort automatically when script is changed. I can add option to auto sort when script is edited. Do you need such an option?
- how does 'Script Temperature' work technically?
Godot has "script temperature history size" setting, and if that is set to 10, then the 10 most recently opened scripts simply have values scaled accordingly, 10th script has almost zero temperature, while the most recently opened has temperature of 1.
2. The plugin already has a 'Date' sorting option, but it doesn't sort automatically when script is changed. I can add option to auto sort when script is edited. Do you need such an option?
The idea would be to auto sort on how recently they were opened (not edited). I don't personally need it but a friend who tried the plugin mentioned that. If it's not too hard to do.