Bug #8244 2006-07-30 04:38
eventhorizon5
Auto source editing doesn't work with relative files
I'm having a problem here, and this originally worked in RC2.
In the wxSmith dialog editor, if a dialog is modified but the associated source code file is in a different directory than the project file, the source file doesn't get edited.
To reproduce:
1. Create a subdirectory called "src" in your project's directory.
2. Add a new dialog called newdialog, but specify the .cpp filename as "..\src\newdialog.cpp" instead of "newdialog.cpp", and similar with the .h file.
3. Open the newdialog.cpp file
4. Try adding a button onto the dialog, and you'll see that the newdialog.cpp file is not being updated/modified.
Thanks
Ryan Thoryk
- Category
- Plugin::wxSmith
- Group
- Status
- Closed
- Close date
- 2007-03-27 20:34
- Assigned to
- byo
History
Almost forgot the version I used - the July 29th nightly build, on Windows 2000.
This bug is now fixed in HEAD.
Thank you for reporting it.