PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/42docs/users-guide/conventions.xml

#
XML | 111 lines | 107 code | 1 blank | 3 comment | 0 complexity | e77f4439f7645d9be40e104a25f0ff5c MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- jEdit buffer-local properties: -->
  2. <!-- :tabSize=1:indentSize=1:noTabs=true: -->
  3. <!-- :xml.root=users-guide.xml: -->
  4. <chapter id="conventions"><title>Conventions</title>
  5. <para>
  6. Several conventions are used throughout jEdit's user interface and
  7. this manual. They will be described here. Macintosh users should note how their modifier keys map to the terms used in the manual.
  8. </para>
  9. <informaltable>
  10. <tgroup cols="2">
  11. <tbody>
  12. <row>
  13. <entry>
  14. <guimenu>View</guimenu>&gt;<guisubmenu>Scrolling</guisubmenu>&gt;<guimenuitem>Scroll
  15. to Current Line</guimenuitem>
  16. </entry>
  17. <entry>
  18. The <guimenuitem>Scroll to Current
  19. Line</guimenuitem> command contained in the
  20. <guisubmenu>Scrolling</guisubmenu> submenu of the <guimenu>View</guimenu> menu.
  21. </entry>
  22. </row>
  23. <row>
  24. <entry>
  25. <guimenu>Edit</guimenu>&gt;<guimenuitem>Go to Line...</guimenuitem>
  26. </entry>
  27. <entry>
  28. Menu items that end with
  29. ellipsis (...) display dialog boxes.
  30. </entry>
  31. </row>
  32. <row>
  33. <entry><keycap>C</keycap></entry>
  34. <entry>
  35. The primary modifier key in jEdit. On MacOS X, this is actually the
  36. key known as <quote>Command</quote>. On most other keyboards, this key is
  37. labelled <quote>Control</quote>.
  38. </entry>
  39. </row>
  40. <row>
  41. <entry><keycap>A</keycap></entry>
  42. <entry>
  43. The secondary modifier key in jEdit. On MacOS X, this is actually the
  44. key labelled <quote>Control</quote>. On most other keyboards, this key is
  45. labelled <quote>Alt</quote>.
  46. </entry>
  47. </row>
  48. <row>
  49. <entry><keycap>S</keycap></entry>
  50. <entry>The standard <quote>Shift</quote> key.
  51. </entry>
  52. </row>
  53. <row>
  54. <entry>
  55. <keycap>C+o</keycap>
  56. </entry>
  57. <entry>
  58. Refers to pressing and holding the <keycap>Control</keycap> key, pressing and releasing <keycap>O</keycap>, and finally releasing the <keycap>Control</keycap> key.
  59. </entry>
  60. </row>
  61. <row>
  62. <entry>
  63. <keycap>C+e C+j</keycap>
  64. </entry>
  65. <entry>
  66. Refers to holding down <keycap>Control</keycap>, pressing <keycap>E</keycap>, pressing <keycap>J</keycap>, and releasing <keycap>Control</keycap>.
  67. </entry>
  68. </row>
  69. <row>
  70. <entry>
  71. Default buttons
  72. </entry>
  73. <entry>
  74. In many dialog boxes, the default button (it has a heavy outline, or a
  75. special border, depending on the current Swing look and feel) can be activated by
  76. pressing <keycap>Enter</keycap>. Similarly, pressing
  77. <keycap>Escape</keycap> will usually close a dialog box.
  78. </entry>
  79. </row>
  80. <row>
  81. <entry>
  82. <keycap>Alt</keycap>-key mnemonics
  83. </entry>
  84. <entry>
  85. Some user interface elements (menus, menu items, buttons) have a
  86. certain letter in their label underlined. Pressing this letter in combination
  87. with the <keycap>Alt</keycap> key activates the associated user interface
  88. widget. Note that this functionality is not available on MacOS X with the <quote>MacOS Adaptive</quote> look and feel. See <xref linkend="appearance-pane" /> for information on changing the look and feel.
  89. </entry>
  90. </row>
  91. <row>
  92. <entry>
  93. Right mouse button
  94. </entry>
  95. <entry>
  96. Used in jEdit to show context-sensitive menus. If you have a one button Macintosh mouse, a <keycap>Control</keycap>-click has the same effect.
  97. </entry>
  98. </row>
  99. <row>
  100. <entry>
  101. Middle mouse button
  102. </entry>
  103. <entry>
  104. Used by the quick copy feature (see <xref linkend="quick-copy"/>). True 3-button mice are rare these days. If you have a wheel mouse, press down on the wheel without rolling it. On a Macintosh with a one-button mouse, <keycap>Option</keycap>-click. On other platforms without a three-button mouse, <keycap>Alt</keycap>-click.
  105. </entry>
  106. </row>
  107. </tbody>
  108. </tgroup>
  109. </informaltable>
  110. </chapter>