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