Shadowblitz16

Results 118 comments of Shadowblitz16

make sure you restart your computer afterwards >.

I was trying to create a asset browser where I can click on assets and right click and delete or rename them. But it loses focus so it doesn't look...

Why no use lua files for configuration? you could even modify the lua interpreter and strip out the logical parts of the language, statically link it under a different like...

Its a suggestion for a `as` method. basically its the same as `is` but it returns the object if its of that type instead of a bool. If not it...

It would be easy to create unless you implement a work around for `is` and `as` or nil instances

I can't use this with generics because the latest version on nuget doesn't have a parameterless constructor for TreeSet or TreeBag

I wanted to use it for a entity component system. I need the items to be reorderable and allow multiple instances of the same object

no by a index

Is a HashedLinkedList a tree collection? a simple list won't do

I would also like to have this. I am moving from C# winforms to D and I use MDI alot for game editors