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
August 01, 2011 09:54
Yes, Marek, you can. Go to Settings|Code Style|HTML. In "Do not indent children of" just remove the "body" tag. That should be it.
Community
WebStorm
Change behaviour of auto indenting inside html and body tag
14 votes
Created
November 17, 2017 10:03
Settings|Editor|Code Style|Java|Wrapping and Braces|Binary expressions|Align when multiline
Community
IntelliJ IDEA Users
Using Tabs for Indentation, Spaces for Alignment
3 votes
Created
October 21, 2011 09:55
"Wrap if long" means that only items which go beyond margin are put to the next line. For example:$x = array("0","1","2");will become:$x = array("0","1", "2");assuming that "1" still fits to...
Community
PhpStorm
Code Style - Chop down if long / Wrap if long
2 votes
Created
July 10, 2023 13:47
In general using the internal API isn't safe so I have created the following ticket https://youtrack.jetbrains.com/issue/IDEA-324754/Introduce-a-public-API-method-to-check-if-autowrap-is-in-progres...
Community
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
1 vote
Created
January 27, 2023 15:28
There are two basic types of alignments which you already use according to the screenshot above. A regular one (no backward shift) requires that the element is the first non-whitespace element on t...
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
1 vote
Created
October 23, 2018 13:39
What you can do in your plugin is define bold font for two of the built-in schemes: Default and Darcula. You can find more information on how to do this here: www.jetbrains.org/intellij/sdk/docs/re...
Community
IntelliJ IDEA Open API and Plugin Development
TextAttributesKey: how to modify it's TextAttributes?
1 vote
Created
July 19, 2017 11:54
File status colors do not belong to the editor and they must be compliant with the currently selected IDE theme. In version 2017.2 you have to temporarily switch to either Default or Darcula and co...
Community
IntelliJ IDEA Users
Colours & fonts, file status not available
1 vote
Created
May 02, 2017 16:21
Your changes are stored in config/colors directory. Any copies of bundled schemes are named as _@user_<scheme name>. You can simply remove a user copy and it will be reset to defaults stored in bun...
Community
IntelliJ IDEA Open API and Plugin Development
Local color scheme changes persist after reinstalling color scheme plugin. Don't want it to do that.
1 vote
Created
February 15, 2017 16:27
Unfortuantely that's not possible at the moment. There are similar requests like this one: https://youtrack.jetbrains.com/issue/IDEA-160168 and I think we'll implement it at some point.
Community
IntelliJ IDEA Open API and Plugin Development
Inherit default color in highlighter
1 vote
Created
September 22, 2016 10:09
That's a tough question. In practice we use a different template formatting engine for many templates since the one in the public API has severe limitations and is not capable of maintaining proper...
Community
IntelliJ IDEA Open API and Plugin Development
Rythm formatter custom language plugin
1 vote
Next
›
Last
»