Subash
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to use the same custom editor instance (FileEditor interface) for multiple files from the project tree?
AnsweredHi Team, I have files with custom extension. And syntax is xml. I have included multiple files into a single file like xml do using DOCTYPE and ENTITY. All files are placed in same folders. ... -
Created How to create library for module with its ModuleDependencyItem.DependencyScope scope?
AnsweredLets say, i can create lib and add it to module. for example ModifiableRootModel rootModel = ModuleRootManager.getInstance(module).getModifiableModel();LibraryTable libraryTable = rootModel.getMod...