Miloslav Macko

- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 DialogWrapper OK Button Enter key
已回答Hi, is it possible to disable the Enter key shortcut on the DialogWrapper's OK button? I need to do some actions in the dialog that require to press enter, and the dialog keeps closing :-) -
创建于 Java Swing JTextPane in intellij framework
已回答Hi, I'm creating a Pycharm Plugin with a simple JTextPane (plain text). If I paste (CTRL+V) a multi-line text into it, it always pastes it into a single line replacing any type of EOL to spaces. Al... -
已编辑于 Initiate the Tool Window programmaticaly
Hi, according the Tool Window guide ( here: https://plugins.jetbrains.com/docs/intellij/tool-windows.html#programmatic-setup) one should use the ToolWindowManager.registerToolWindow() The problem i... -
创建于 Intellij Pycharm Plugin PyExecuteInConsole synchronization
已回答Hi, I'm writing a Pycharm plugin that executes commands in Python console. For that, I'm using, for example: PyExecuteInConsole.executeCodeInConsole(prj, "import math", null, true, true, false, n... -
创建于 Intellij Pycharm Plugin using python-ce.zip
已回答Hi, I'm writing a Pycharm plugin where I wanted to use the Python Package Manager class: var pck = PyPackageManager.getInstance(projectSdk).getPackages(); For that, I needed to add the python-ce.ja... -
已编辑于 Intellij install Python package from Pycharm plugin
已回答Hi JetBrains, I'm developing Pycharm plugin that at the load checks certain installed Python packages and shows to the user install/update notification. Right now, I'm doing it by calling pip as pr...