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 votes
Recent activity
Votes
Created
February 18, 2016 13:56
XHTML formatting rules are taken from XML, not HTML. XML rules though are limited and do not have settings for specific tags. On the other hand <h:outputText>, for example, goes to the next line. I...
Community
IntelliJ IDEA Users
XHTML and formatting
1 vote
Created
December 30, 2014 09:36
Make sure that the option "Detect and use existing file indents for editing" is turned off (Settings|Editor|Code Style)
Community
IntelliJ IDEA Users
indent - Code Style -> Javascript -> Tabs and Indents
1 vote
Created
November 29, 2011 13:57
Adam,please use non-minified version. You can find it, for example, here: http://code.jquery.com/jquery-1.7.1.jsIt is sufficient just to put it under the project root if you are not going to use it...
Community
PhpStorm
jQuery as a library - problem
1 vote
Created
April 04, 2016 17:22
Well, there is no straightforward solution for that too. You may need to build a model without leading '%', perform formatting and insert leading '%' back, for example. Basically you can remove '%'...
Community
IntelliJ IDEA Open API and Plugin Development
Indentation relative to n-th column of the line
1 vote
Created
July 07, 2023 13:57
Would it make sense for you to have a dedicated method, for example CodeStyle.isAutoWrap(), which would return true in case of automatic wrapping? It could combine the two keys in the public API.
Community
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 votes
Created
April 20, 2023 09:50
I guess it's a platform bug. Please feel free to create a new issue here: https://youtrack.jetbrains.com
Community
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 votes
Created
December 09, 2022 12:27
No, spacing is appied only for the cases when alignment is not applicable.
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 votes
Created
November 21, 2022 09:52
For calling an exernal formatter please use AsyncDocumentFormattingServce. There's a number of flags telling when the formatter can be used, see FormattingService.Feauture. Note that due to asynchr...
Community
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 votes
Created
October 18, 2022 16:48
The formatter controls spacing including indentation only between adjacent leaf blocks. That's why the first leaf block will never get indentation. As a workaround you can handle it in a PostFormat...
Community
IntelliJ IDEA Open API and Plugin Development
Formatting indents make me go nuts
0 votes
Created
January 18, 2022 19:27
Your code seems to be correct at first glance with one exception: you have to check which settings type the option is added to. For example, if you adding the custom option to "Wrapping and Braces"...
Community
IntelliJ IDEA Open API and Plugin Development
How to use CodeStyleSettingsCustomizable.showCustomOption for Drop Down Lists?
0 votes
«
First
‹
Previous
Next
›
Last
»