CJ Kucera

Results 74 comments of CJ Kucera

Ah, yeah, BLCMM's intended to manage mod patch files, not the main EXE itself. Still, it wouldn't be a bad idea for the app to notice that a user's trying...

Huh, interesting -- haven't seen that one before! Could you upload the logfile as well? It's possible that'll have some extra info that'll make it easier to track down. Cheers!

Yeah, I agree this would be a good idea; thanks for the submission! As it stands, that probably relies on some Java input shenanigans which I'm not feeling up to...

Mm, I can see where that could be useful -- specifically dragging + cut/copy -- but at the moment I'm a bit hesitant to add in support for those. It'd...

Ah, yeah, that's probably a good idea. I'll have to figure out a reasonable way to collect all that. I've got a few other datapack-related improvements I was hoping to...

Another incidence of a command someone might have in a mod file: `stat fps` (from issue #54).

Having had this in the back of my mind for awhile, I think I'm okay with `GlobalLogger` working as it does -- that does kind of feel like a great...

Had kind of planned to get this for v1.4.0, but I definitely don't have the steam for it. Probably putting this one off indefinitely -- it'd be nice to do,...

So, `ToolKit.getMenuShortcutKeyMask()` *does* turn out to be a problem due to Java 8. So the following two methods were deprecated at the same time, in Java 10 (well, I'm assuming...

Eh, okay, turns out `JTextComponent.modelToView(int) and JTextComponent.viewToModel(Point)` is another Java 8 blocker. In those cases, Java 9 added methods with `2D` at the end of the name, which is the...