|
Post by Brawllux on Dec 3, 2023 8:17:48 GMT -8
It's great that this website now features a dedicated section for Windhawk mods. Given that some mods' source codes can be quite lengthy,
it would be pretty cool to include a button that makes copying the required code easier. With this addition, users wouldn't need to scroll all the way down to copy the entire code.
Personally, I believe this would be a significant improvement.
|
|
|
Post by R.O.B. on Dec 4, 2023 21:30:56 GMT -8
Great suggestion! I will have to see if there's a way to do this.
|
|
|
Post by R.O.B. on Dec 7, 2023 1:37:39 GMT -8
Just an update here: As it turns out, there are no good ProBoards plugins for this that I was able to find. As such, I ended up having to whip up some quick and dirty JavaScript to dynamically add a "select all" button to every code block. It's a bit ugly right now, but it does indeed work. I will try and polish it up this weekend when I have more time.
|
|
|
Post by R.O.B. on Dec 9, 2023 12:48:49 GMT -8
Alright, so I've touched up the buttons a bit, and they should now appear on the upper right-hand side of code blocks. To be honest, this implementation does feel a bit hacky to me, but I'm not really sure how else to do it given the limitations I'm having to work around. Please feel free to report any issues here, and I will see what I can do to address them.
|
|