wisetime-io / intellij-branch-in-window-title

Plugin to append current git branch, as available, into the window title of IDEA
Apache License 2.0
15 stars 3 forks source link

Not working on 2023.3 #17

Closed legendmohe closed 1 month ago

legendmohe commented 4 months ago

image

legendmohe commented 1 month ago

Android Studio Ladybug | 2024.1.3 Canary 3 Not working

sukolenvo commented 1 month ago

I've tested plugin with Android Studio 2024.1.3 Canary 3. And it works as expected - window title is updated and includes branch name. Note that by default IDE and Android Studio doesn't show window title toolbar (has to be enabled in settings and instructions vary by OS and version of IDE).

Here are results of my test (linux):

$ xwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x3a00054 "Signal – build.gradle.kts my-new-branch"

Settings -> Appearance and Behaviour -> Appearance -> Disable "Merge main menu with window title" image