I recently installed a new AndroidStudio4.1 IDE but it is missing the Local Changes
tab inside the Version Control
which is now renamed to Git
? tab. I only see the Log
tab. Is there any shortcut to get the Local Changes
tab back? also I would like to have the Pull Requests
and Console
tabs in there.
I tried deleting all the AndroidStudio related folders from the library but none of that helped.
~/Library/Application Support/AndroidStudio* ~/Library/Application Support/Google/AndroidStudio* ~/Library/Caches/AndroidStudio* ~/Library/Logs/AndroidStudio* ~/Library/Preferences/AndroidStudio*
When you open "Commit" tab you can see "Local Changes" and "Shelf" tabs, so the Commit tab contains Local Changes. In the case of the author of a post - he had "Use non-modal commit interface" enabled and we've guided him where he can find "Local Changes" tab.
With PyCharm you can restore that change in a couple of clicks. Right-click anywhere in the editor and choose Local History | Show History from the context menu. In the dialog that opens, the left-hand pane shows a list of all saved revisions of the current file with timestamps.
One way to open the Git tool window is to hover over the quick access button in the bottom left of the IntelliJ IDEA window, and select Git. This will open the Git Log tool window. Alternatively, you can use ⌘9 (macOS), or Alt+9 (Windows/Linux), to open the Git Log tool window.
Just disable the following option under File | Settings | Version Control | Commit:
The "Local Changes" feature is not removed, it's relocated to the left-side, under project structures, similar to VSCode:
You can also use CMD+K
to open this new tab on macOS. If someone knows the shortcut for Windows or Linux, feel free to add :D
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With