How to open my files by double click
Asked Answered
G

2

7

Android Studio was working fine, and unexpectedly, each time I do single click on any class android studio immediately opens it.

I googled how to disable this options and one suggestion was to change the key map..i did that as shown int he picture below..I changed the action of "Jump To Source" to be done by single click..then I clikced ok...but that did not solve the problem

please let me know how to open my file by double click not by single click

image

enter image description here

Gingerly answered 21/12, 2016 at 14:41 Comment(0)
T
18

Have you activated the Autoscroll to source option in the project view? This will always open a clicked source file.

autoscroll to source option

Tavarez answered 21/12, 2016 at 14:55 Comment(2)
thanks..thats what i ve been looking for....but please i ahve a nother small question..is there any way to goto the source file which is currently open in the tab?? for example, i have 5 opened tabs in android studio and i want to goto the class which is currently opened in the tab number 3..how to do so pleaseGingerly
I don't know any solution but IntelliJ does not always append tabs (depending on your preferences). So the best solution might be to use CTRL / CMD + E to switch between the recently opened files.Tavarez
L
1

For your secondary question: clicking on this icon will highlight the class that is in the current tab in the treeview

enter image description here

Lipkin answered 31/3, 2021 at 19:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.