Boaz Nahum
- 活动总数 218
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 70
-
创建于 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 ...... -
创建于 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... -
创建于 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):... -
创建于 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... -
创建于 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... -
创建于 Error copying file on project open
I work with build 6068.When i tried to open my project, i got this error message(see attached file):*Cannot copy D:\views.dat\BoazVioletS\Qsnap\Qext\IntelliJ\src_javac2.zip to D:\views.dat\BoazViol... -
创建于 ApplicationConfigurable2 in open API
Hi.In my code I'm using wfplugins.wfrun.run.WFApplicationConfigurable like this:public class WFApplicationConfigurable extends SettingsEditorGroup { public WFApplicationConfigurable(Project pro... -
创建于 VirtualFileSystem#refreshAndFindFileByPath does not find UNC file
I have a pice of code that worked OK in IntelliJ 5. *String s = file.getAbsolutePath(); final String s1 = s.replace(File.separatorChar, '/'); final VirtualFile[] virtualfiles =... -
创建于 JARs files are locked even if idea.jars.nocopy=false
Even ii set idea.jars.nocopy=falseIDEA lock JDK jars.Is this a bug or by design (this lock prevent us update views which include JDK).EAP build 6043.ThanksBoaz -
创建于 How can i 'Show History' for entire project
Currently i can see history of entire module: Local History-->Show HistoryHow can i see history of entire project ?ThanksBoaz