BoazNahum
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created New to svn, How I download from jetbrains svn
Can any one give me a tip/pointer ?I want to download all files under http://svn.jetbrains.org/idea/BRANCHES/SelenaMinor/bundled/IDEtalk/Never used svn before.ThanksBoaz -
Created How to prevent new file/package actions
Hi all.We are trying to improve our old clearcase plugin.Our probelm is simple: com.intellij.openapi.vfs.VirtualFileAdapter#fileCreated is called after the process of creating file is already b... -
Created java.lang.VerifyError after compile with javac2
We got this exception at runtime after moved to java2 from version 7.0.3 java.lang.VerifyError: (class: wf/tool/application/postprocessor/components_container/P2DefaultContainer$IDWrapper, ... -
Created javac2 7.0.3 fails when using -target 1.6
Hi All. Till now we works with javac2 taken from IntelliJ 6. These days we are trying to move to javac2 that is distributed with IntelliJ 7.0.3. (some important bug fixes in 7.0.3) The jars w... -
Created Please help: javac2 exception.
While trying to compile with javac2 I got this exception: C:\Temp\maketmp\45648\make00000.rsp:20: java.lang.ArrayIndexOutOfBoundsException: 10 at org.apache.tools.ant.dispa... -
Created How to store project component settings in seperate file ?
My project componet settings are saved in *.iws file.I'm trying now to save them in speparet file: @State( name = "WFUserDefinedOptionsManager", storages = { @Storage(id = "dir"... -
Created Little confused about ClearCase plugin
I was happy to see that a ClearCaseplugin is bundled with Selena 6700(i tired of patching my own one).The plugin in version is 1.3.6 from 08/2005 - what does it mean ?Plugin updater notfiy me that ... -
Created Selena: ..\bin no longer in library path
Hi.My plugin is using jniwrapper.dll which is bundled in IntelliJ.But i Selena, my plugin can't find this DLL.Is ..\bin directory was removed from java.library.path ?JNIWrapper native library in ja... -
Created ApplicationInfo#getMajorVersion() ?
In Selena it return null. Is this because it is EAP or it is a bug ?ThanksBoaz -
Created VCS changes coloring on side bar - how to preserve ?
In SELENA when I'm editing file I see on editor left side coloring of these changes.When file is saved these coloring disappear.Is there a way these coloring will stay till I checkin the file - Can...