PureBytes Links
Trading Reference Links
|
Indentation feature of AFL editor is planned from what I saw in feedback center.
For now, I use the free editor conTEXT at http://www.context.cx/.
You can download the AFL schema from amibroker on-line library.
I have also tried TextPad and NotePad++ with AFL syntax highlights, but found that they don't work as well as conTEXT, which can achieve exactly the same effects of the native AFL editor.
----- Original Message -----
From: Terry
To: amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, November 11, 2006 12:06 PM
Subject: RE: [amibroker] AFL editor
No. I use UltraEdit. It has an auto format feature that will do this for you.
For small changes or short code I just indent myself.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Ara Kaloustian
Sent: Saturday, November 11, 2006 00:59
To: AB-Main
Subject: [amibroker] AFL editor
Some AFL examples have indented code.
Example:
for (i= .... )
{
for (j= ..... )
{
line1
line2
etc.
}
}
I am not sure if this indentation is done automatically by editor or is formatted manually.
Does the AFL editor have this auto indent feature? How is it turned on?
Thanks
ara
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
|