ecode: Added an option to configure the default shell used by ecode terminal.

Closes SpartanJ/ecode#70.
This commit is contained in:
Martín Lucas Golini
2023-03-05 18:09:58 -03:00
parent d2caa0d890
commit 7d7a97e60d
20 changed files with 120 additions and 24 deletions

View File

@@ -27,6 +27,8 @@ class EE_API UIComboBox : public UIWidget {
const String& getText();
void setText( const String& text );
virtual bool applyProperty( const StyleSheetProperty& attribute );
virtual std::string getPropertyString( const PropertyDefinition* propertyDef,

View File

@@ -27,7 +27,7 @@ class EE_API UIListBox : public UITouchDraggableWidget {
void clear();
void addListBoxItems( std::vector<String> Texts );
void addListBoxItems( std::vector<String> texts );
Uint32 addListBoxItem( const String& Text );

View File

@@ -6,7 +6,7 @@
#define EEPP_MAJOR_VERSION 2
#define EEPP_MINOR_VERSION 5
#define EEPP_PATCH_LEVEL 8
#define EEPP_PATCH_LEVEL 9
#define EEPP_CODENAME "Bindu"
/** The compiled version of the library */