Page 1 of 1

ComboBox for library subsystems and PB constants

Posted: Sat Mar 27, 2021 9:45 am
by infratec
Hi,

I would prefer if in compiler options, the field for library subsystem is an editable combobox,
with the'standard' possible entries already as combobox entries inside.

If you have to type them in, you are always be unsure what and how you can type them.

Also it would be nice if we can check the setting of the subsystem via CompilerIf
to avoid a program start with missing or wrong selection.

Re: ComboBox for library subsystems and PB constants

Posted: Sat Mar 27, 2021 11:46 am
by mk-soft
Case sensitive ...

Code: Select all

CompilerIf Subsystem("OpenGL")
    Debug "Kompilierung mit dem OpenGL Subsystem"
CompilerEndIf
Combobox +1

Re: ComboBox for library subsystems and PB constants

Posted: Sat Apr 03, 2021 8:55 pm
by netmaestro
I may be mistaken but I heard the IDE is open source... :mrgreen: