Steven McLeod
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
-
Steven McLeod 创建了一个帖子, 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. -
-
-
-
Steven McLeod 创建了一个帖子, 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... -
Steven McLeod 创建了一个帖子, 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...