WxSmith Timeline
From Code::Blocks
Timeline for wxSmith:
Task | Description | Estimated time | Finished |
---|---|---|---|
Events in wiki | Add description of events system into Wiki:
|
1 day | Yes |
Extra init code | Add extra initialization code added right after item is built
Warning: this may mess the code base |
2 hours | Yes |
Insert by mouse | Allow adding items to resource by pointing with mouse | 1 day | Yes |
Grid | Add grid for containers without sizers. This will require:
|
1 day | Yes |
Adopt new header system | New header generation system is now capable of generating forward declarations and list of headers splitted for pch-included and non-included. The option whether to use pch filter and/or forward declarations should be available while generating new resource | 1 day | Yes |
Add more tools | There are some tools which could be accessible from viasual editor:
|
1 week | No |
Fix dragbox bug | Sometimes on linux when resource is more complicated, drag boxes are placed in invalid position. It looks like the positions are calculated before main panel (the one which not yet belongs to the resource or the main resource's panel) is shifted using it's sizer. | 1 day | No |