je5s
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
je5s 创建了一个帖子, 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 创建了一个帖子, 已回答Why 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 创建了一个帖子, 已回答How 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...