Jonathan Locke
- Total activity 104
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 28
-
Created Maven Project Name
AnsweredI think I have an easy one for a change :) Is there any way to turn off the bracketed text here? It's not helpful in this case. Best, Jon -
Created commit dialog vanished
AnsweredIn 2022.2.3, my commit dialog has vanished. I've looked up the basic ideas and applied them, but none worked: - wipe caches and restart - toggle the VCS non-modal option When VCS non-modal is off... -
Edited project import failure
AnsweredHi All! I have a Maven project that can be built from the command line, but cannot be imported into IntelliJ. Steps: 0. Install Git, Git Flow, Java 17.0.2, Maven 3.8.5 1. IntelliJ IDEA 2022.1.2 (Ul... -
Created IntelliJ Gateway setup
Answeredis there a way to set up gateway directly on a Linux server using wget or something similar? -
Edited EAP Plugin doesn't start
AnsweredI get the error below when running a little IntelliJ plugin I wrote for fun (https://github.com/jonathanlocke/intellij-macros). Any ideas? Thanks! -- Jon /Library/Java/JavaVirtualMachines/jdk-1... -
Created Keymap import
AnsweredThe keymap I exported from IntelliJ no longer imports into the most recent version of Ultimate. Is this a known bug? https://github.com/Telenav/kivakit/blob/develop/setup/intellij/kivakit-keymap.zip -
Created Remove Module
AnsweredI'm wondering if I'm doing something wrong when I remove a module from my project in IntelliJ. When I remove a maven module in a Java project, the module will go away and then reappear. If I remove... -
Edited IntelliJ Flags Split Package but not Maven
AnsweredHi All! I'm wondering if anyone has seen anything like the following. I have tried everything, including rebuilding my workspace various exclusion statements and many other ideas and nothing resolv... -
Created keymap plugin
AnsweredI made a simple keymap plugin here: https://github.com/jonathanlocke/intellij-easymap-mac It installs okay and I see the logo (although it is strange that it doesn't appear initially when I instal... -
Created git merge multiple modules
Answeredi like the way you can create a new branch for every repository in a project at once. you can also switch all the branches at once and do checkins across all the repositories. but is there a way in...