Xcode tabs always change from code to code

Is there a way to fix a tab in a single file, so it will never change. When I debug breakpoints, the same tab goes from one code to another (file). Also during regular development, the tab always changes content. In eclipse, once you open a file in a tab, it will no longer change.

+4
source share
2 answers

Unfortunately, no, it's impossible to lock a tab in a single file so that it never changes. The equivalent functionality of the tab that you are referencing from eclipse does not exist in Xcode.

The main functionality associated with using tabs seems to switch to them with Xcode behavior. From looking at this behavior in the settings and observing what you can do, you can see that the functionality of the Xcode tab is in its own world.

You can name the tab by double-clicking the title and setting the name. (This alone is not very useful).

Rename tabs

Then you can use the option “Show tab with the name [tab name] in [active window | separate window]” inside the desired category of behavior, to open (or change) the same tab when something happens. Behaviors are part of Xcode-specific global preferences that are not project specific, so this indicates that these functions are intended for general workflow tasks.

enter image description here

" ", ( ) - , , shift option " " (command shift O) option shift return, .

Xcode Magic Open Menu
(: git-tower.com)

git-tower.com.

+1

, Xcode. , Pauses.

0

Source: https://habr.com/ru/post/1614762/


All Articles