kgalligan
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Getting class type from KtClass
AnsweredI'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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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. ... -
Created GUI tool
So, I built a basic GUI app. I will say, it was pretty sweet. Then I went to run it outside of the IDE using our standard build process. Failed. Having a general understanding of these things, ... -
Created Getting current document
Is there a way to get the current document when running an application inside Idea? Maybe a stream of the current document?thanks -
Created Linux Stealing Focus
I'm not sure how much discussion, if any, there's been about this, but its been bothering me for a long time. When using Idea in Linux, Idea steals the window focus away from whatever else you're ... -
Created Code completion for builders
So. Lets say I'm writing a builder. I want people using the builder to have some level of code completion. From reading the docs, it looks like there's some for the swing builder? Is there some...