Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rustam Vishniakov
Total activity
296
Last activity
July 10, 2023 13:47
Member since
April 09, 2010 09:02
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
124
Activity overview
Articles (0)
Posts (1)
Comments (171)
Sort by recent activity
Recent activity
Votes
Created
November 30, 2011 10:38
I have to check this, sounds like a bug.
Community
PhpStorm
jQuery as a library - problem
0 votes
Created
March 25, 2013 11:02
Currently it's not possible to exclude individual files from being formatted (like *.tpl). On the other hand if there is a problem with .tpl formatting, it needs to be fixed. Could you please subm...
Community
PhpStorm
How to restrict the code formatter
0 votes
Created
June 10, 2013 09:38
Stephan,could you please clarify it a bit:- Does it happen only at commit time or when you open index.php in the editor too?- Does the message appear only for index.php or for other files as well?I...
Community
PhpStorm
Php error message sniffer to commit to git
0 votes
Created
January 31, 2014 10:13
You can't do this without writing a special plugin.
Community
PhpStorm
Custom Code Folding for LiveCode
0 votes
Created
July 16, 2010 09:01
Unfortunately our servers went down due to electricity outages caused by extremely high temperature. I apologize for the inconvenience it caused for you. I hope everything should be OK now. I think...
Community
IntelliJ IDEA Plugin Users
plugins.intellij.net is down?
0 votes
Created
February 08, 2016 13:11
When child blocks are requested from the block wrapping the composite element in buildChildren() method, you may use InjectedLanguageBlockBuilder.addInjectedBlocks() to add child blocks for the inj...
Community
IntelliJ IDEA Open API and Plugin Development
Injected languages formatting
0 votes
Created
March 22, 2016 15:41
It's not a trivial task. Most of templates have 2 PSI trees: template language tree and HTML one. You need TemplateLanguageFileViewProvider for that. Eventually you get two models: one for HTML and...
Community
IntelliJ IDEA Open API and Plugin Development
Indentation relative to n-th column of the line
0 votes
Created
February 14, 2012 13:10
Siddharth,sure, there are several classes to take a look at. To make a configurable visible at UI level under Settings/Code Style you need to implement CodeStyleSettingsProvider. It should be able ...
Community
IntelliJ IDEA Open API and Plugin Development
Code style options for custom language plugin
0 votes
Created
November 02, 2012 10:05
JS plug-in has an extension point called JSPredefinedLibraryProvider which allows other dependent plug-ins have bundled js libraries. In turn it also depends on webcore module but it's not a part o...
Community
IntelliJ IDEA Open API and Plugin Development
loading javascript file to library.
0 votes
Created
May 07, 2015 12:47
I guess you can get it from PathManager.getConfigPath()
Community
IntelliJ IDEA Open API and Plugin Development
Codestyle xml
0 votes
«
First
‹
Previous
Next
›
Last
»