breandan

Results 140 comments of breandan

Excited [to see this](https://blog.jetbrains.com/clion/2019/01/clion-opens-2019-1-eap-clangformat-disasm-lldb-injected-languages/#an_update_for_plugin_writers) finally shipped, nice work! Are you planning to support running separate IDEs directly via the [`runIde` DSL](https://github.com/JetBrains/gradle-intellij-plugin#running-dsl)? edit: Also the [latest Maven dependency](https://www.jetbrains.com/intellij-repository/releases) for CLion appears...

Hi @colossatr0n, thanks for reading carefully! I think you're probably right, we did not give much thought to naming conventions. There is currently no action that jumps to the start...

Good point, I've worried about changing IDs stored in static XML files before. It seems to me that there should be a way to migrate names without requiring users to...

Awesome, thanks for volunteering! Basically, this is the correct process. You will need to record the GIFs somehow, then add them to be tracked on Git. You can link to...

Hi @rog1039, thanks for your question. By default, AceJump does prefer to use single-character tags tags, however they may be unavailable to assign for several reasons. It may be the...

Hi @rog1039, thanks for recording the screencast and sharing your experience. I can see what you mean, and understand your curiosity, as the tagging mechanics are not always intuitive. Since...

Due to the limited number of assignable tags, there is always an implicit maximum query length, however it is usually much longer than the length of a line of source...

Although discarding the first character after partial tag selection may just be cosmetic, keeping it visible and highlighted is an important visual cue when partial selection may coincide with another...

PRs welcome! To implement this functionality, one would need to add two [new actions](https://github.com/acejump/AceJump/blob/master/src/main/kotlin/org/acejump/control/AceAction.kt) (forward and backward). After any AceJump action is completed, the [reset](https://github.com/acejump/AceJump/blob/abe9c838df985c235c578ad9b9326897b034f1a5/src/main/kotlin/org/acejump/control/Handler.kt#L132) is called, where you would...