andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
134 stars 86 forks source link

Unaware of updates of local file system #68

Open bengtner opened 3 years ago

bengtner commented 3 years ago

Working in a project tree managed by git in the Linux container, CodePad is obviously unaware of any updates made in the files by git for instance. This is a bit scary to be honest. Is there any refresh command I can use to make sure what I see in the editor actually reflects the file content?

coder0107git commented 2 years ago

Other than reopening the file or project, I don't think so.