Boaz Nahum
- Total activity 218
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 70
-
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'... -
Created Can't simulate java.ext.dirs in IntelliJ
Out problem is this:In the past we used to put all our extensions in ...\JRE\lib\ext.Because we are working with many versions of Java, we decide to put all our extensions in other common place ...... -
Created File Watcher and synchronize - automatically?
Once we do changes in the files out of IntelliJ, the changes are shown in the ide.logHowever, the editor doesn't reread these files, unless we asked for it explicitly by clicking the Synchronize bu... -
Created I think 6094 is toatly broken
Ctrl N does not find any symbol.Windows are not refreshed All i get is white screen - see attached file.When expanding packages all i get is 'Loading...' which is never end.And so on.Attachment(s):... -
Created How to add a module to 'runtime' class path but not to module dependecies
Hi.In our project e have a special JAR. At compile time, any other module must not reference code from this JAR. But at run time we create instance - using reflection - a special class which is use... -
Created Emergency Call: IntelliJ Crashed without traces when building project
I have some GUI forms.I change the from files from ?.form to ?.formx (to prevent intellij regenerate code for them).I tried to compile the project and intellij disappeared. I reopen the project aga...