BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Make the terminal title bar show an untitled workspace when opening OR open with the most recently closed file #13

Closed SharpBit closed 3 years ago

SharpBit commented 3 years ago

ON APPLICATION STARTUP

When opening the application with a new file, show ThoughtBox- Untitled in the terminal title bar

When opening an existing file, show ThoughtBox - {file_path} in the title bar

SharpBit commented 3 years ago

Similar to issue #6

BoraxTheClean commented 3 years ago

This seems to be blocked by (or a duplicate of) https://github.com/CupOfGeo/adaptable-antelopes/issues/7

Since we need to determine how to save this state and load it when the application starts.

ntdkhiem commented 3 years ago

Solved displaying file's name in the title bar. https://github.com/BoraxTheClean/adaptable-antelopes/commit/bbac56c53743f9b76724af82d2a50f40ea4981e0

SharpBit commented 3 years ago

Still need to make it show as soon as the application opens, right now it only shows if you save the file or open one first (or make a new file.)