- Sapien powershell studio move form underneat code#
- Sapien powershell studio move form underneat windows#
Collapsing sections of code in a long script makes it easier toįocus on the section you're currently working with. ItĬan also copy selected text onto the clipboard as HTML, ready for pasting into web applications.Ĭode folding is a feature that allows you to collapse or expand sections of your code.
Sapien powershell studio move form underneat windows#
This is accessed via the Home tab on the ribbon bar, or by using standard Windows keyboard shortcuts ( CTRL-C, CTRL-X, CTRL-V). PowerShell Studio provides the expected Copy, Cut, and Paste clipboard functionality. Position, breakpoints, tracepoints, bookmarks, and syntax errors:įor your convenience, the drop drown provides a preview of the line contents in order to help direct you to the correct position. The navigation combo box on the right allows you to jump to specific positions that include the caret position, the last edited position, current debug Use the function combo box to jump to specific a function, event, workflow or configuration:
The function combo box on the left shows you the context of the caret position: You can also find a navigation bar above the editor, which allows you to jump between functions, workflows, events and more. Jumps to the last position where there was a modification. Jumps to the next occurrence of the current word. To jump to the next position where you made an edit (in other words, where you typed or deleted something. Jumps to the previous occurrence of the current word.
To jump to the previous position where you made an edit (in other words, where you typed or deleted something.) These functions areĪccessible from the Home tab of the ribbon: You can also quickly jump to the previous or next bookmark:Ĭlick the appropriate buttons on the Home tabĪside from bookmarks, PowerShell Studio provides a few other shortcuts to quickly move to different locations in your script. Shift+Left Click with the mouse on the bar next to the line numbers in the code editorīookmarks are displayed as boxes next to the line numbers in the code editor window, as shown below: