Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / html / python / lib / node750.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="lib.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="lib.html" title='Python Library Reference' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="node751.html" />
13<link rel="prev" href="node749.html" />
14<link rel="parent" href="node748.html" />
15<link rel="next" href="node751.html" />
16<meta name='aesop' content='information' />
17<title>16.5.1.2 Edit menu</title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="16.5.1.1 File menu"
25 href="node749.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="16.5.1 Menus"
28 href="node748.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="16.5.1.3 Windows menu"
31 href="node751.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Library Reference</td>
34<td class='online-navigation'><a rel="contents" title="Table of Contents"
35 href="contents.html"><img src='../icons/contents.png'
36 border='0' height='32' alt='Contents' width='32' /></A></td>
37<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
38 border='0' height='32' alt='Module Index' width='32' /></a></td>
39<td class='online-navigation'><a rel="index" title="Index"
40 href="genindex.html"><img src='../icons/index.png'
41 border='0' height='32' alt='Index' width='32' /></A></td>
42</tr></table>
43<div class='online-navigation'>
44<b class="navlabel">Previous:</b>
45<a class="sectref" rel="prev" href="node749.html">16.5.1.1 File menu</A>
46<b class="navlabel">Up:</b>
47<a class="sectref" rel="parent" href="node748.html">16.5.1 Menus</A>
48<b class="navlabel">Next:</b>
49<a class="sectref" rel="next" href="node751.html">16.5.1.3 Windows menu</A>
50</div>
51<hr /></div>
52</DIV>
53<!--End of Navigation Panel-->
54
55<H3><A NAME="SECTION0018512000000000000000">
5616.5.1.2 Edit menu</A>
57</H3>
58
59<P>
60<DL>
61<DT><STRONG>Undo</STRONG></DT>
62<DD>Undo last change to current window (max 1000 changes)
63</DD>
64<DT><STRONG>Redo</STRONG></DT>
65<DD>Redo last undone change to current window
66</DD>
67</DL>
68
69<P>
70<DL>
71<DT><STRONG>Cut</STRONG></DT>
72<DD>Copy selection into system-wide clipboard; then delete selection
73</DD>
74<DT><STRONG>Copy</STRONG></DT>
75<DD>Copy selection into system-wide clipboard
76</DD>
77<DT><STRONG>Paste</STRONG></DT>
78<DD>Insert system-wide clipboard into window
79</DD>
80<DT><STRONG>Select All</STRONG></DT>
81<DD>Select the entire contents of the edit buffer
82</DD>
83</DL>
84
85<P>
86<DL>
87<DT><STRONG>Find...</STRONG></DT>
88<DD>Open a search dialog box with many options
89</DD>
90<DT><STRONG>Find again</STRONG></DT>
91<DD>Repeat last search
92</DD>
93<DT><STRONG>Find selection</STRONG></DT>
94<DD>Search for the string in the selection
95</DD>
96<DT><STRONG>Find in Files...</STRONG></DT>
97<DD>Open a search dialog box for searching files
98</DD>
99<DT><STRONG>Replace...</STRONG></DT>
100<DD>Open a search-and-replace dialog box
101</DD>
102<DT><STRONG>Go to line</STRONG></DT>
103<DD>Ask for a line number and show that line
104</DD>
105</DL>
106
107<P>
108<DL>
109<DT><STRONG>Indent region</STRONG></DT>
110<DD>Shift selected lines right 4 spaces
111</DD>
112<DT><STRONG>Dedent region</STRONG></DT>
113<DD>Shift selected lines left 4 spaces
114</DD>
115<DT><STRONG>Comment out region</STRONG></DT>
116<DD>Insert ## in front of selected lines
117</DD>
118<DT><STRONG>Uncomment region</STRONG></DT>
119<DD>Remove leading # or ## from selected lines
120</DD>
121<DT><STRONG>Tabify region</STRONG></DT>
122<DD>Turns <em>leading</em> stretches of spaces into tabs
123</DD>
124<DT><STRONG>Untabify region</STRONG></DT>
125<DD>Turn <em>all</em> tabs into the right number of spaces
126</DD>
127<DT><STRONG>Expand word</STRONG></DT>
128<DD>Expand the word you have typed to match another
129 word in the same buffer; repeat to get a different expansion
130</DD>
131<DT><STRONG>Format Paragraph</STRONG></DT>
132<DD>Reformat the current blank-line-separated paragraph
133</DD>
134</DL>
135
136<P>
137<DL>
138<DT><STRONG>Import module</STRONG></DT>
139<DD>Import or reload the current module
140</DD>
141<DT><STRONG>Run script</STRONG></DT>
142<DD>Execute the current file in the __main__ namespace
143</DD>
144</DL>
145
146<P>
147<a id='l2h-4909' xml:id='l2h-4909'></a>
148
149<P>
150
151<DIV CLASS="navigation">
152<div class='online-navigation'>
153<p></p><hr />
154<table align="center" width="100%" cellpadding="0" cellspacing="2">
155<tr>
156<td class='online-navigation'><a rel="prev" title="16.5.1.1 File menu"
157 href="node749.html"><img src='../icons/previous.png'
158 border='0' height='32' alt='Previous Page' width='32' /></A></td>
159<td class='online-navigation'><a rel="parent" title="16.5.1 Menus"
160 href="node748.html"><img src='../icons/up.png'
161 border='0' height='32' alt='Up One Level' width='32' /></A></td>
162<td class='online-navigation'><a rel="next" title="16.5.1.3 Windows menu"
163 href="node751.html"><img src='../icons/next.png'
164 border='0' height='32' alt='Next Page' width='32' /></A></td>
165<td align="center" width="100%">Python Library Reference</td>
166<td class='online-navigation'><a rel="contents" title="Table of Contents"
167 href="contents.html"><img src='../icons/contents.png'
168 border='0' height='32' alt='Contents' width='32' /></A></td>
169<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
170 border='0' height='32' alt='Module Index' width='32' /></a></td>
171<td class='online-navigation'><a rel="index" title="Index"
172 href="genindex.html"><img src='../icons/index.png'
173 border='0' height='32' alt='Index' width='32' /></A></td>
174</tr></table>
175<div class='online-navigation'>
176<b class="navlabel">Previous:</b>
177<a class="sectref" rel="prev" href="node749.html">16.5.1.1 File menu</A>
178<b class="navlabel">Up:</b>
179<a class="sectref" rel="parent" href="node748.html">16.5.1 Menus</A>
180<b class="navlabel">Next:</b>
181<a class="sectref" rel="next" href="node751.html">16.5.1.3 Windows menu</A>
182</div>
183</div>
184<hr />
185<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
186</DIV>
187<!--End of Navigation Panel-->
188<ADDRESS>
189See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
190</ADDRESS>
191</BODY>
192</HTML>