Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 194c60fd221341a2e066d5f942268ad70adb5cd4 (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<title>Annotate</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
</head>
<body>
<h2>Annotate</h2>
<p>Since: 3.0 M6<br>
Last Modified: $Date: 2004/06/01 15:23:56 $</p>

<h4>Annotate action should be available from</h4>
<ul>
	<li>history view, repo explorer, resource/packages view</li>
</ul>

<h4>Annotate java files</h4>
<ul>
	<li>should show the java editor</li>
	<li>you should be able to step through changes in the annotate
	view and the java editor should stay in sync (e.g. highlight) the
	changes associated with the selected change in the annotate view.</li>
	<li>you should also be able to select a line in the java file and
	the annotate view should select the change that is associated with that
	line.</li>
	<li>the history view should show the history for the opened file
	and highlight the revision of the currently selected change in the
	annotate view.</li>
</ul>

<h4>Annotate non-text editor files</h4>
<ul>
	<li>annotate plugin.xml file</li>
	<li>the default text editor should be shown</li>
	<li>you should also be able to select a line in the text file and
	the annotate view should select the change that is associated with that
	line.</li>
	<li>the history view should show the history for the opened file
	and highlight the revision of the currently selected change in the
	annotate view.</li>
</ul>

<h4>Annotate binary files</h4>
<ul>
	<li>annotate a file marked as binary</li>
	<li>the server should report an error that annotations cannot be
	shown for binary files.</li>
</ul>

</body>
</html>

Back to the top