Devlogs
ZLE v.1.7.2
ZLEA downloadable tool for Windows, macOS, and Linux
The update of the code editor - 1.7.2
- Added keyword, number and comment highlighting to code editor
- Code editor now internally uses UTF-32 instead of ANSI and saves it to disk as UTF-8 instead of ANSI
- Added Ctrl + Delete and Ctrl + Left/Right to code editor for skipping characters
- Added Shift + Left/Right/Up/Down to code editor for text selection
- Added Alt + Up/Down to code editor for line swap
- Added double and triple mouse click to select a word or line
- Added case sensitive/insensitive find and replace menu to code editor
- Code number lines are now fixed on screen
- Code frame width is now variable length
- Box select now goes to the window edge when selecting multiple lines instead of ending at last character
- Added box select character coordinates at the bottom of the code editor
- Code editor now rendered with vertex buffers for performance if available
- Changed when new level/save level shortcuts are applicable
- Added zoom with keyboard to main view
- Shortcuts from code editor now same as ones in main editor
- Find objects/assets by name now shows results before changing filter
- Render & export now shows file saving progress as range 75% - 100%
- Fixed partial visibility of the main view when scrolling in a small main view window
- Fixed going out of bounds in code editor with pressing down then right arrow keys at the bottom of the file
- Fixed zoom in/out with arrow keys in code editor printing out + or -
- Fixed crash when detecting uniforms
- Fixed crash in undo system when applying texture to particle systems