ComboBox for library subsystems and PB constants

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

ComboBox for library subsystems and PB constants

Post 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.
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: ComboBox for library subsystems and PB constants

Post by mk-soft »

Case sensitive ...

Code: Select all

CompilerIf Subsystem("OpenGL")
    Debug "Kompilierung mit dem OpenGL Subsystem"
CompilerEndIf
Combobox +1
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8425
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: ComboBox for library subsystems and PB constants

Post by netmaestro »

I may be mistaken but I heard the IDE is open source... :mrgreen:
BERESHEIT
Post Reply