开发者

Xcode: how to make it stop opening extra windows?

开发者 https://www.devze.com 2023-03-06 18:29 出处:网络
Every time I double click a file it opens it in a new window. (I开发者_开发知识库f I single click then it shows it in the main window). I just want it to open the thing in the main window, regardless

Every time I double click a file it opens it in a new window. (I开发者_开发知识库f I single click then it shows it in the main window). I just want it to open the thing in the main window, regardless of if I double click or single click it. Kind of like how visual studio or eclipse work.

Same thing when I try to find text in a file (command-shift-f), in the results, if i double click them it'll open the file in a new window...

All these new windows are annoying, any way to make it so it doesn't create new windows and just displays the code in the main window at all times?


Go to your Preferences window and change the value of

  • Double Click Navigation to Same as Click

(Note: In newer versions of Xcode this is found in the Navigation tab.)

Xcode: how to make it stop opening extra windows?


In Xcode 8, you can change this setting by going to Preferences, Navigation, and changing "Double Click Navigation" to "Same as Click".

Xcode: how to make it stop opening extra windows?

0

精彩评论

暂无评论...
验证码 换一张
取 消