Boaz Nahum
- 活动总数 218
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 70
-
创建于 Spell checker stop working in comments
I just installed the Spell Checker Plugin , also the Java dictionary.But my comment are not cheked. I turn it on in inspection settings.Please HelpBoaz -
创建于 Performance problem on build
Hi All.(Sorry for cross posting,I guess i was in the wrong forum.)For the some latest build we have serious performance problem when pressing the build button.After the message Checking Dependencie... -
创建于 Performance problem on build
Hi All.For the some latest build we have serious performance problem when pressing the build button.After the message Checking Dependencies appeared in status bar, IntelliJ is stack for long.We too... -
创建于 Change in behaviour of CVS in build 6117 and 6137 ?
My old CLearCase plugin is behaving differently in these two last plugins.(I didn't modify my plugin for several months).The change is when i delete a file it is indeed deleted by ClearCase Plugin... -
创建于 Can't see my inspection description
I wrote inspection for our project which is running OK, but i have small problem: I can't see it's description in 'Errors' settings. All i see is Under constructionI override method: public Stri... -
创建于 log4J:Error
Hi.I added this lines to log.xml(sent me by JetBrains support to debug file watcher): <category name="#com.intellij.vfs.local.win32"> ]]>* And got these errors: log4j:ERROR Par... -
创建于 How to attach to a process programmatically ?
I'm writing a 'run configuration' plugin.The main class that this plugin is supposed to launch is starting a second Java process.My wish is that the debug session will be attached to the second bo... -
创建于 A bug in ApplicationConfiguration ?
Altough ApplicationConfiguration is not public () I'm using it to create my configurations.I think there is a bug in ApplicationConfiguration: ApplicationConfiguration extends CoverageEnabledCon... -
创建于 Exception Class org/jdom/Element violates loader constraints
I'm working with build #6111I got this exception when my project component is trying to write itself to xml. public void writeExternal(Element element) throws WriteExternalException { . ... -
创建于 How to iterate all defined 'run configurations'
Hi.My plugin let user define 'Run Configuration' which is specific to our project.In this 'run configuration' the user have a place to add 'user defined' settings. This settings are saved in '.iws'...