Godot-TextEditor/CHANGES.md

45 lines
1.5 KiB
Markdown
Raw Normal View History

2021-10-19 01:50:21 +02:00
# 1.5
- Added `Ctrl + N` to immediately create new file without defining path.
- New unsaved file will have contents remembered.
- Added `Ctrl + Shift + Mouse wheel` to change ui font size.
- Added word wrap toggle.
- Fixed sorting error in `sys`.
- Fixed font size save/load.
- `sys` shows chapter count.
- Preserves symbol view scroll value when tabbing.
- Can access full filesystem.
- Fixed "New File" dialog not gaining focus.
2021-10-18 21:20:19 +02:00
# 1.4
- Added `sys` info tab.
- Added `console` info tab. (wip)
- Changing extension updates colors.
- Fixed exported build not styling things properly.
- Fixed symbols/tags not showing when first booting editor.
- Tweaked colors.
- Internal rewriting.
# 1.3
- Basic search implemented. `Ctrl + F`
- Can create links inside `()` which makes markdown links clickable.: `Ctrl + Click`
2021-10-14 12:45:59 +02:00
# 1.2
2021-10-14 20:49:03 +02:00
- Can unrecycle now. (Make sure `view/Directories/.trash` is toggled, then press arrow.
- Added folder recycle option
- Added folder move/drag.
2021-10-14 12:45:59 +02:00
- Empty directories properly hide if they have no subdirectories.
2021-10-14 20:49:03 +02:00
- Fixed hide/show file type not updating list.
- Settings are saved more frequently.
- Fixed file dragging.
- Fixed meta table not resizing.
2021-10-18 21:20:19 +02:00
- Tweaked symbol colorizer to emphasize depth.
2021-10-14 20:49:03 +02:00
- Bug fixes.
2021-10-14 12:45:59 +02:00
2021-10-13 18:11:24 +02:00
# 1.1
2021-10-13 19:00:48 +02:00
- Added `addons` folder hider option.
2021-10-13 19:47:08 +02:00
- Preserve folder open/close state.
2021-10-13 19:52:58 +02:00
- Fixed directories with `.gdignore` not hiding.
2021-10-13 19:47:08 +02:00
- Fixed files and directories not being sorted.
2021-10-13 19:00:48 +02:00
- Fixed "failed to load settings" error.
- Tweaked syntax coloring.
2021-10-14 12:45:59 +02:00
- Got rid of accidental test file.