mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-14 06:12:25 -06:00
Ide: .cosmetics in run options.
git-svn-id: svn://ultimatepp.org/upp/trunk@15567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
847f22fa45
commit
6b72fe3b2c
1 changed files with 1 additions and 5 deletions
|
|
@ -34,11 +34,6 @@ void Ide::RunArgs() {
|
|||
dlg.arg.SerializeList(ss);
|
||||
}
|
||||
|
||||
SaveFileButton stdout_browse("Save STDOUT as");
|
||||
stdout_browse.Type("Text files (*.txt)", "*.txt").AllFilesType();
|
||||
stdout_browse.Tip("Select file..");
|
||||
stdout_browse.Attach(dlg.stdout_file);
|
||||
|
||||
FileSelectSaveAs(dlg.stdout_file, dlg.stdout_fileb,
|
||||
"Text files (*.txt)\t*.txt\nLog files (*.log)\t*.log\nAll files (*.*)\t*.*");
|
||||
|
||||
|
|
@ -76,6 +71,7 @@ void Ide::RunArgs() {
|
|||
bool b = ~dlg.runmode == RUN_FILE;
|
||||
dlg.stdout_file_lbl.Enable(b);
|
||||
dlg.stdout_file.Enable(b);
|
||||
dlg.stdout_fileb.Enable(b);
|
||||
int rm = ~dlg.runmode;
|
||||
dlg.stdout_file.Enable(rm == RUN_FILE || rm == RUN_FILE_CONSOLE);
|
||||
dlg.utf8.Enable(rm != RUN_WINDOW);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue