I use Sublime Text 3 in two column mode. I have several tabs open in each panel/column.
Current behavior:
(Upper part of diagram)
There are seven tabs open in the left panel. The current displayed tab is tab 2. I move tab 7 over to the right panel.
(Lower part of diagram)
Result: The tab moves over to the right panel. It's displayed in the right panel. That's fine, whatever. On the left panel, though, tab 6 is now displayed instead of tab 2.
Desired result: On the left panel, tab 2 should be displayed instead of tab 6. Is there any setting to do this?
There is no setting to do this as at build 3157. Someone wrote a plugin to handle this when closing tabs, maybe it could be adapted to work when moving tabs between groups also.
https://github.com/SublimeTextIssues/Core/issues/455
Related
I am trying to mimic the behaviour on PyCharm, where there are docks on the edges and, if the user clicks on the tab, it exapnds and collapses the dock to increase the central widget.
I managed to put the tabs on the site, and I can subscribe to the tabBarClicked event to detect QDockWidgets, but I still need to figure out 2 problems:
How to always display a tab on each region where there is a dock (if there is more than 1 dock on that area, the tabs are automatically handled, but if there is only 1 dockwidget, no tabs are shown).
How to keep the tab if I hide the dock (for collapsing the widget).
Any ideas? This is what I got so far. As you can see, the QDockWidget on the bottom does not have a tab, but a title bar.
Is it possible to code in two or more columns in ANDROID STUDIO at the same time?
For example: In Sublime Text 3, I can go to View>Layout>columns:2 to be able to see two open files at the same time and edit both of them. This is a Screen Shot of two columns opened in sublime text
Right click on file name at the top of the editor. And select either split vertically/horizontally to duplicate or move right/left
we can do it just by taking a Right-click on the activity to be multitasked from the activity draw displayed just above the Typing console(coding area) and choose the option "Move to Right ":
https://SURU.tinytake.com/sf/MTQxMTgzOV81MDc2MDI2
I want to stick some text of the bottom of the page, like on the screen, just before footer always. When there is text (from mergefield), next should be new lines. I hope screenshot make it easier to see.
You can put the text in a text box or frame with position set to "Bottom
Relative to Margin". It's the only idea I have due you don't want to use a footer.
Or you can see this article
Basically it gives three options:
Negative left indent
Margin text box
Anchor to the header
I found the solution to the problem on Microsoft's page and I hope that this page comes up for as many people as possible.
Select the text you want to stick to the bottom (or top) of the page. Under Layout tab take a look at the bottom right of the page layout section and you should see a small arrow that, when clicked on, opens a new menu. In that menu, go to layout tab and set vertical alignment to be "bottom". IMPORTANT! Make sue that the next menu option (at the bottom of that window) is set to "apply to selected sections" otherwise, you will be writing from the bottom of the page upwards.
Here is the source image that helped me. https://filestore.community.support.microsoft.com/api/images/0382c4a8-ade9-4fc4-be66-bcd2c7101479?upload=true
Here is the visual representation:
Note that the person who took the screenshot set the last setting to whole document, not just selected sections.
If selected sections option isn't available, make sure you selected a text before opening the menu.
Hope this helps!
Does Android Studio have the option of opening a referenced file in a new tab (like Xcode's Alt-click feature)?
If not, is there a way of creating this?
Open current editor tab in new window
Shift+F4
Even I couldn't find a way of "Duplicating Tabs". But there are two workarounds that might help:
1) Right click on a tab title and choose either Split Vertically or Split Horizontally. This can be done multiple times!
2) If for some reason you don't want to see the files side by side, there's another hack (works for me on Mac): First, right click on a tab title and choose either Split Vertically or Split Horizontally. Now, drag the extra tab (by its title) on to the title bar of Android Studio => the tab will pop out into a new window!
Hope this helps!
Handling the tabs right now is crazy !!
Often I use a split layout / workspace. Mostly I split vertically.
After a short time I have 10 tabs left, 10 tabs right
If I try to reorder a tab by dragging it, the tabs beneath it (the place I'd like to drop the tab) jump around and flicker.
If I click a tab (of a row) all rows reorder... what the * ? How to keep an overview like this.
I can't drag from one view to the other.
So my associated questions would be...
About 1. Am I doing something wrong ?
About 2. Are there some settings to disable this reordering ?
About 3. See edit
Sublime Text 2 for example does this all very naturally.
Edit
I found out that I can drag a tab from one side to another, BUT I need to drag it a little bit down first so the tab gets "loose"
There is no fix yet, these are known issues:
http://youtrack.jetbrains.com/issue/IDEA-22546
http://youtrack.jetbrains.com/issue/IDEA-84887
A workaround would be to use tabs on left/right or in single row options.