Quartex Pascal 1.0 Hotfix 2

Following the feedback of our users and backers we have issued a second hotfix which irons out a few issues here and there, most notably the license provisioning issue during startup. As with all products of this complexity there are bound to be things that can be polished and made better – and we intendContinue reading “Quartex Pascal 1.0 Hotfix 2”

Quartex Pascal 1.0 Hotfix 1

Hot on the heels of our initial release we have a few fixes. Mostly minor things but definitively things we missed on Monday. Thankfully the IDE has a lot of tooling inside, so fixing these things and adding suggested functionality was quick and easy. We are aiming at having the hotfix out friday at theContinue reading “Quartex Pascal 1.0 Hotfix 1”

A parsing framework for Delphi, FPC and QTX

In this article I will cover the essential architecture of the Quartex parser, the default parser for the Quartex RTL and our native framework. This framework is the codebase we wrote to implement the IDE for Quartex Pascal, and it contains a wealth of useful units. The Quartex native framework will be available to backers and customers shortly after release of Quartex Pascal.

Align: TAlign and PreAlignBounds

One of the coolest features that has been added to Quartex Pascal’s RTL in the past few months, is most likely support for Align: TAlign for TQTXWidget. This greatly simplifies form layout, and also doing layout when writing your own custom controls. Rules and differences HTML5 is not the same as WinAPI or GTK, andContinue reading “Align: TAlign and PreAlignBounds”