主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rustam Vishniakov
活动总数
296
最后的活动
2023年07月10日 13:47
成员加入日期
2010年04月09日 09:02
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
124
活动概览
文章(0)
帖子(1)
评论(171)
按最近的活动排序
最近的活动
投票数
创建于
2011年08月01日 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.
社区
WebStorm
Change behaviour of auto indenting inside html and body tag
15 票
创建于
2017年11月17日 10:03
Settings|Editor|Code Style|Java|Wrapping and Braces|Binary expressions|Align when multiline
社区
IntelliJ IDEA Users
Using Tabs for Indentation, Spaces for Alignment
3 票
创建于
2011年10月21日 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...
社区
PhpStorm
Code Style - Chop down if long / Wrap if long
2 票
创建于
2023年07月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
1 票
创建于
2023年01月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
1 票
创建于
2018年10月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TextAttributesKey: how to modify it's TextAttributes?
1 票
创建于
2017年07月19日 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...
社区
IntelliJ IDEA Users
Colours & fonts, file status not available
1 票
创建于
2017年05月02日 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...
社区
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 票
创建于
2017年02月15日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Inherit default color in highlighter
1 票
创建于
2016年09月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Rythm formatter custom language plugin
1 票
下一页
›
最后
»