groboclown

Results 74 comments of groboclown

Thanks for the bug report. This is a long standing weakness in the plugin, due to attempts to reduce the number of login attempts made on the connections and dealing...

Thanks for the suggestion. That's an interesting approach - to actually parse out the script itself. I never like the idea of needing to explicitly call out the list of...

It's too easy. That's just what they're expecting us to do. No, reading the get_method_list and calling the methods that start with `test_` is the better option.

As a historical note, the Godot 1.x code line didn't provide a `get_method_list` function, so that would explain why we went through these pains to find the list of tests...

I've updated the unit_test component to how support auto-detection of test methods, as well as some other improvements, such as more matchers, a new `check` method, more flexibility in the...

In release 0.10, this is now showing only "Can not load data to show diff" in the diff view.

Thanks for the bug report. This is definitely an issue, because it causes the UI to allow an invalid checkin (causing an error). Unfortunately, IntelliJ doesn't provide an API hook...

Thanks for reporting the issue. I'll attempt to get PyCharm on Ubuntu to see the logging errors.

The new Idea 15 has been released, and I'm going to investigate whether this is easier to implement there once the 0.7.0 plugin is released.

I installed PyCharmCE 2029.2.1 on Ubuntu, and I didn't encounter any error that prevented the plugin from installing. There might be a setting in PyCharm that prevents non-JetBrains plugins from...