kgalligan
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
-
kgalligan created a post, AnsweredGetting 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 commented, -
kgalligan created a post, 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. ...