Boaz Nahum
- 活动总数 218
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 70
-
创建于 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 -
创建于 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 -
创建于 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 -
创建于 How to use TextFieldWithHistory in SettingsEditor
My plugin is adding 'run configuration' by extending the default one.public class WFApplicationConfigurable extends SettingsEditorGroup { public WFApplicationConfigurable(Project project) { ... -
创建于 Unnecessary call to com.intellij.openapi.vcs.EditFileProvider#editFiles
My VCS plugin implement com.intellij.openapi.vcs.AbstractVcs and register instance of com.intellij.openapi.vcs.EditFileProviderWhen i try to do 'safe-delete' i noticed that too many files are check... -
创建于 JAVA doc error hilight incorrect for modules create with package prefix
create module with package prefix in it's source contect root....... prefix: wf.toolIn my source i get error hilight on javadoc links when referenciong this module package from othe rmodule or from...