Boaz Nahum
- Total activity 218
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 70
-
Created 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 -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 { . ... -
Created 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'...