Jamie Craane
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Jamie Craane created a post, AnsweredRun two instances of IntelliJ of the same version
How can I run two instances of the same IntelliJ version but both have different plugins configured. For example, I want a lightweigt instance with only some basic plugins and a full fledged versio... -
Jamie Craane commented, -
-
Jamie Craane created a post, AnsweredFind shortcut of certain action
I am developing a plugin and want to implement a rename action for certain elements in the plugin. Ideally I want to re-use the rename shortcut which is configured in the keymap. Is there a way to ... -
Jamie Craane created a post, AnsweredLive code completion in documentation
Is it possible to configure IntelliJ code completion in such a way so it behaves the same as for example the Atom editor for documentation files? I have made a video of this specific behavior: http... -
-
-
-
Jamie Craane created a post, Different line startoffsets from Document
I am writing a plugin which adds some visuals using the Graphics object to the start of a line. I have the following sample code (with line numbers added): 1. public class Test {2. public static... -
Jamie Craane commented,