~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to doc/help/tora/fonts.html

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>fonts - TOra</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="TOra">
 
6
<meta name="generator" content="makeinfo 4.8">
 
7
<link title="Top" rel="start" href="index.html#Top">
 
8
<link rel="up" href="preferences.html#preferences" title="preferences">
 
9
<link rel="prev" href="database.html#database" title="database">
 
10
<link rel="next" href="additionalhelp.html#additionalhelp" title="additionalhelp">
 
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 
12
<!--
 
13
This manual is for TOra, version 1.3.22.-->
 
14
<meta http-equiv="Content-Style-Type" content="text/css">
 
15
<style type="text/css"><!--
 
16
  pre.display { font-family:inherit }
 
17
  pre.format  { font-family:inherit }
 
18
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
19
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
20
  pre.smallexample { font-size:smaller }
 
21
  pre.smalllisp    { font-size:smaller }
 
22
  span.sc    { font-variant:small-caps }
 
23
  span.roman { font-family:serif; font-weight:normal; } 
 
24
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 
25
--></style>
 
26
</head>
 
27
<body>
 
28
<div class="node">
 
29
<p>
 
30
<a name="fonts"></a>
 
31
n&auml;chstes:&nbsp;<a rel="next" accesskey="n" href="additionalhelp.html#additionalhelp">additionalhelp</a>,
 
32
voriges:&nbsp;<a rel="previous" accesskey="p" href="database.html#database">database</a>,
 
33
aufw&auml;rts:&nbsp;<a rel="up" accesskey="u" href="preferences.html#preferences">preferences</a>
 
34
<hr>
 
35
</div>
 
36
 
 
37
<h4 class="subsection">3.8.3 Font Settings</h4>
 
38
 
 
39
<p><a name="index-Font-Settings-12"></a>
 
40
This page of the options about fonts and colors used in the user interface.
 
41
 
 
42
   <div class="block-image"><img src="images/fonts.png" alt="images/fonts.png"></div>
 
43
 
 
44
     <dl>
 
45
<dt><strong>Syntax components</strong><dd>      This list contains different parts of the SQL syntax. You can change the color used for the element by selecting the item in this list and then pressing the Pick button to select a color. The current color of the currently selected item in the list is displayed just to the left of the Pick button.
 
46
 
 
47
     <p>The available elements are as follows.
 
48
     <p><table summary=""> <tr align="left"><td valign="top" width="30%"><strong>Background</strong> </td><td valign="top" width="70%">The normal background color for text. 
 
49
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Comment</strong>   </td><td valign="top" width="70%">An SQL comment. Currently this only includes &ndash; comments, not rem comments. 
 
50
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Current background</strong>        </td><td valign="top" width="70%">This is the background to use for the current line of execution in the PL/SQL debugger. 
 
51
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Error background</strong>  </td><td valign="top" width="70%">This is the background to use for lines that have SQL errors in the in the PL/SQL debugger/editor. 
 
52
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Keyword</strong>   </td><td valign="top" width="70%">This is the color to use for the text of an SQL keyword. 
 
53
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Normal</strong>    </td><td valign="top" width="70%">Normal text color. 
 
54
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>String</strong>    </td><td valign="top" width="70%">Color to use for text in strings. 
 
55
 <br></td></tr><tr align="left"><td valign="top" width="30%"><strong>Unfinished string</strong> </td><td valign="top" width="70%">Color to use for strings that miss their terminating ' or ".
 
56
     <br></td></tr></table>
 
57
 At the bottom of this dialog is a text field that displays en example of the current setting.
 
58
 
 
59
     <br><dt><strong>Syntax highlighting</strong><dd>      Use this to control whether you want syntax highlighting or not. Observe that without syntax highlighting you will not see the indications for errors and current lines in the PL/SQL editor. 
 
60
<br><dt><strong>Keyword upper</strong><dd>      Check this box to convert all keywords to uppercase before displaying them. The text itself is not changed so resetting this not changed and the text sent to the database still contain lowercase letters. This setting is disabled if you do not have a monospaced font selected. 
 
61
<br><dt><strong>Code completion</strong><dd>      Check this box to enable code completion in SQL editors. 
 
62
<br><dt><strong>Sort completion rows</strong><dd>      If checked the completion alternatives are sorted in alphabetical order, otherwise they are in the same order as in the source. 
 
63
<br><dt><strong>Indent same as previous row</strong><dd>      When inserting a new row indent it to the same level as the previous row. 
 
64
<br><dt><strong>Text font</strong><dd>      This is the font to use for all editors in TOra that are not syntax highlighted. Choose the <strong>Choose</strong> button immediately to the right of the label to select a new font. 
 
65
<br><dt><strong>Code font</strong><dd>      This is the font to use for all syntax highlighted SQL editors in TOra. Choose the <strong>Choose</strong> button immediately to the right of the label to select a new font. 
 
66
<br><dt><strong>List font</strong><dd>      This is the font to use for all lists in TOra. Choose the <strong>Choose</strong> button immediately to the right of the label to select a new font.
 
67
 
 
68
   </dl>
 
69
 
 
70
   </body></html>
 
71