Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Problem searching for Java methods by bean property name
I'm trying to allow my plugin to have references in Clojure code to Java methods, referring to them by their bean property name like this: [Customer (= true VIP)] Here Customer refers to a Java cla... -
创建于 Detect if file is completion copy from Document/VirtualFile?
In my plugin I have a DocumentListener which I use to record changes happening to documents for later post-processing. I'd like to detect if a given Document is actually a file copy for completion ... -
创建于 Add document range markers in DocumentListener?
已回答The Javadoc for DocumentListener says that the document must not be modified from the listener methods. Does that include adding RangeMarkers? Can they be added from documentChanged()? -
创建于 Update LookupElements after passing to CompletionResultSet?
I'd like to move towards making my completions more responsive by passing elements to the CompletionResultSet as I generate them, rather than batching them up and sending them all at once, getVaria... -
创建于 Can't remove plugin update
Hi, I uploaded an update to my plugin which turns out to have been bad due to a bad merge. I've deleted all the versions except this one: https://plugins.jetbrains.com/plugin/8090-cursive/update/36... -
创建于 Start Run configuration without showing tool window?
In my plugin, the user can create run configurations which are used to start REPL processes. These processes appear in a non-standard toolwindow which is usually docked on the side, rather than the... -
创建于 Find previously focused editor from Toolwindow?
When the user has a tool window open, ESC will take them back to the previously-focused editor. Is it possible to figure out which editor or file that is while they still have the tool window focused? -
创建于 Debugger dockable tabs/panels
In my plugin, I'm currently using a standard Content layout with tabs. I'd really like to be able to use the more flexible layout used by the debugger, with dockable/floatable panels which can be l... -
已编辑于 File watching questions
I'd like to use a file watcher to watch for a file containing a port number that will be created by a process I'm running with a run config. What's the best way to achieve this? I know the full pat... -
创建于 Icon resolutions
I noticed today that IntelliJ now supports SVG icons as well as the standard and x2 options. Konstantin Bulenkov's post about IconLoader (http://bulenkov.com/iconloader) doesn't mention these, I gu...