Eskil

Check-in [4db6eff5c2]
Login

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

Overview
Comment:Started with a few steps.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4db6eff5c2c2acd9b9722b6e392cb8aafaa39e6f
User & Date: peter 2004-02-01 00:13:36.000
Context
2004-02-09
23:02
Configured files. check-in: e76bb55f1b user: peter tags: trunk
2004-02-01
00:13
Started with a few steps. check-in: 4db6eff5c2 user: peter tags: trunk
00:12
Added line to make it unix executable. check-in: 49b471da49 user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/tutorial.txt.

1


2


3


4

5













<ul>To be written.</ul>





This should be done with a newly started Eskil.


If you have already viewed files, restart Eskil and select

the tutorial again.












>
|
>
>

>
>
|
>
>
|
>
|
>
>
>
>
>
>
>
>
>
>
>
>
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...