In sublime text 2, I can click on the minimap and drag.
in st3, it only works only when click on the 'current' view port.
I've added
"minimap_scroll_to_clicked_text": true
into settings-user;
How can I make it click and drag at any position? Thanks :P;
On the last build 3059 (December 17th, 2013), I see a click and drag when I set:
"minimap_scroll_to_clicked_text": false,
If I click anywhere in the green zone (with ST3 build 3059), the text will move to be in sync with that new zone.
Related
If you often create, merge, rebase, compare branches, you should know how to add icons from Main menu to the Toolbar. Sometimes clicking Git buttons is difficult inside menus, see screenshots.
Where is that "New branch" command inside a list of branches?
First, you should separate the Toolbar from Main menu, if it was not done before. View > Appearance > Toolbar.
Right-click on empty space in the Toolbar and press "Customize Menus and Toolbars...".
Expand "Main Toolbar" in the tree.
Scroll down and expand "MainToolBarSettings", "VCS Actions", click "Rollback", then in the top press "plus" and click "Add Action..." Here we will add new buttons.
In a window find "new branch". Select several commands with Ctrl click in Windows. Press "OK" and "OK".
Now you will see 3 new buttons in the Toolbar.
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 ":
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
I have an InstallShield 2013 InstallScript MSI project and I changed the view on the Redistributable tap and now I can no longer see the checkbox that allows you to deselect a redistributable. Unfortunately I don't remember what I did to change the view.How can I get back to that view so that I can change what's supposed to be redistributed with our product?
Do you see the [Checked] button in your screenshot (at the top of the redistributables list)?
Grab that button with the left mouse button and drag it to the column list. You should see red arrows appear. Drop the button, and it will then add the checkboxes as a new column wherever you dropped it.
I m new to android Development
i have to place 3 button on screen and below that 3 image will be place below that..when i click on any button ,particular image should be highlight.
can anyone tell me how to start..i only want suggestion from where to start...
You can replace the image with a highlighted variation in the on click event.