pyscripter
pyscripter
Why not add this to a public branch, so that anyone interested can benefit and contribute and wait till it matures and becomes working before merging it to the main...
@livius2 If the FMX support is in a separate branch while it is being developed, you can always sync with the main branch from time to time. Look what happened...
I see no benefit in merging any changes now. Why not delay merging until the FMX stuff becomes stable. You risk breaking existing code especially if you change the signature...
You will not know whether showstoppers will arise or @livius2 loses interest or development stops for any reason, unless you wait for a stable FMX version to emerge. By that...
There is also a Lazarus port. I saw no requests to merge it with this project. How would you deal with such requests?
Don't take me wrong. I can see the benefits of having VT available on MacOS or even Android.
Regarding #54 . what I observed was that TextWidth/CharWidth in certain occasions returned values just above 1, in my case 1.02. In such cases the preview added a whole new...
P4D works fine with python 3.10 here (and with other users). So you have python 3.10 64 bits installed and registered. Does the Demo01 (which has UseLastKnownVersion = True) run?
> [dcc64 Fatal Error] Demo01.dpr(7): F2048 Bad unit format: Unit1.dcu - Expected version: 33.0, Windows Unicode(x64) Found version: 33.0, Windows Unicode(x86). You need to _*build*_ your project not just compile.
> PS: OFF TOPIC: I remember some comment in one of your presentations regarding multitasking with Python. One of the goals I'm trying is to do an webserver app, CGI...