Releases: santaclose/scex
Releases · santaclose/scex
0.1
0.09
set default text editor color scheme according to os theme
0.08
- Improved ctrl f
- Show matching brackets (imguicolortextedit)
- Improved autoscroll (imguicolortextedit)
- Fixed regex crash (imguicolortextedit)
0.07
- Add line spacing setting
- Select line on ctrl+g
- Improved ctrl+d (imguicolortextedit)
- Virtual space (imguicolortextedit)
0.06
- Added "Show in folder view" option to file text edit panel
- Added "Show in file explorer" option to file text edit panel
- Files and folders can be dropped in the window now
- Started using cpp-subprocess
- Moved color scheme to submenu
- Set ImGui style according to window style
- Renamed project
- Altgr support (imguicolortextedit)
- Space character now rendered with same color as tab (imguicolortextedit)
- Updated color scheme colors (imguicolortextedit)
- Change text editor scroll so it doesn't jump to the left when long lines go out of view (imguicolortextedit)
0.05
- Use unix line endings when saving files
- Word mode fixes (imguicolortextedit)
- Ctrl shift k line deletion fixes (imguicolortextedit)
- Changed implementation for window dark theme (glfw)
0.04
- More work on simplifying code, along with bug fixes (ImGuiColorTextEdit)
- Fix bug where dragging would propagate to multiple windows (ImGuiColorTextEdit)
- Window adapts to dark theme
- Added refresh option to directory tree view
- Added result filter to directory finder
- Allow editing folder path in directory finder
0.03
- Code simplified significantly (ImGuiColorTextEdit)
- Syntax highlighting improvements (ImGuiColorTextEdit)
- Move lines up and down with ctrl + shift + arrows (ImGuiColorTextEdit)
- Rewrote function for increasing/decreasing indentation (ImGuiColorTextEdit)
- Force root tree node to be open in directory view
- Show spaces option
0.02
- Switched to boost regex
- Multicursor bug fixes
- Comment toggling
- Panning
First release
0.01 disable menu bar when opening file