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 16, 2015 14:57
com.intellij.psi.impl.DebugUtil.treeToStringcheers! this certainly helps.
Community
IntelliJ IDEA Open API and Plugin Development
PsiParser - complex element
0 votes
Created
September 10, 2015 11:22
could you give SDK use example?e.g. there is valid SDK defined. with this SDK plugin coder can .... ?
Community
IntelliJ IDEA Open API and Plugin Development
What is an SDK?
0 votes
Created
September 09, 2015 22:41
ok here is a solution:in FormattingModelBuilder:FormattingModel createModel(PsiElement, CodeStyleSettings) returns FormattingModelImpl (your own minimum implementation)FormattingModel implementati...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter - indent
0 votes
Created
September 25, 2015 21:33
how about this: touch $fileon opening file, then as per this thread:https://devnet.jetbrains.com/message/5503148#5503148?
Community
IntelliJ IDEA Open API and Plugin Development
Set Icons when the state is not changed.
0 votes
Created
September 20, 2015 17:12
Hi Walter,package com.simpleplugin;so in your custom plugin projectunder srcadd folders:comsimpleplugin (or another folder of your choice)the example files go right therethe reason the created file...
Community
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 votes
Created
September 21, 2015 08:51
take a look at this:https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/simple_language_pluginyou can begin by git-cloning entire project
Community
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 votes
Created
September 21, 2015 09:27
:)you are welcome
Community
IntelliJ IDEA Open API and Plugin Development
Missing documentation details in IntelliJ Platform SDK DevGuide
0 votes
Created
September 18, 2015 17:46
assuming that your Psi Tree looks something like this:CLASS FUNCTION SYMCL :: SYMMETHOD (PARAM*)you could walk up & down Psi Treecompletion parameters -> PsiElement -> up to FUNCTION...
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion - get context in which is method called
0 votes
Created
September 16, 2015 21:26
> when the file is renamed its refering links do not get renamed.renaming file and renaming identifiers are separate operations.
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 16, 2015 21:36
> if the link has non-standard chars @ then hitting tab on a completion replaces text only to the @ and not the full node's text.could you check in PsiViewer, is the link - one single token i.e. XT...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
«
First
‹
Previous
Next
›
Last
»