products
/
sources
/
formale sprachen
/
Isabelle
/
Tools
/
jEdit
/
dist
/
doc
/
users-guide
/
Quellcode-Bibliothek
©
Kompilation durch diese Firma
[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]
Datei: macro-tips.html Sprache: HTML
Original von:
Isabelle
©
products/sources/formale sprachen/Isabelle/Tools/jEdit/dist/doc/users-guide/macro-tips.html
<
html
><
head
>
<
meta
http-equiv=
"Content-Type"
content=
"text/html; charset=ISO-8859-1"
>
<
title
>Chapter 15. Macro Tips and Techniques</
title
><
meta
name=
"generator"
content=
"DocBook
XSL Stylesheets V1.79.1"
><
link
rel=
"home"
href=
"index.html"
title
=
"jEdit 5.6 User's Gu
ide"
><
link
rel=
"up"
href=
"writing-macros-part.html"
title
=
"Part III. Writing Macros"
><
link
rel=
"prev"
href=
"macro-analysis.html"
title
=
"Analysis of the Macro"
><
link
rel=
"next"
hr
ef=
"macro-tips-input.html"
title
=
"Getting Input for a Macro"
></
head
><
body
bgcolor=
"whit
e"
text=
"black"
link
=
"#0000FF"
vlink=
"#840084"
alink=
"#0000FF"
><
div
class=
"navheader"
><
tab
le
width=
"100%"
summary
=
"Navigation header"
><
tr
><
th
colspan=
"3"
align=
"center"
>Chapter 15. M
acro Tips and Techniques</
th
></
tr
><
tr
><
td
width=
"20%"
align=
"left"
><a accesskey=
"p"
href=
"macro-a
nalysis.html"
>Prev</a> </
td
><
th
width=
"60%"
align=
"center"
>Part III. Writing Macros</
th
><
td
width=
"20%"
align=
"right"
> <a accesskey=
"n"
href=
"macro-tips-input.html"
>Next</a></
td
></
tr
></
table
><
hr
></
div
><
div
class=
"chapter"
><
div
class=
"titlepage"
><
div
><
div
><h2 class=
"title"
><a name=
"macro-tips"
></
a>Chapter 15. Macro Tips and Techniques</h2></
div
></
div
></
div
><
div
class=
"toc"
><p><b>
Table
of Contents</b><
/p><
ul
class=
"toc"
><
li
><
span
class=
"section"
><a href=
"macro-tips-input.html"
>Getting
Input
for a
Macro</a></
span
><
ul
><
li
><
span
class=
"section"
><a href=
"macro-tips-input.html#macro-tips-input-
single-line"
>Getting a Single Line of Text</a></
span
></
li
><
li
><
span
class=
"section"
><a href=
"macro-t
ips-input.html#macro-tips-input-multiple-data"
>Getting Multiple Data Items</a></
span
></
li
><
l
i
><
span
class=
"section"
><a href=
"macro-tips-input.html#tips-macro-input-combo"
>Selecting
Input
From a List</a></
span
></
li
><
li
><
span
class=
"section"
><a href=
"macro-tips-input.html#macro-t
ips-single-char"
>Using a Single Keypress as
Input
</a></
span
></
li
></
ul
></
li
><
li
><
span
class=
"section"
><a
href=
"startup-scripts.html"
>Startup Scripts</a></
span
></
li
><
li
><
span
class=
"section"
><a href=
"sc
ripts-command-line.html"
>Running Scripts from the
Command
Line</a></
span
></
li
><
li
><
span
class=
"se
ction"
><a href=
"macro-tips-BeanShell.html"
>Advanced BeanShell Techniques</a></
span
><
ul
><
li
><
span
class=
"section"
><a href=
"macro-tips-BeanShell.html#macro-tips-BeanShell-convenience"
>
BeanShell
's Convenience Syntax
Special BeanShell Keywords
Implementing Classes and
Interfaces
Debugging Macros
Identifying Exceptions
Using the Activity Log as a Traci
ng Tool