fluentCODE / ScrawlIssues

Issue Tracker for Scrawl by fluentCODE
14 stars 0 forks source link

JS edits do not flag a file as changed #118

Closed aarondandy closed 9 years ago

aarondandy commented 9 years ago

Open an existing .js file containing the text var someThing = ['po','op'']; (note the extra ') then place your cursor before the first two quotes ('') and press the Delete key.

The UI does not flag the file as being edited and it will not save the change when pressing Ctrl+S.

pauljz commented 9 years ago

Looks like Delete doesn't trigger a dirty flag on the current build.

This is fixed on the dev build. Any action that manipulates text will flag as dirty now.