ANN: Power Editor - less than *24 hours left* to get *25% off*!!!
- From: "Steve Clemens" <sclemens@xxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 12:55:13 +0200
Hi,
Just a reminder that there is less than *24 hours left* to get *25% off* on
our special PowerEditor price blitz!!! Get our cool editor at a cool price -
but hurry it's almost gone...
Get Power Editor at 25% discount for only $29.25 (usual price: $39.00 - Save
almost $10).
Click here to order:
http://www.biitsoft.com/shop/index.htm
Please use the following "coupon codes" when ordering:
"powereditor-promo"
(This coupon and special is valid only until end of today, Wednesday 31st
October 2007 only, so hurry and order now - don't miss out!)
PowerEditor is the ideal advanced scriptable text editor for programmers.
Also write simple delphi/pascal like scripts to automate most complex
editing tasks easily, add them to your editing menu, and your commands
is just a few keystrokes away. It's the ideal editor to be part of any
programmer's toolbox.
For more information on Power Editor please visit:
http://www.biitsoft.com/products/powereditor/index.htm
In Power Editor to write an editor script that sorts your selected editor
text is as easy as:
-----
//"text" is predefined variable containing current editor text!
var strList : TStringList;
ShowMessage('The selected text is:'#13#10 + text + #13#10 +
'Length = ' + IntToStr(length(text)) + ' characters.');
strList := TStringList.Create;
try
strList.Text := text;
strList.Sort;
text := strList.Text; //The editor text will now be sorted
finally
strList.Free;
end;
----
And that's just the beginning of what you can to with scripting and Power
Editor...
Forums:
http://www.biitsoft.com/forums/
About Power Editor
=====================
It's a new light-weight but advanced scriptable text editor ideal for
programmers with many great features.
http://www.biitsoft.com/products/powereditor/index.htm
* Editor for text/programming files such as .html, .txt, .php, .java, .cpp,
..pas, .etc.
* Built-in File Diff/Compare to easily compare differences between files.
* Also create and edit .rtf (Rich Text Files) directly in the editor.
* View images (.bmp, .jpg, .gif, .png) directly in the editor.
* Built-in editor scripting language (delphi/pascal based) to automate
simple or complex editor tasks easily. If you used eScript in CMS Encore Pro
you'll feel right at home with this feature.
* Many more great features...
Downloads:
http://www.biitsoft.com/downloads/index.htm
For more information on Power Editor please visit:
http://www.biitsoft.com/products/powereditor/index.htm
Forums:
http://www.biitsoft.com/forums/
_________________
Steve Clemens
CMS Encore Pro - The Advanced Desktop Content Management System
The easy way to build and maintain your website.
PowerEditor - PowerEditor is the ideal advanced scriptable text editor for
programmers.
BIIT Software Systems
http://www.biitsoft.com
.
- Prev by Date: Re: ANN: TJSDialog update now available
- Next by Date: Re: NativeJpg now available at introductory price
- Previous by thread: ANN: TJSEditDialog (Preview)
- Next by thread: Sending xml from Indy TCPClient 9.0.18 and Delphi 5
- Index(es):
Relevant Pages
|
|