File: ref-templates-view.htm

package info (click to toggle)
eclipse 3.8.1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 338,456 kB
  • ctags: 472,713
  • sloc: java: 2,762,069; ansic: 136,783; xml: 105,676; cpp: 35,759; jsp: 4,420; sh: 3,288; perl: 1,687; makefile: 232; python: 67; php: 24
file content (27 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Templates view</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>Templates view</h1>
<p>This view allows to work with the templates of the currently active editor. The contents of this view is editor-specific and not all editors provide templates.</p>
<p>In the example below, we see the Templates view showing the templates for a Java source file:</p>
<p>
<img src="../images/ref-templates-view.png" alt="Picture of the Templates view showing the templates for the Java editor" border="0" >
</p>

<p CLASS="Head">
To add the Templates view to the current perspective, click
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.texteditor.TemplatesView)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="command link">
<b>Window &gt; Show View &gt; Other... &gt; General &gt; Templates</b></a>.
</p>


<p><img border="0" src="../images/ngrelr.png" alt="Related reference"></p>
</body>
</html>