Split document on 2 screens in word 2013 - word-2013

I have small uncomfortable thing after installation of word 2013.
In elder versions (2007,2010) i could split view of document like on screen: http://i59.tinypic.com/dzgy80.png
In version 2013 small triangle, which split screen, located in right bottom corner. All i did earlier - click and drag down.
I tried to find this option in settings, but not found anything helpfull
How can i do it in word 2013? Is it possible?

View -> Split
Not really StackOverflow question I guess.

Related

Visual Studio 2022 tabs colorizing not working properly

I have a relatively large solution with 20+ projects.
I would like the tabs of the files to be colorized by project so I used this settings:
Unfortunately, Visual Studio 17.3 uses the same color for more than 1 project....
This is 3 different documents from 3 different projects but I see 2 separate colors:
What else should I set?
It looks like Visual Studio may have a slight ineptitude when trying to determine the colors. I had the same issue between my main project and a unit test project (they both had the same color).
Luckily, it looks like you can select the desired color that you want for each project, and after doing so, anytime you open a file in the project, it will now use that color, fixing the issue. To set the color, I recommend the following way (to better see which projects use what color):
Click the gear icon at the top right of your tabs
Click either place tabs on left or right
Right click any tab in the project you wish to change the color of
At the bottom of the list, select "Set tab color" and choose a new color.
Repeat steps 3 and 4 for all the projects you need to switch the color of.

Does Word Template(.dotm) VBA supports in Mac Office 2016?

I have created a Word Template(.dotm) file using VBA. It create a dropdown menu with buttons. It is working fine in Mac Office 2011.
Now I am trying to create DropDown menu using Mac Office 2016 but it doesn't create any dropdown menu.
Can anybody suggest me whether it supports in Mac Office 2016? Can I create dropdown menu in Office 2016 same as I have created using Word Template in Office 2011?
Please guide me.
Let me save you some time, Nanji. No, what you're trying to do is not supported in Word 2016 for Mac. If the VBA buttons and menus on your 2011 .dotm template are important to you, you should just continue using 2011 and check back in for news about Word 2016 in a year or so.
In my experience, about 50-75% of the stuff I built into my Word 2011 template is inoperable in Word 2016.
Word 2016 doesn't support floating toolbars or ribbon customization, and it doesn't have a fully functioning VBA editor, so it's not even possible to re-create your 2011 .dotm template from scratch within 2016.
Adding custom dropdown menus and most of the other UI customizations you are used to from Word 2011 are virtually impossible in Word 2016.
But wait, it gets better: 20-30% of the VBA code for those macro buttons you want to appear in the drop down menu will probably also be broken or buggy in Word 2016.
You may find advice elsewhere on the internet suggesting that you can build a new .dotm file on a WINDOWS machine with a current copy of Word for Windows, then load .dotm that in your MAC version of Word, cross your fingers, and use trial and error to see what, if anything, actually still works on your Mac version of Word 2016, but you will just end up tearing your hair out trying to do this. Trust me, I've been there.
You might make a tiny bit of progress doing things that way (build/code in WinWord then test in MacWord)--I managed to put some macro buttons on a custom ribbon tab using instructions I found on Microsoft's Mac Word Insider forum--but it will take forever to do something that took 5 minutes in Word 2011, and at some point you may reach a dead end without actually being able to finish what you're trying to re-create in Word 2016.
You may also find promises that Microsoft is "working on it" and that they definitely have plans to add these UI features back into Word 2016 for Mac, but that day may never come.
I've been checking the new releases religiously since January 2016--a full year now, woohoo!--and at one point they said that all the missing features would be added back by summer 2016, but so far all they've added is the ability to put a few buttons on the Quick Access Toolbar. Those QAT buttons, by the way, are limited to built-in Word functions, not custom dropdown menus like you want to do, or even customized buttons for individual VBA macros.

Cant find "States" tab in blend

I don't know how but i cant find the tab "States". all am able to see is project, assets,device and parts.
I searched everywhere but unable to find an option to bring it back. My question is how to bring the States tab back?
my version for blend is 2013. Its was a part of visual studio 2013
In menu strip .
Window -> States - check.

Display QuickLaunch on WebPartPage in sharepoint 2010

