- Code completion to help ensure proper syntax
- Color syntax highlighting
- Components for rapid application development
- Customizable IDE layout with floating toolbars
- Fonteditor for editing palm fonts
- Object treeview for quick navigation and manipulation of the objects in the current designer
- Assembler right inline in the Pascal code
- Byte, Integer, Longint supported. Native Integer size is 16 bit
- Disassembler included for easy code inspection (68K assembler)
- Floating point without using MathLib (Sin,Cos,ArcTan,Ln,Exp,Sqr,Sqrt)
- Header files (Units) written in Pascal
- Inline assembler (HSAsm), using normal 68K syntax
- No temporary files generated, all memory based. Clean compile every time
- Resources imported or right inline in Pascal source
- Runtime library included, written in Pascal style, using HSAsm and Pascal
- Strings are native "C" strings, but still declared as "var S: String[20]". No allocation hassle
- Written 100% in Borland Delphi (Pascal) for Windows
|