Subash
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Subash created a post, AnsweredHow to use the same custom editor instance (FileEditor interface) for multiple files from the project tree?
Hi 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. ... -
Subash created a post, AnsweredHow to create library for module with its ModuleDependencyItem.DependencyScope scope?
Lets say, i can create lib and add it to module. for example ModifiableRootModel rootModel = ModuleRootManager.getInstance(module).getModifiableModel();LibraryTable libraryTable = rootModel.getMod...