Code::Blocks Forums

User forums => Help => Topic started by: ollydbg on March 20, 2012, 02:40:31 pm

Title: wxsmith tiny issue: save all button click does not save wxs file
Post by: ollydbg on March 20, 2012, 02:40:31 pm
When I edit a wxs file under C::B, and then click the "save all" button, but the wxs file still show "unsaved" status.
It's a bug?
Title: Re: wxsmith tiny issue: save all button click does not save wxs file
Post by: MortenMacFly on March 20, 2012, 09:16:36 pm
It's a bug?
Yes, if saving external editors (so no built-in) is not included in SaveAll.
Title: Re: wxsmith tiny issue: save all button click does not save wxs file
Post by: danselmi on March 20, 2012, 10:19:34 pm
EditorManager::SaveAll() is calling EditorBase::Save()
I tested with HexEditor and NassiShneiderman diagram and both work with  SaveAll.
So I assume a bug in wxSmith
Title: Re: wxsmith tiny issue: save all button click does not save wxs file
Post by: MortenMacFly on March 21, 2012, 06:52:00 am
So I assume a bug in wxSmith
I'd assume that, too then. ;D