Can Android studio go to previous opened file after i Ctrl+F4 to close current? -




it's interface problem using android studio.

like other multiple tab application, using ctrl+f4 close current window/ file gets previous one.

for example, if edit mainactivity.java , switch activity_main.xml i'm used behavior when click ctrl+f4 close activity_main.xml goes previous file mainactivity.java reason (even after changed keymap visual studio) goes random file.

does know how change behavior?

before answer i'm not looking shortcut key reopen last opened window. file still opened, i'm looking regular behavior focus go last file automatically after closing file.

file > settings > editor > general > editor tabs > when closing active editor > activate opened tab





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -