Hi,
I have extended the form designer from
https://github.com/havlicekp/form-designerand integrated it with the RemObjects PascalScript Demo IDE.
Result:
Drag & Drop Form Designer – components can be placed directly using the mouse
Automatic Code Linking – double-clicking a designer element jumps directly to the corresponding code location
Debugger Support – breakpoints, Step Into / Step Over, etc.
Cross-platform – Linux & Windows
I have published the project on GitHub:
https://github.com/mdadali/PascalScript_IDEThere is an animated GIF right on the start page, so you don’t have to compile everything just to get an impression.
The project is still experimental, but I will definitely continue developing it.
Once you have such a tool, you can use it everywhere in the long term—especially where automation is needed.
Unfortunately, the well-known 64-bit bug in PascalScript is still present:
Events in GUI scripts are not triggered in the 64-bit version.
I have already slightly modified the JvDesign and PascalDebugger components for debugging purposes and provided them in the source/componente directory.
However, I currently lack the in-depth knowledge required to fix the 64-bit issue myself.
It would be great if someone with the necessary expertise could address this—then we would have a truly full-featured tool in the long run.
Best regards,
Maurog.