Collapsible Headers In Word For Mac

Автор:

PowerPoint 2011 for Mac offers all kinds of visual effects for you to use in your presentations. When you have a placeholder with bulleted text to work with on your PowerPoint 2011 slide, you can apply an Entrance effect to the placeholder. This will introduce the bulleted points one at a time. Here’s how to.

-->

You can choose to hide some code from view by collapsing a region of code so that it appears under a plus sign (+). You expand a collapsed region by clicking the plus sign. If you are a keyboard user, you can choose Ctrl+M+M to collapse and expand. You can also collapse an outlining region by double-clicking any line in the region on the outlining margin, which appears just to the left of the code. You can see the contents of a collapsed region as a tooltip when you hover over the collapsed region.

Note

Obd2 software for laptop. OBD Auto Doctor is the advanced OBD-2 software for Windows, Mac and Linux. The software enables you to communicate with your vehicle's On-Board Diagnostic system and turn your computer into a highly capable automotive scanner. OBD Auto Doctor is a must-have tool for everyone interested in getting to know their cars better. What is the OBD Protocol selection box used for? Typically the OBD Protocol selection should be set to “0 - Automatic”. The ELM327 chip will then automatically detect the protocol of your vehicle and use the appropriate protocol. In some cases although rare, vehicles use two different protocols for sending data through the OBD port. Install the necessary drivers. Plug in the OBD-II cable to the simulator. Power your simulator off of the supplied 12V power supply. Open up a serial terminal at 115200 bps, 8,N,1 connecting to the serial port the simulator is configured to. Configure the simulator to the protocol you desire to test. DISCLAIMER: OBD-II Commands requires a compatible third party hardware interface, purchased separately, to communicate with the vehicle. It support both WiFi and Bluetooth OBD Adapters. OBD-II Commands supports all OBD-II and EOBD compliant vehicles sold worldwide.

This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see Source editor (Visual Studio for Mac).

Regions in the outlining margin are also highlighted when you hover over the margin with the mouse. The default highlighting color may seem rather faint in some color configurations. You can change it in Tools > Options > Environment > Fonts and Colors > Collapsible Region.

When you work in outlined code, you can expand the sections you want to work on, collapse them when you are done, and then move to other sections. When you do not wish to have outlining displayed, you can use the Stop Outlining command to remove the outline information without disturbing your underlying code.

The Undo and Redo commands on the Edit menu affect these actions. The Copy, Cut, Paste, and drag-and-drop operations retain outlining information, but not the state of the collapsible region. For example, when you copy a region that is collapsed, the Paste operation will paste the copied text as an expanded region.

Caution

When you change an outlined region, the outlining may be lost. For example, deletions or Find and Replace operations may erase the end of the region.

Collapsible Headers In Word For Mac

The following commands can be found on the Edit > Outlining submenu.

Hide Selection(Ctrl+M, Ctrl+H) - Collapses a selected block of code that would not normally be available for outlining, for example an if block. To remove the custom region, use Stop Hiding Current (or Ctrl+M, Ctrl+U). Not available in Visual Basic.
Toggle Outlining Expansion- Reverses the current hidden or expanded state of the innermost outlining section when the cursor lies in a nested collapsed section.
Toggle All Outlining(Ctrl+M, Ctrl+L) - Sets all regions to the same collapsed or expanded state. If some regions are expanded and some collapsed, then the collapsed regions are expanded.
Stop Outlining(Ctrl+M, Ctrl+P) - Removes all outlining information for the entire document.
Stop Hiding Current(Ctrl+M, Ctrl+U) - Removes the outlining information for the currently selected user-defined region. Not available in Visual Basic.
Collapse to Definitions(Ctrl+M, Ctrl+O) - Collapses the members of all types.
Collapse Block:<logical boundary>(C++) Collapses a region in the function containing the insertion point. For example, if the insertion point lies inside a loop, the loop is hidden.
Collapse All in: <logical structures>(C++) Collapses all the structures inside the function.

You can also use the Visual Studio SDK to define the text regions you want to expand or collapse. See Walkthrough: Outlining.

See also