Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitry Avdeev
Total activity
811
Last activity
June 26, 2024 17:35
Member since
October 05, 2005 15:14
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
330
Activity overview
Posts (18)
Comments (463)
Sort by recent activity
Recent activity
Votes
Edited
May 18, 2017 04:43
Hi, how do you know it doesn't work? Did you try to debug your code? Do you see it to be invoked?
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference to an XML file
0 votes
Created
April 18, 2017 11:06
Hi, it looks like a bug. Could you please submit it to YouTrack? Currently supported way to add templates is to put a template file (e.g. "Foo.java.ft") into "/fileTemplates" directory in your plug...
Community
IntelliJ IDEA Open API and Plugin Development
FileTemplates doesn't save on disk
0 votes
Created
April 12, 2017 16:35
Hi Crispin, is it possible for you to turn off Instant Run as it's suggested? It works for me.
Community
IntelliJ IDEA Users
When will Idea 2017 catch up with the current Android gradle plugin?
0 votes
Created
March 10, 2017 11:25
Hmm, I can't find getLocation() method in XmlNamespaceHelper.
Community
IntelliJ IDEA Open API and Plugin Development
Looking for an example of a custom XmlSchemaProvider
0 votes
Created
March 10, 2017 10:24
I would iterate through DOM elements and check if their offsets (text ranges) belong to the selection.
Community
IntelliJ IDEA Open API and Plugin Development
How to get list of XmlTag objects in selection?
0 votes
Created
December 08, 2016 12:28
Hi, you can use com.intellij.tasks.TaskManager to access current task information. To track task activity, use TaskManager.addTaskListener(...).
Community
IntelliJ IDEA Open API and Plugin Development
Create plugin that interacts with and extends the Task Management plugin?
0 votes
Created
November 07, 2016 13:13
You need to obtain PSI for your file, then locate the element you need, then remove it.
Community
IntelliJ IDEA Open API and Plugin Development
Parsing an XML file
0 votes
Created
November 07, 2016 13:00
Sorry for delay, take a look at com.intellij.psi.impl.source.jsp.el.impl.ELVariablesProvider extension point, although this is not a public API.
Community
IntelliJ IDEA Open API and Plugin Development
How to customize the syntax for EL completion on JSPs, like elvariable
0 votes
Edited
October 28, 2016 10:30
Hi, do you use those variables in EL expressions, or somewhere else?
Community
IntelliJ IDEA Open API and Plugin Development
How to customize the syntax for EL completion on JSPs, like elvariable
0 votes
Created
September 22, 2016 07:48
AS 2.2 features have not ported to IDEA yet. Work is in progress.
Community
IntelliJ IDEA Users
android studio 2.2 features constraintlayout designer
0 votes
«
First
‹
Previous
Next
›
Last
»