Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
September 17, 2015 17:22
> trying to figure out what and where needs to be overriden, extended, registered and implemented.in addition to searching web, it really helps to open this entire project in Idea:https://github.co...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 17, 2015 18:00
> I can try to put it together into a tutorial, but with advanced features that were hard to discover, or gotcha's that I got caught on.> finish this pluginGood luck with both, Vladimir!Both tasks ...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 18, 2015 09:42
> The plugin is now working.:)Well done Vladimir. Cheers for posting the solution.It is important to mention that I first learnt about QueryExecutorBase from Sergey Ignatov's code:https://github.co...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
October 09, 2015 15:59
this is a neat solution, Dayo.I did not know about TreeStructureProvider. Thank you very much.
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
Created
October 09, 2015 20:00
you could define one catch-all file type.users could add to this file type missing file extensions throughSettings > Editor > File Types > Registered Patterns
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
Created
October 09, 2015 20:32
String base = project.getBaseDir().getPath(); String full = String.format("%s/%s/src/%s", base, module, fileName);OpenFileAction.openFile(full, project);checked. works.
Community
IntelliJ IDEA Open API and Plugin Development
How access files under src directory in a project?
0 votes
Created
October 24, 2015 23:24
rebuild project first?maybe Prepare Plugin builds the project, maybe it does not. I usually rebuild, then prepare.
Community
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 votes
Created
October 25, 2015 14:58
Hello Laszlo,Here is the code:https://github.com/JetBrains/intellij-community/tree/master/pythonI am not sure how to extend it.
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend existing language plugins' functionality?
0 votes
Created
October 25, 2015 09:18
this may not be it, but it can lead somewhere:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/external-system-impl/src/com/intellij/openapi/ex...
Community
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 votes
Created
October 25, 2015 11:44
I can't find it either.Here is something which may be relevant:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/script-debugger/debugger-ui/src...
Community
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 votes
«
First
‹
Previous
Next
›
Last
»