主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jon Akhtar
活动总数
383
最后的活动
2019年07月30日 07:31
成员加入日期
2010年09月27日 19:42
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
142
活动概览
帖子(42)
评论(199)
按投票数排序
最近的活动
投票数
创建于
2016年03月25日 17:22
I just want to say that I have moved back to appCode from Xcode for most of my Swift development. I am using the EAP, and yes there are some warts, but the completions are finally in a pretty decen...
社区
AppCode
State of the Union/Frustration
1 票
创建于
2011年06月12日 00:44
I use the class: import com.intellij.openapi.diagnostic.LoggerThen: private static final Logger log = Logger.getInstance();I had never heard of PluginManager.getLogger until just now.
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to log in Idea plugins
1 票
创建于
2013年10月30日 04:53
Just to add to what Dmitry said.You even said yourself, you are doing 2 things.1) Autocomplete2) Close the function callCompletion can take care of everything if you allow '}' to end completion and...
社区
IntelliJ IDEA Open API and Plugin Development
SmartEnterProcessor for custom language
1 票
创建于
2011年05月11日 11:20
I think the properties plugin may have some code in it to make custom editor along the lines of what you mention, you might take a look to see.
社区
IntelliJ IDEA Open API and Plugin Development
Custom editor for reading and editing a '|' seperated file
1 票
创建于
2012年09月21日 08:12
You will need to do some leg work.Look at the Groovy plugin. It uses Chameleon tokens to handle GroovyDoc parsing.You use ILazyParseableElementType, and basically subclass it or make an anonymous c...
社区
IntelliJ IDEA Open API and Plugin Development
Confucion of ILazyParseableElementType
1 票
已编辑于
2019年07月30日 07:31
Can I get an OP on #idea-users - this channel generally does not have an OP. Does anyone know the owner? I am usually idle in the channel - nick sylvanaar
社区
IntelliJ IDEA Users
Chat on IRC: freenode #idea-users
0 票
创建于
2011年08月08日 04:16
I recently had a similar issue happen to me.I killed the fsnotifier process and let IDEA restart it.That neemed to do the trick
社区
IntelliJ IDEA EAP Users
editor pretty much broken in 10.5.1 but no problems with 107.277
0 票
创建于
2011年04月18日 07:22
Thanks Dennis, I think this might be a bug here is a before and after with the settings you gave. See how the slightly longer line has an issue with the comma ending up on its own line.formats to:
社区
IntelliJ IDEA Users
How do I get this formatting to work properly
0 票
创建于
2011年04月18日 07:37
I have attached the settings and the source file. The code is around line 163.I tried this on both 10.0.3 and 106.491Attachment(s):UnbalancedAssignmentInspection.java.zipDefault _1_.xml
社区
IntelliJ IDEA Users
How do I get this formatting to work properly
0 票
创建于
2011年04月19日 06:30
Well, I guess it comes down to how much you (or your employer) value your time. Should you spend it typing spaces and linefeeds or typing functioning source code.What happens if someone else edits ...
社区
IntelliJ IDEA Users
Code style - formatting between IDE's
0 票
下一页
›
最后
»