Miloslav Macko
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
Miloslav Macko 创建了一个帖子, 已回答ImageLoader.toImage(Icon, ScaleContext) usage in Plugins
Hi, I need to scale an svg icon, and found the perfect method in ImageLoader for that:ImageLoader.toImage(icon: javax.swing.Icon, scaleContext: com.intellij.ui.scale.ScaleContext)It works fine, an... -
Miloslav Macko 创建了一个帖子, 已回答verify plugin emojipicker.jar does not exist
Hi,I have a Pycharm plugin with org.jetbrains.intellij.platform 2.0.1When I run the plugin verifier for the following IDEs: pluginVerification { ides { ide(Intel... -
Miloslav Macko 创建了一个帖子, 已回答verifyPlugin error
Hi, I switched to the 'org.jetbrains.intellij.platform' version ‘2.0.1’, and my plugin builds and runs OK on Pycharm 2024.2When I start the gradle task verifyPlugin, I get this error message:* What... -
-
-
Miloslav Macko 进行了评论, -
-
Miloslav Macko 创建了一个帖子, 已回答Annotations "Jump to Source"
Hi, in my Pycharm plugin, I have text editor annotations - errors and warnings. If I use the the editor shortcut F2 - Next Highlighted Error, the caret properly jumps to the problem. However, in th... -
-
Miloslav Macko 创建了一个帖子, 已回答Pycharm Python console synchronization
I'm using Pycharm's Python console interface to execute code from my plugin. PyExecuteInConsole.executeCodeInConsole(prj, code, null, true, true, false, null); Declaration in com.jetbrains.pyth...