Friisware.com

 Components
 o JKFPak
 o FractalImage
 Programs
 o CodeEd
 --o Changelog
 --o Screenshots
 o IP Logger

 Websites
 o Home
 o KimFriis.dk
 o Roning.com

CodeEd Changelog.

type
TChangeLog = class(The history of CodeEd, from 0.1 to present)
public
procedure 0.3.2 -> 0.3.3;
procedure 0.3.1 -> 0.3.2;
procedure 0.3.0 -> 0.3.1;
procedure 0.2.4 -> 0.3.0;
procedure 0.2.3 -> 0.2.4;
procedure 0.2.2 -> 0.2.3;
procedure 0.2.1 -> 0.2.2;
procedure 0.2.0 -> 0.2.1;
procedure 0.1.1 -> 0.2.0;
procedure 0.1 -> 0.1.1;
end;

implementation

procedure TChangeLog.0.3.2 -> 0.3.3;
begin
{ Fixed bug with saving custom keystrokes. Keystrokes now saved in binary file.}
end;

procedure TChangeLog.0.3.1 -> 0.3.2;
begin
{ Close to Tray option implemented. You can now set an option to make the app always close to tray.
Highlight current line with a custom color. Also found in the editor options.
Known bug. Changing the keystrokes don't work. This is because of a bug in the ini file reader.
Bugfix with closing more than 2 files with Ctrl+F4. Now closing files works correct.}
end;

procedure TChangeLog.0.3.0 -> 0.3.1;
begin
{ Editor fires a warning if you close with more than 1 file open.
Bugfix with search engine, introduced in version 0.3.0.}
end;

procedure TChangeLog.0.2.4 -> 0.3.0;
begin
{ Changed to newer development environment, upgrading the UI to XP style.
Enabled drag and drop of files to the editor.
Possibility to close to tray instead of closing the editor. Made for quick startup.}
end;

procedure TChangeLog.0.2.3 -> 0.2.4;
begin
// Fixed bug of editor not going to foreground if allready open when called.
end;

procedure TChangeLog.0.2.2 -> 0.2.3;
begin
// Fixed bug where find is not enabled, when new file is loaded.
end;

procedure TChangeLog.0.2.1 -> 0.2.2;
begin
// Possibility to change Highlighter via rightclick on editor.
end;

procedure TChangeLog.0.2.0 -> 0.2.1;
begin
{ Can now be set as default viewer for Source in Internet Explorer.
Show on tabpage if file is changed.
Show available highlighter files as the default on open dialog.
Start with empty page if no file was selected to start with.
Fixed the tappages in the highlighter options page.
Posibility to export the shown highligted fil as RTF or HTML.
More descriptive names in the Shortcut options. }
end;

procedure TChangeLog.0.1.1 -> 0.2.0;
begin
{ Now able to highlight ASP files.
Posibility to change the indent size.
Keyboard shortcutlist and posibility to change keyboard shortcuts.
Posibility to save your favorite highlighter "skins" and change between them.
Show the right version number :-) .
Aboutbox (yep, we gotta have us one of that).
Posibility for up to 20 files in the MRU list. And posibility to change the list size. }
end;

procedure TChangeLog.0.1 -> 0.1.1;
begin
{ Styles now highlighted in php files.
Lines can now be edited longer than 256 char.
[ctrl+alt]+[ -> ] indents 1 char & [ <- ] unindents 1 char.
[ctrl]+[K]+[I] indents 2 chars instead of 8 and [U] unindents. }
end;

© Copyright 2006 - Kim Friis