主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月18日 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...
社区
IntelliJ IDEA Users
XHTML and formatting
1 票
创建于
2014年12月30日 09:36
Make sure that the option "Detect and use existing file indents for editing" is turned off (Settings|Editor|Code Style)
社区
IntelliJ IDEA Users
indent - Code Style -> Javascript -> Tabs and Indents
1 票
创建于
2011年11月29日 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...
社区
PhpStorm
jQuery as a library - problem
1 票
创建于
2016年04月04日 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 '%'...
社区
IntelliJ IDEA Open API and Plugin Development
Indentation relative to n-th column of the line
1 票
创建于
2023年07月07日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 票
创建于
2023年04月20日 09:50
I guess it's a platform bug. Please feel free to create a new issue here: https://youtrack.jetbrains.com
社区
IntelliJ IDEA Open API and Plugin Development
FormattingService implementing AsyncDocumentFormattingService not invoked on mass-reformat / save action
0 票
创建于
2022年12月09日 12:27
No, spacing is appied only for the cases when alignment is not applicable.
社区
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 票
创建于
2022年11月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Running Multiple Reformat Gradle Tasks Gives Error
0 票
创建于
2022年10月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Formatting indents make me go nuts
0 票
创建于
2022年01月18日 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"...
社区
IntelliJ IDEA Open API and Plugin Development
How to use CodeStyleSettingsCustomizable.showCustomOption for Drop Down Lists?
0 票
«
第一页
‹
上一页
下一页
›
最后
»