The new file name in Save As is not automatically selected, meaning that if you just type in the name it has "Untitled 1", or whatever on the end. R5/Dano do not exhibit this behaviour
Logged In: YES user_id=33910
nielx@cvs.sf.net's password: ? patch.patch cvs diff: Diffing . Index: StyledEditWindow.cpp =================================================================== RCS file: /cvsroot/open-beos/current/src/apps/stylededit/StyledEditWindow.cpp,v retrieving revision 1.46 diff -r1.46 StyledEditWindow.cpp 905,906d904 < fSavePanelTextView = < dynamic_cast<BTextControl*>(fSavePanel->Window()->FindView("text view")); 937c935 < fSavePanelTextView->SetText(Title()); --- > fSavePanel->SetSaveText(Title());
Small two-liner to fix this bug. Ready to commit when you are.
---------------------------- revision 1.47 date: 2004/04/02 02:08:34; author: shatty; state: Exp; lines: +1 -9 use BFilePanel::SetSaveText which selects the filename
Log in to post a comment.
Logged In: YES
user_id=33910
nielx@cvs.sf.net's password:
? patch.patch
cvs diff: Diffing .
Index: StyledEditWindow.cpp
===================================================================
RCS file:
/cvsroot/open-beos/current/src/apps/stylededit/StyledEditWindow.cpp,v
retrieving revision 1.46
diff -r1.46 StyledEditWindow.cpp
905,906d904
< fSavePanelTextView =
<
dynamic_cast<BTextControl*>(fSavePanel->Window()->FindView("text
view"));
937c935
< fSavePanelTextView->SetText(Title());
---
> fSavePanel->SetSaveText(Title());
Logged In: YES
user_id=33910
Small two-liner to fix this bug. Ready to commit when you are.
Logged In: YES
user_id=33910
----------------------------
revision 1.47
date: 2004/04/02 02:08:34; author: shatty; state: Exp;
lines: +1 -9
use BFilePanel::SetSaveText which selects the filename