kgalligan
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
-
kgalligan 创建了一个帖子, 已回答Getting class type from KtClass
I'd like to get the class type from a KtClass instance, but calling ` KtExpression.getType` always returns null. I've been getting class type in other places successfully. I'm pretty new to this ar... -
-
-
kgalligan 创建了一个帖子, Git info for current file in plugin
I'm writing a plugin that records some info about the current file. I'm able to get the current file info, get selected text, and some other basic stuff. However, I'd also like to check if the fi... -
kgalligan 创建了一个帖子, Android visual layout editor
Is there a way to turn off the visual layout editor? Every time I open a layout file my whole IDE window gets shoved around, and I have to click the "Text" tab, and close the components window. H... -
kgalligan 创建了一个帖子, Apply path not applying the changes
I have a patch that I'm trying to apply to my local source. Its pretty straightforward. I don't think its having any conflicts. However, many of the changes simply aren't applied. I get diff wi... -
kgalligan 创建了一个帖子, Interface idea for the tabs
When working with many tabs open, and you switch tabs, its hard to see the last one you worked on, and sometimes that "back" thing doesn't really work as expected (or hoped, anyway).Change the back... -
-
kgalligan 创建了一个帖子, idea 9 and javascript code completion
In version 8, when you had code completion on pretty much any type of object in javascript, it would kind of give you the kitchen sink. Since it doesn't know what the object is, that makes sense. ...