Code-DJ

Results 4 issues of Code-DJ

# Description Remember the window size and position across sessions. # Related Issue * #902 # Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the...

### Description CodeEdit does not remember the last window size and position. ### To Reproduce 1. Open CodeEdit 2. I had previously opened a folder, so it opens to that...

bug

# Description Save UI state per Workspace. - [x] sidebar width - [x] which files are open - [x] which editor tab is active - [x] order of editor tabs...

VS Code has "workbench.tree.enableStickyScroll" enabled by default now. If you scroll in the folder tree of the explorer, the folders/sub folders become sticky but the shadow is missing. Verified that...