je5s
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited 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... -
Created Why is the plugin version set to IDE build version?
AnsweredI'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... -
Edited How to determine if some key is pressed with CTRL?
AnsweredHello, 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...