Daniel

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
-
Daniel created a post, Adding and accessing File Templates
My plugin generates classes. Now I am putting the finishing touches on it and I'd like the plugin to follow the Idea look and feel and thus I want my class to automatically use the File Header temp... -
Daniel created a post, "Choose Destination Directory" dialog
My plugin creates class-files based on other classes. In those cases where a project contains several source folders I'd like to let the user chose the source folder to place the class in. IDEA acc... -
-
-
Daniel created a post, Adding a project library to a module automagically...
Okay, so i have created a project level library as follows:<![CDATA[LibraryTable table = (LibraryTable)proj.getComponent(LibraryTable.class); Library myLibrary = table.createLibrary("MyLibrary");]]... -
-
Daniel created a post, Programmatically get a projects 'Language Level' setting.
Hi,I was wondering if the Open API provided a way to access the 'Language Level' property of a module. It is set through the UI on the 'Project | Paths' panel, in the combo box at the base of the p... -