mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
eepp: Fixed SyntaxTokenizer with empty string. Fixed Process when building with custom environment variables. Fixed MD5::fromStream. Added Node::hasEventsOfType.
ecode: Fixed Build Settings UI (bug in event handling). Improvements in project builds. Improvements and fixes in formatter plugin.
This commit is contained in:
@@ -226,7 +226,7 @@ class UIBuildStep : public UILinearLayout {
|
||||
|
||||
mDataBindHolder +=
|
||||
UIDataBindBool::New( &mStep->enabled, findByClass( "enabled_checkbox" ) );
|
||||
auto placeholder = UIDataBindString::New( &mStep->cmd, findByClass( "input_cmd" ) );
|
||||
mDataBindHolder += UIDataBindString::New( &mStep->cmd, findByClass( "input_cmd" ) );
|
||||
mDataBindHolder += UIDataBindString::New( &mStep->args, findByClass( "input_args" ) );
|
||||
mDataBindHolder +=
|
||||
UIDataBindString::New( &mStep->workingDir, findByClass( "input_working_dir" ) );
|
||||
|
||||
Reference in New Issue
Block a user