Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Miloslav Macko
Total activity
50
Last activity
August 27, 2024 08:56
Member since
June 16, 2022 19:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (15)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
February 24, 2023 14:40
Sorry, you are right, the file must be in the sub-folder, e.g.: src\main\resources\fileTemplates\Empty SCPI File.scpi.ft It worked in my setup, because I also added the same template through the ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom File Type in File -> New
0 votes
Created
February 24, 2023 13:42
Hi Karol, great, worked fine, thx. I extended and implemented the CreateFileFromTemplateAction: public class ScpiFileCreateFromTemplate extends CreateFileFromTemplateAction{ public ScpiFileCrea...
Community
IntelliJ IDEA Open API and Plugin Development
Custom File Type in File -> New
0 votes
Created
February 22, 2023 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);
Community
IntelliJ IDEA Open API and Plugin Development
Problems Highlighting in custom EditorTextField
0 votes
Created
February 22, 2023 08:22
Thanks Karol, I got a little bit into PSI and solved it another way.
Community
IntelliJ IDEA Open API and Plugin Development
PsiLiteralExpression for Pycharm Plugin
0 votes
Created
February 07, 2023 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,...
Community
IntelliJ IDEA Open API and Plugin Development
DialogWrapper OK Button Enter key
0 votes
Created
January 24, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Java Swing JTextPane in intellij framework
0 votes
Created
January 16, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Java Swing JTextPane in intellij framework
0 votes
Created
August 17, 2022 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 votes
Edited
August 17, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin PyExecuteInConsole synchronization
0 votes
Created
August 12, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij Pycharm Plugin using python-ce.zip
0 votes
«
First
‹
Previous
Next
›
Last
»