Miloslav Macko

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
-
Miloslav Macko commented, -
-
Miloslav Macko created a post, AnsweredAnnotations "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 created a post, AnsweredPycharm 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... -
Miloslav Macko commented, -
Miloslav Macko created a post, AnsweredCustom Text Editor Key Shortcuts
Hi, I have a Pycharm plugin with custom editor implementation. How do I block the default Key shortcuts, for example F1-F8, and have it call my callbacks instead? Also, I'd need to detect CTRL Up /... -