CodeEditor
----------
This program is just a very slim editor I wrote to edit Lua files, but I've since expanded it beyond that.

Unique Features
---------------
<Clipboard Monitor>
While this dialog is open, anything you copy into the clipboard, will be pasted into the current file.
In certain situations, this feature could save you lots of Alt+Tabbing headaches.

Caption Format
--------------
%f	Base filename, no directory path.
%e	Extension of the current file.
%p	Directory path of the file, *with* an ending slash.
%d	Directory path of the file, *without* an ending slash.
%m	Replaced by an asterisk, if the file has been modified.
%a	Name of the application, i.e. "CodeEditor".

Lacking Features, Ideas & Problems
----------------------------------
- Small font can cause errors with word wrap.
- General bug in all my apps, but the AzMsg will parse \t and replace them with tab for example, this is a bit annoying actually!
- Add "Link scanner" for internet urls (http and www scan).
- SendMessage to an Existing CodeEdit to save its setting before opening a second instance.
- "Replace" can bug out when reaching EoF.

Fixed Issues
------------
- IMPORTANT: No warning on write protected file save.
- When trying to save a file that is write protected, no error/warning is given, but it removes the "text changed" star like it saved properly.