Steven McLeod
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created Make it possible to open and view icns files in AppCode
It's common to have an icns file with your AppCode project. The EAP doesn't know how to handle these files. -
Created How to open a newly created class
Using the Open API I've created a new Java class in the current project. I have a PsiFile object that represents this new class. I would now like to open this new class in the editor. How do I do t... -
Created Developing a plugin seems too hard
I worked through the tutorial and learnt to make a simple "Hello World" dialog. Seemed easy enough. Then suddenly...the help ends. Just Javadoc API with mostly uncommented methods and classes. I've...