主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Miloslav Macko
活动总数
52
最后的活动
2024年10月23日 08:45
成员加入日期
2022年06月16日 19:58
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
14
活动概览
帖子(16)
评论(22)
按最近的活动排序
最近的活动
投票数
创建于
2023年02月22日 10:56
Hi Karol, great, thx, that helped, you just need to cast the MarkupModel to EditorMarkupModel: EditorMarkupModel emm = (EditorMarkupModel)editor.getMarkupModel();emm.setErrorStripeVisible(true);
社区
IntelliJ IDEA Open API and Plugin Development
Problems Highlighting in custom EditorTextField
0 票
创建于
2023年02月22日 08:22
Thanks Karol, I got a little bit into PSI and solved it another way.
社区
IntelliJ IDEA Open API and Plugin Development
PsiLiteralExpression for Pycharm Plugin
0 票
创建于
2023年02月07日 08:22
Hi Karol, the DialogWrapper binds keystroke ENTER to its OK button. That means, every time I press ENTER anywhere on that dialog, the window closes. I have couple of controls on this dialog window,...
社区
IntelliJ IDEA Open API and Plugin Development
DialogWrapper OK Button Enter key
0 票
创建于
2023年01月24日 09:47
Hi Karol great, the paste function works perfect now. But how about the drag-feature from the EditorTextField? Pycharm Editors have the drag feature - the text is cut and pasted. In my EditorText...
社区
IntelliJ IDEA Open API and Plugin Development
Java Swing JTextPane in intellij framework
0 票
创建于
2023年01月16日 08:46
Hi Karol, I originally wanted to use the EditorTextField, because of the code completion. But the problem is, I need custom TransferHandler to drag&drop custom data. If I use setTransferHandler on ...
社区
IntelliJ IDEA Open API and Plugin Development
Java Swing JTextPane in intellij framework
0 票
创建于
2022年08月17日 13:44
Thanks again Elizabeth, I'll try your suggestion. It would be sufficient if the PyExecuteInConsole class allowed for defining a callback that would be called once executeCodeInConsole() finishes. ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 票
已编辑于
2022年08月17日 12:01
Hi Elizabeth, thanks for the quick response, you're right, the code was hidden, but executed. However, this still does not solve my problem - I send more commands sequentially to the console, and...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 票
创建于
2022年08月12日 12:57
Hi Karol, thx for the quick and perfect response, I saw many people struggling with this problem, but no discussion thread lead to a solution that worked for me. This one nailed it... Thanks agai...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin using python-ce.zip
0 票
创建于
2022年06月23日 16:27
Hi Aleksei, I have the community version Intellij IDEA 2022.1.2 Build #IC-221.5787.30 I installed the matching plugin 221.5787—221: https://plugins.jetbrains.com/plugin/631-python/versions/stable...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij install Python package from Pycharm plugin
0 票
创建于
2022年06月21日 21:16
Hi Aleksei, thanks for the answer. However: ad 1) How do I access the com.jetbrains.python ? That's not available in my gradle libraries. Only the com.jetbrains.pycharmPC ad 2) com.intellij.webcore...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij install Python package from Pycharm plugin
0 票
«
第一页
‹
上一页