Flutter-Bounty-Hunters / inception

A code editing toolkit for Flutter
MIT License
4 stars 0 forks source link

IDE: Make file system tree view horizontally scrollable #6

Open matthew-carroll opened 1 week ago

matthew-carroll commented 1 week ago

We have an expandable tree view for the file system on the left side of the IDE. Currently it's only scrollable vertically. Horizontally, the content wraps, which quickly becomes unworkable with deep directory paths.

Make the tree view horizontally scrollable.