[fpc-pascal] FP IDE sources

Karoly Balogh charlie at scenergy.dfmk.hu
Wed Mar 13 21:34:04 CET 2024


Hi,

On Wed, 13 Mar 2024, Guillermo Martínez Jiménez via fpc-pascal wrote:

> Hi Pascaloids,
>
> I was looking for the FP IDE sources to check how it renders the ASCII
> table and manage the mouse input, but I'm not able to find them.
> They're not in GitLab, not in the source packages, not in the download
> pages. Lazarus Wiki has two pages "Textmode IDE" and "Textmode IDE
> development" but none of them have any link or reference of how to find
> the sources.
>
> Where are they?  Why aren't with the official source packages?

But they are. The IDE code is here:
https://gitlab.com/freepascal.org/fpc/source/-/tree/main/packages/ide

It also depends on Free Vision, which is here:
https://gitlab.com/freepascal.org/fpc/source/-/tree/main/packages/fv

The ASCII table code is part of Free Vision, and it's here:
https://gitlab.com/freepascal.org/fpc/source/-/blob/main/packages/fv/src/asciitab.pas

Charlie


More information about the fpc-pascal mailing list