I'm trying to work out how to get sharepoint 2010 to display the quicklaunch on a web part page, the default.master trick I used in 2007 doesn't appear to work any more.
In my 2007 install, I simply edited the default.master and moved the quicklaunch code outside of the PlaceHolderLeftNavBar element but this doesn't have any effect in SP2010.
Thanks
A simple way to eneble Quick Launch Menu on WebPartPages is remove tags UIVersionedContentUIVersionedContent and PlaceHolderLeftNavBar using SharePoint Designer 2010.
See this article: http://denmartins.wordpress.com/2011/05/07/exibir-menu-quicklaunch-em-webpartpages/
If you really want to place another copy of the quicklaunch on a web part here is the steps
Using Sharepoint Designer 2010 go to your site and navigate to Master Pages -> v4.master
Click edit file copy everything in the <div class="ms-quickLaunch"> that should copy everything you need for the quicklaunch to run. For best result use the code view and hover over the quicklaunch and you should see the div, click on it and copy (Ctrl + C)
Now you can paste that on another web part page and it should work, I tried it by creating a new test page and it worked
You need to make changes in v4.master (in masterpage library), not in default.master.
For details on SharePoint 2010 master pages, please, follow this link:
http://sharepoint-sandbox.com/index.php?/Tips-and-Tricks/Customization/tip-80-sharepoint-2010-new-masterpages.html
Your masterpage trick on my SharePoint Foundation 2010 environment works fine.
Anyway, I don't think, that moving any standard code from placeholder is a good idea. If you want change position of quicklaunch menu, you should move the leftnavbar placeholder itself, including all the contents.
Placeholders are generally used to allow some pages, for example application pages, replace placeholder contents. So, if you hide the placeholder, and move it's contents out, these changes will be lost, and the standard menu will be shown. (and if you do not hide the placeholder, you can get two menus on one page :) )
Hope it helps!

Enabling tabs in xcode? Or lessening the pain of not having them?

I am currently using xcode and I find it's lack of tabs quite disturbing.
I currently use command-shift-d to search through all the files, or ctrl-1 to open the history of files that were recently opened.
It works but I find it less effective than just tabbing through the few files i am currently working on.
Is there any way, third party or not, to enable some sort of tabbed organization?
If not, is there any other way to quickly navigate through a subset of files?
XCode 4 now supports tabs. You can enable by selecting "View / Show Tab Bar" menu.
Not really, but one alternative is View > Show Favorites Bar and drag five or six frequently-used source files into it. Not as flexible as tabs but satisfies your request for "quickly navigate through a subset of files".
The traditional way is to use the detail view. Get the files you want in the Detail view by one of these means:
Put them all in the same group, then select the group
Enter a filter expression in the Search Bubble that narrows the items shown
Define a Smartgroup that includes just the files you want
Get a list of the files as a Find in Project result, then select that item in Find Results
Then you can use the Detail View as your list of interesting files and navigate through it quickly with the up and down arrows.
First of all, you can use Textmate (which I believe has Xcode integration). Otherwise:
Window (Menu) -> Organizer (ctrl-command-o)
At the bottom of that window, if you don't have two panes, click the square to the right of the gear. Now drag code files of interest to the left, grey pane--a single click or arrow up/down will open the file in the editor pane.
If you do open a bunch of windows, as vog suggested, you'll need to command-~ through them--not alt-tab.
Cheers.
The Xcode source code editor allows you to choose the file from a list. It's two clicks instead of one (as it would be with tabbing), but it's better than nothing.
In addition, you can simply Alt-Tab through your open source code windows. This is not slower than tabbing, and has the same effect since the source code windows are usually placed exactly one in front of another.
You'll definitely want to read through this. (XCode Tips and Tricks you wish you know about two years ago - SO)
You can navigate between files using "Recent Files"
Write simple applescript:
tell application "Xcode"
tell application "System Events"
keystroke "1" using {control down} -- open "Related Files"
key code 125 -- choose "Recent Files" ("keystroke down" doesn't work)
keystroke return -- enter to "Recent Files"
key code 125 -- choose previous file
end tell
end tell
And bind it to some shortcut using for example FastScripts(free up to 10 bindings)
I have this script on "Control" + "`". (XCode 4)
Hope this will help
You may also try an Xcode plugin I've just released - it's called Code Pilot and solves a lot of issues of Xcode's navigation, making it more TextMate/Eclipse-like.
Check it out here: http://macoscope.net/en/mac/codepilot/
I hope this helps!
It is simple with XCode 7.2
GoTo View>>Show Tab Bar
This will show the tab bar.
RightClick on the New Tab and click -->"NEW TAB"
Then We can see all the files in tabs.