Skip to content

Release 2.20.0. With all previous features + many others and many fixes...

Latest

Choose a tag to compare

@fredvs fredvs released this 30 Nov 22:33
· 11 commits to main since this release

Full Changelog: 2.18.0...2.20.0

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 FreeBSD-x86_64, FreeBSD-i386, FreeBSD-aarch64,
Linux-x86_64, Linux-i386, Linux-Rpi-arm32, Linux-Rpi-aarch64,
NetBSD-x86_64, NetBSD-i386,
OpenBSD x86_64, OpenBSD-i386,
Darwin-MacOs-x86_64, Darwin-MacOs-aarch64,
Windows-i386, Windows-x86_64.

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.
Big thanks to Vadim Gunko for Russian translation.

In new release was added:

  • Lot of fixes.
  • Fixed Russian language.
  • Template for Raylib.
  • Better auto size for high DPI.
  • 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, Polish, Italian, Romanian, Dutch, Greek, Chinese, Indonesian, Hebrew, Arabic and Esperanto layout languages.
  • Zeos mse components.
  • And much more...

Silver:
ideU2862

Carbon:
ideU286dark

Here how to install ideU:

Warning: For Darwin-MacOs, you need to install xquartz:
> brew install xquartz fontconfig

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 -B -Xs -CX -XX -O1 -dmse_dynpo -SIcorba -FUunits -vewinhq 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 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