Releases: dmcoles/ReBuild
v1.2.0
- fix getfile readonly code not being generated when TRUE
- use macros setting was not fully applied to all object definitions
- fix os4 issues with penmap and bitmap gadgets
- rename 'name' fields to 'label'
- add identifier field for all gadgets
- add child labels for gradient slider and palette gadgets
- add support for checkable/toggle/mutual menu items
- add 'move into vlayout' and 'move into hlayout' menu options
- implement reopen function
- add hint text option to all gadgets
- rename incorrect window gadget help label
- set window gadget help to default to true
- window activate flag defaults to true
- adding new gadget now inserts after currently selected gadget instead
of at the end - add menu keyboard shortcuts
- add undo/redo capability
- save code preview and preview window positions to project file
- update project file format to v2
- add tooltype options for code previews and code preview window position
- settings saved to envarc:
- add realtime code preview window
- set selected item to root layout for new project
- make main window and code preview window remember their last positions
- add preview window width + height properties
- add link to vscroll to text field gadget
- add link to hscroll and link to vscroll to text editor gadget
- add link to slider gadget for integer gadget
- add horizontal scroll flag to texteditor
- throw an error on startup if neither textfield or texteditor gadgets
are present - all gadget types now have label property
- set preview window settings based on window definition
- re-arrange some gadget settings pages to try to better fit them in
640*256 - Add an edit button on main window
automated dev build {2024-09-18}
dev-build update build number for final release
v1.1.0
Changes in this release 1.1.0
- Creating a virtual gadget could cause crashes (due to a bug
in the version of E-VO used to compile 1.0.0)
- About dialog changed 'Rebuilder' To 'Rebuild'
- Loading a bitmap with no image selected reported an incorrect error
- Added option to generate code that does not use macros in the object
definitions (for better GCC compatibility).
- add GA_TabCycle property to click tab
- code generated for fuel gauge now uses GA_Text instead child label
- fuel gauge used incorrect default number of ticks
- GetScreenMode did not include child label in generated code
- Glyph did not include child label in generated code
- Glyph used incorrect default type
- Added USEMACROS tooltype
- Sketchboard was missing many of the settings in the generated code
- SizeBRight and SizeBBottom did not work correctly in preview window
v1.0.0
0.10.0-beta
- made some changes to the code generation function to add a window id enumeration
- changed window 'name' property to 'identifier' and added some validition
- added a user manual text file
0.9.0-beta
bitmap object did not generate code for height property correctly add enums for ids as well as indexes in generated code use enums for ids and indexes in the in generated code object definitions enable full code setting in example files