Releases: fredvs/ideU
Release 2.14.0. NEW: Exec parameter: --globstatfile=<path_of_ideU.stat>. Added MacOS asset. Auto-scalable. Font selector by language. Languages are dynamic loaded with the po/mo lang files. XWayland fully compatible. Added Russian, Ukrainian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. Added Zeos mse components. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
New: added release for NetBSD and OpenBSD.
[EDIT] New: added release for MacOs.
[EDIT2] New: added release for FreeBSD aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to J. Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
In new release was added:
- Lot of fixes.
- MacOs executable.
- Exec parameter to set custom directory of config file: --globstatfile=<path_of_ideU.stat>
- Auto-scalable with screen resolution used.
- Layout languages are dynamic loaded with the po/mo lang files and font selector by language.
- Fully XWayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, Ukrainian, French, German, Spanish, Portuguese, Italian, Romanian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
Warning: For Darwin-MacOs, you need to install xquartz:
> brew install xquartz
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zip
And compile the project-file: /ideu/src/ideU.prj
Compiling ideU from commandline in directory ideu/src/:
for Unix:
fpc -oideU -Fu/directory_of_mseide-msegui/lib/common/kernel/linux -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -gl -B -Xs -CX -XX -O1 -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
for Windows:
fpc.exe -oideU.exe -Fu/directory_of_mseide-msegui/lib/common/kernel/windows -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -B -Xs -CX -XX -O1 -WG -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
When ideU is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.12.0. NEW: Auto-scalable. Font selector by language. Languages are dynamic loaded with the po/mo lang files. XWayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
New: added release for NetBSD and OpenBSD.
[EDIT] New: added release for MacOs.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
NEW: For Windows and Linux, ideU_PacPas is a complete Pascal workshop including ideU IDE, fpc-ootb compiler and (for Windows) gdb debugger. Included source of msegui, fpgui and bgrabitmap.
Nothing to install-configure, just download-unzip-use. You may even compile project using PacPas from a USB stick.
(see "assets" at end of page, click on "more assets" if some are missing).
In new release was added:
- Lot of fixes.
- Auto-scalable with screen resolution used.
- Layout languages are dynamic loaded with the po/mo lang files and font selector by language.
- Fully XWayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, Ukrainian, French, German, Spanish, Portuguese, Italian, Romanian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
Warning: For Darwin-MacOs, you need to install xquartz:
> brew install xquartz
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
Note that all the files that follow are included in the PacPas release.
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zip
And compile the project-file: /ideu/src/ideU.prj
Compiling ideU from commandline in directory ideu/src/:
for Linux:
fpc -oideU -Fu/directory_of_mseide-msegui/lib/common/kernel/linux -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -gl -B -Xs -CX -XX -O1 -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
for Windows:
fpc.exe -oideU.exe -Fu/directory_of_mseide-msegui/lib/common/kernel/windows -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -B -Xs -CX -XX -O1 -WG -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
When ideU is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.10.0. NEW: Auto-scalable. Font selector by language. Languages are dynamic loaded with the po/mo lang files. XWayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
NEW: For Windows and Linux, ideU_PacPas is a complete Pascal workshop including ideU IDE, fpc-ootb compiler and (for Windows) gdb debugger. Included source of msegui, fpgui and bgrabitmap. (see assets).
In new release was added:
- Lot of fixes.
- Auto-scalable with screen resolution used.
- Languages are dynamic loaded with the po/mo lang files and font selector by language.
- Fully XWayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, Ukrainian, French, German, Spanish, Portuguese, Italian, Romanian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
Note that all the files that follow are included in the PacPas release.
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zip
And compile the project-file: /ideu/src/ideU.prj
Compiling ideU from commandline in directory ideu/src/:
for Linux:
fpc -oideU -Fu/directory_of_mseide-msegui/lib/common/kernel/linux -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -gl -B -Xs -CX -XX -O1 -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
for Windows:
fpc.exe -oideU.exe -Fu/directory_of_mseide-msegui/lib/common/kernel/windows -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -B -Xs -CX -XX -O1 -WG -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pas
When ideU is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.8.6. NEW: Font selector by language. Languages are dynamic loaded with the po/mo lang files. XWayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
In new release was added:
- Lot of fixes.
- Languages are dynamic loaded with the po/mo lang files and font selector by language.
- Fully Wayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.8.4. NEW: Font selector by language. Languages are dynamic loaded with the po/mo lang files. Wayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
In new release was added:
- Languages are dynamic loaded with the po/mo lang files and font selector by language.
- Fully Wayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.8.2. NEW: Languages are dynamic loaded with the po-lang files. Wayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. . Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
In new release was added:
- Languages are dynamic loaded with the po-lang files.
- Fully Wayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.8.0. NEW: Languages are dynamic loaded with the po-lang files. Wayland fully compatible. Added Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages. . Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass for his excellent ideas, bug fixes and kind support.
In new release was added:
- Languages are dynamic loaded with the po-lang files.
- Fully Wayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish, Portuguese, Italian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
- Zeos mse components.
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.6.6. Compiled with last msegui and fpc 3.2.2. Wayland fully compatible. Added Russian, French, German, Spanish and Portuguese languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass for his excellent ideas, bug fixes and kind support.
In new release was added:
- Fully Wayland and fpc 3.3.1 compatible.
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish and Portuguese layout languages.
- Zeos mse component..
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.6.4. Compiled with last msegui and fpc 3.2.2. Added Russian, French, German, Spanish and Portuguese languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi ARM.
Added release for Raspberry Pi ARM-aarch64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass for his excellent ideas, bug fixes and kind support.
In new release was added:
- Compiled with last msegui source and fpc 3.2.2.
- Russian, French, German, Spanish and Portuguese layout languages.
- Zeos mse component..
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
Release 2.6.2. Fixes of v2.6.0. Added Russian, French, German, Spanish and Portuguese languages. Added Zeos mse componentes. And much more...
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For Windows 64/32, Linux 64/32, FreeBSD 64 and Raspberry Pi.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to Johann Elsass for his excellent ideas, bug fixes and kind support.
In new release was added:
- Fixes of release 6.2.0.
- Russian, French, German, Spanish and Portuguese layout languages.
- Zeos mse component..
- And much more...
Here how to install ideU:
-
If you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
-
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releasesIf you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-mseguiIf you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maintIf you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releasesThen download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zipWhen ideu is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D