matthewkaney / text.management

Experimental Live Code Editor
GNU General Public License v3.0
46 stars 2 forks source link

Windows filename display #61

Open matthewkaney opened 1 year ago

matthewkaney commented 1 year ago

My current implementation of tab labels assumes forward slashes for specifying file base names, which doesn't work on Windows. In the future, I want the ability to send basenames without full paths to the renderer process anyway (in the case of remote/untrusted users), so the splitting up of full path vs. display name should happen on the filesystem end, rather than in the interface.