kgalligan
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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. ... -
创建于 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, ... -
创建于 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 -
创建于 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 ... -
创建于 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...