Eskil

Check-in [2e7fe4656a]
Login

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

Overview
Comment:Release 2.0.5.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2e7fe4656ac254aa18eb8126eb657fed7e952f2d
User & Date: peter 2004-08-20 18:52:47.000
Context
2004-09-06
19:18
Added better edit protection in edit mode. check-in: ee400ef797 user: peter tags: trunk
2004-08-20
18:52
Release 2.0.5. check-in: 2e7fe4656a user: peter tags: trunk
18:46
Adjusted rev fields. Release 2.0.5. check-in: b502cb8a94 user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to Changes.


























1
2
3
4
5
6
7


























Release 2.0.4

2004-06-17
 Added ignore case option.

2004-06-16
 Improved alignment handling a bit. Mark alignment row with an underline.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







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
Release 2.0.5

2004-08-20
 Fixed a bug in ClearCase -r parsing.
 Adjusted rev entries.

2004-08-18
 Adjusted Edit Mode menus. Enable text undo during Edit Mode.

2004-08-17
 Made Redo Diff restore the row viewed.

2004-08-16
 Added Edit Mode.

2004-07-03
 Improved -r for ClearCase.
 Added "Revision Diff" menu, replacing RCS/CVS menus.

2004-06-30
 Full -r support for ClearCase.

2004-06-24
 Added simple -r support to ClearCase diff.
 Support ignore case in block matching.
 
Release 2.0.4

2004-06-17
 Added ignore case option.

2004-06-16
 Improved alignment handling a bit. Mark alignment row with an underline.
Changes to Eskil.html.
31
32
33
34
35
36
37
38
39
40
41
42

43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67






68
69
70
71
72
73
74
<a name="EskilFeatures"></a><h3>Features</h3>

<ul>
<li>Highlights changes within a line.</li>
<li>Matches similar lines within a changed block to better show changed
lines that are adjacent to added/removed lines.</li>
<li>Directory diff.</li>
<li>CVS/RCS diff. CVS conflict merge. Some ClearCase support.</li>
<li>View patch file.</li>
<li>Print to postscript.</li>
<li>"Clip diff"</li>
<li>Alignment and block diff functions for tricky diffs.</li>

</ul>

<a name="EskilDownload"></a><h3>Download</h3>

Version 2.0.4:<br>
As a <a href="eskil/eskil.kit">Starkit</a>
<p>
<a href="eskil/eskil.linux">Executable Starpack for Linux (x86)</a><br>
<a href="eskil/eskil.solaris">Executable Starpack for Solaris (sparc)</a><br>
<a href="eskil/eskil.exe">Executable Starpack for Windows</a><br>

<p>The license for the application source is GPL but the bundled packages
are under the same license as Tcl.

<p>More information about <a href "http://wiki.tcl.tk/starkit">Starkits</a>
and <a href "http://wiki.tcl.tk/starpack">Starpacks</a>.

<a name="EskilScreenshots"></a><h3>Screenshots</h3>

<img src="eskil/eskil1.png">
<p>
A "zoom" feature for long lines.<p>
<img src="eskil/eskil2.png"><br>

<a name="EskilChanges"></a><h3>Changes</h3>






Changes in v2.0.4 (2004-06-17):<br>
<ul>
  <li>  Added ignore case option.</li>
  <li>  Improved alignment function.</li>
</ul>
<br>
Changes in v2.0.3 (2004-05-26):<br>







|




>




|









|
|









>
>
>
>
>
>







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<a name="EskilFeatures"></a><h3>Features</h3>

<ul>
<li>Highlights changes within a line.</li>
<li>Matches similar lines within a changed block to better show changed
lines that are adjacent to added/removed lines.</li>
<li>Directory diff.</li>
<li>CVS/RCS/ClearCase diff. CVS conflict merge.</li>
<li>View patch file.</li>
<li>Print to postscript.</li>
<li>"Clip diff"</li>
<li>Alignment and block diff functions for tricky diffs.</li>
<li>Edit and Save file from diff window.</li>
</ul>

<a name="EskilDownload"></a><h3>Download</h3>

Version 2.0.5:<br>
As a <a href="eskil/eskil.kit">Starkit</a>
<p>
<a href="eskil/eskil.linux">Executable Starpack for Linux (x86)</a><br>
<a href="eskil/eskil.solaris">Executable Starpack for Solaris (sparc)</a><br>
<a href="eskil/eskil.exe">Executable Starpack for Windows</a><br>

<p>The license for the application source is GPL but the bundled packages
are under the same license as Tcl.

<p>More information about <a href="http://wiki.tcl.tk/starkit">Starkits</a>
and <a href="http://wiki.tcl.tk/starpack">Starpacks</a>.

<a name="EskilScreenshots"></a><h3>Screenshots</h3>

<img src="eskil/eskil1.png">
<p>
A "zoom" feature for long lines.<p>
<img src="eskil/eskil2.png"><br>

<a name="EskilChanges"></a><h3>Changes</h3>
Changes in v2.0.5 (2004-08-20):<br>
<ul>
  <li>  Option -r can now be used with ClearCase diff.</li>
  <li>  Edit Mode allows simple editing in the diff display and saving.</li>
</ul>
<br>
Changes in v2.0.4 (2004-06-17):<br>
<ul>
  <li>  Added ignore case option.</li>
  <li>  Improved alignment function.</li>
</ul>
<br>
Changes in v2.0.3 (2004-05-26):<br>