copygirl
copygirl
Currently when double-clicking an item in Inheritance/Implementations/Call Graph does two things: - Go to the clicked file and location - Open/close the element if it has child elements I feel...
Sometimes double-clicking gets me to the wrong point in the file, other times it just stays at the top of the file, at one point it even caused an error:...
For example when I'm looking for `BlockEntityChest` I also want to be able to find it being used in this: ``` java SomeRegistry.registerHandler(BlockEntityChest.class, new SomeHandler()); ```
[Picture of bug.](http://i.imgur.com/KKuMiqs.png)
This way we don't have to open classes and rename them all manually. Additionally, maybe allow renaming packages to existing packages, which causes all classes to be moved into the...
It may be nice if it was possible to mark things as "could be named better" (yellow border) or "request changes" (orange border). That way we can map more things...
When running `packwiz update --all`, it appears to not consider Create's [version `v0.5.0d`](https://modrinth.com/mod/create/version/1.18.2-0.5.0.d) to be newer than [version `v0.5.0c`](https://modrinth.com/mod/create/version/1.18.2-0.5.0c). It did not automatically update to this newer version, and after...
It would be nice if, upon using the `packwiz curseforge install` command, I would already be informed about it not being available for download by the packwiz updater or similar....