je5s
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
je5s created a post, File path drop-list removed from toolbar after version 2025+
There's still file path drop-list in toolbar in version 2023 or 2024(old UI). I've updated it to 2025 and it's been removed by default.It used to be like this:Is it still possible to enable it thro... -
-
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...