saikyun / freja

Self-modifiable editor for coding graphical things
68 stars 3 forks source link

Visual indication of current file being edited #13

Closed sogaiu closed 3 years ago

sogaiu commented 3 years ago

Perhaps it's worth having some visual indication of the name (of file path?) of the current file being edited (if there is a related file).

saikyun commented 3 years ago

Good idea. :) I wonder what would look the best. I guess one could start with just changing the title (since currently you can only look at one file at the time). It wouldn't eat vertical space either. :)

sogaiu commented 3 years ago

May be as long as the target is "desktop", the following from raylib can work?

void SetWindowTitle(const char *title);
saikyun commented 3 years ago

Fixed with: f5978cef08c31ee3613592df73ce3a68ec3291b3 d4038aab91ff3f78f3a2b278a21a6b792480b53d

sogaiu commented 3 years ago

Yay! It is working here :)