- Posts: 107
- Thank you received: 64
0.8.0
1 week 4 days ago - 6 days 6 hours ago #220
by Franck
UPCOMING RELEASE - WORK IN PROGRESS
Bug fixes
- Lofi
- OS
- API
- TextEd
- Fixed occasional sticky FCTN key after a compilation (regression due to a functional change of the editor in previous version)
- Examples
- ImagEd
- Major refactor of the application: cleaner and smaller code footprint
- Select / Copy / Paste fully functional. Combined with grid and SHIFT, makes it easy to create and test tiles
- New transform tools on selection:
- Horizontal and vertical flip on any selection
- Clockwise and anti-clockwise 90 degrees rotation on square selection
- Two tileset templates provided: tileset1 (a dualgrid tileset template using 64 tiles) and tileset2 (a minimalist 16 tiles template)
- SpritEd
- TextEd
- Added Undo support for line edit, LF insertion and LF deletion. Some actions are recorded twice and require to undo twice, I need to investigate. Other than that, Undo should be fully functional. No redo yet though. Undo stack is 170 actions deep. Past that it just stops recording actions. Should be plenty enough in most cases. Every file save resets the undo stack.
- New 'look for' feature to search for the first occurrence of some (partial) text. For example to look for the definition of a variable or function, select the name and type CTRL+L, the editor will jump to its definition. The search is limited to 32 characters (the max size of a symbol).
- Compiler
- Manual
Last edit: 6 days 6 hours ago by Franck.
Please Log in or Create an account to join the conversation.
Time to create page: 0.152 seconds