|
SoftwareByMartin.com releases DLite 1.0
Allentown, PA - May 15th, 2002 - SoftwareByMartin.com is proud to announce the release of DLite 1.0. Don't fumble with unfamiliar code editors or open that
second copy of Delphi! Let DLite 1.0 quickly recompile your applications while
giving you the look, feel and features you have grown accustomed to in the
Delphi IDE. Spend less time recompiling your projects and more time developing
them.
DLite 1.0 is a companion tool to Delphi 2-6 that allows you to edit, compile, and run Delphi projects via the DCC32 command-line compiler. DLite conveniently functions as a secondary code editor, and is also a great
alternative to running a second copy of Delphi for quick recompiles.
Features include:
- Faster compile times and less resource usage
- Support for Delphi 2-6
- Full-featured, syntax-highlighting code text editor
- File explorer for quick access to your source
- Support for all Delphi key mappings and customized color schemes
- Run "build" batch files for easy integration into your development cycle
- Customizable gutter with bookmarks and optional line numbers
- Export text files to HTML or RTF format
- Utilize a secondary key mapping module for maximum editing flexibility
For more information on DLite 1.0 and to download your free fully-functional
30-day evaluation version, visit the DLite home page at
http://www.softwarebymartin.com/DLite/index.htm.
SoftwareByMartin.com is committed to providing quality components and
programming tools to the Borland Delphi community. For more information on
Borland's Delphi and their other great products, please visit their web site
at http://www.borland.com.
Related Discussions - HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- CREATION AT RUNTIME (2001-02-19 12:29:49){You can set the form's TCloseAction to caFree in the form's OnClose event like this...}
procedure TForm2.FormClose(Sender: TObject; var Action:...
- DELPHI3 AND DELPHI5 ON SAME MASHINE (2001-03-05 08:08:16)Hi.
I'm running D3 and D5 on the same machine, and I did not experience any problems after install. I did however had minor troubles during the...
- RELEASE CONSOLE (2001-03-07 03:13:44)hmmm.. very strange...
if i call AllocConsole() when i already have a console open it failes and returns false, maybe i forget some steps in...
- COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)Yeah it would be nice. I have had several people request Mac versions of our software.
- RTF SIZE (2001-05-03 01:42:30)Additional info to original question:
I ran into the problem quite a while ago. Don't remember if it was Delphi 2 or 3.
I used the standard...
- HOW TO USE/WORK LINE TELEPHONE FROM DELPHI ? (2001-05-07 19:17:12)You can use the Windows Telephony API to use all the function of the tapi. See some of these functions:
Bearer Mode and Rate...
- ONE INSTANCE (2001-09-17 23:56:20)Hi amos,
Here my solution:
==== INTERFACE PART
tPreviousInstanceHandler = class (tObject)
private
fMemFile : tHandle; // Memory mapped...
- DELPHI 6 PERSONAL DCU (2001-10-03 07:51:58)Sorry for late reply, I was very busy lately.
Actually some of .int's can be recompiled without any changes (just rename it to a .pas file),...
- XP BEVEL COLOR? (2002-02-11 15:43:55)Yeah, it is.
Just used the XML out of this archive:
http://www.torry.net/vcl/forms/effects/xpdesign.zip
Or rather the .res file, was easier...
|