Jonathan Lermitage

Results 20 comments of Jonathan Lermitage

@raubv0gel Can you go to `Help` > `Collect Logs and Diagnostic Data`, and post files. Same thing for `Help` > `About` > `Copy`. Thx!

Unfortunately I can't reproduce this issue, and I can do nothing without the requested info. Will re-open if we get more data. I can only say it seems to be...

Yeah, good idea. JetBrains support helped me to show icons in the VCS view (but this is not perfect..), but I don't know if we can do something for he...

Yeah, we could customize icons in the Remote Host panel, but we would have to do this in a static XML file (this is what UI Themes do, and probably...

You should configure CORS: ```java @Bean public CorsConfigurationSource corsConfigurationSource() { CorsConfiguration configuration = new CorsConfiguration(); configuration.setAllowedOrigins(Collections.singletonList("*")); //

Same problem with IJ (or PyCharm) from 2019.2.4 to 2020.1. Navigation to built-in keywords works, but it cannot navigate to custom keywords.

Fixed in https://github.com/jonathanlermitage/IconViewer/releases/tag/v1.0.0 Further improvements are to come.

It's too complicated, and I lack of free time. I give up 😥 Maybe JetBrains will make it more easy with the upcoming new UI, but I'm not confident.

@KotlinIsland I think you can create a GitHub action which runs periodically (cron) in order to check the compatibility with the latest EAP. > When a new EAP comes out,...

I'm not sure to understand. LATEST-EAP-SNAPSHOT is even less stable. Just to explain how I work: I do my best to test my plugins with a minimal IDE version, and...