Eskil

Check-in [741fc3c162]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added some formatting. Added a piece about changed file name in dirdiff.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 741fc3c162db7aff27e87d08c05fca033f746c43
User & Date: peter 2004-05-18 19:17:06.000
Context
2004-05-18
19:17
Clean up after instrument. check-in: 1c9b32bade user: peter tags: trunk
19:17
Added some formatting. Added a piece about changed file name in dirdiff. check-in: 741fc3c162 user: peter tags: trunk
18:30
Added context options to "only diff" mode. Adjusted tutorial font. check-in: cc25a3001b user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/tutorial.txt.
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
<ul>A little tutorial.</ul>

When starting this tutorial, a directory diff window is started
showing some example files.



Double click on "longline.txt" in any of the file lists to bring
up a diff of that file.

Right click on any line in the diff window to see the "zoom" function.
Close that diff window and return to the directory diff.



Double click on example.c.

In the file there is a block starting with "case TEXT_CGET" that
apparantly has been moved since a similar block can be found further
down in the other side.
Right click over the line numbers belonging to that block in the left
part, and select "Mark for Separate Diff".
Scroll down and right click over the line numbers belonging to the block
in the right part, and select "Separate Diff".
A diff window appears, revealing that there was a small difference
within the moved block.

Close the last diff window.








More to be written...
|



>
>






>
>




|







>

>
>
>
>
>
>
>


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
<b><ul>A little tutorial.</ul></b>

When starting this tutorial, a directory diff window is started
showing some example files.

<b>Line Zoom</b>

Double click on "longline.txt" in any of the file lists to bring
up a diff of that file.

Right click on any line in the diff window to see the "zoom" function.
Close that diff window and return to the directory diff.

<b>Separate Diff</b>

Double click on example.c.

In the file there is a block starting with "case TEXT_CGET" that
apparently has been moved since a similar block can be found further
down in the other side.
Right click over the line numbers belonging to that block in the left
part, and select "Mark for Separate Diff".
Scroll down and right click over the line numbers belonging to the block
in the right part, and select "Separate Diff".
A diff window appears, revealing that there was a small difference
within the moved block.

Close the last diff window.

<b>Changed filename in directory diff</b>

Right click on "namechange1" in Directory Diff's left window.
Select "Mark File" in the menu.
Right click on "namechange2" in Directory Diff's right window.
Select "Compare with..." in the menu.

More to be written...