File: mpsql_menu_edit.html

package info (click to toggle)
mpsql 2.1-2
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 3,528 kB
  • ctags: 4,886
  • sloc: ansic: 35,184; makefile: 3,761; sh: 44
file content (42 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Microsoft FrontPage (Visual InterDev Edition) 2.0">
<title>MPSQL - Edit Menu</title>
</head>

<body bgcolor="#FFFFFF">
<a href="mpsql.html">MPSQL Contents</a>

<h2>Edit Menu</h2>

<p><img src="menu.gif" width="350" height="19"></p>

<p><strong>Cut</strong></p>

<p>Removes the selected text from the current buffer and moves it
to the clipboard. See: <a href="mpsql_menu_buffers.html">Buffers
Menu</a></p>

<p><strong>Copy</strong></p>

<p>Copies the selected text from the current buffer to the
clipboard. See: <a href="mpsql_menu_buffers.html">Buffers Menu</a></p>

<p><strong>Paste</strong></p>

<p>Pastes the current text in the clipboard to the current
buffer. See: <a href="mpsql_menu_buffers.html">Buffers Menu</a></p>

<p><strong>Clear Result Window</strong></p>

<p>Removes all output from the <a href="mpsql_output.html">Results
Window</a>.</p>

<p><img src="bar.gif" width="400" height="40"></p>
</body>
</html>