je5s
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
je5s created a post, AnsweredWhy is the plugin version set to IDE build version?
I'm currently working on a Pycharm plugin development using:- gradle-intellij-plugin v2.1.0- gradle 8.2Problem: Plugin version display as “232….” after installation Root build.gradle:plugins { i... -
-
je5s created a post, AnsweredHow to determine if some key is pressed with CTRL?
Hello, I am writing a little plugin in which I want to trigger the searching (from a SearchTextField object) once CTRL+V or ENTER is pressed, and I've already made it work with pressing ENTER, b...