fluentCODE / ScrawlIssues

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

Do you want to save your changes to '' before closing? (issue with task runner) #140

Closed aarondandy closed 9 years ago

aarondandy commented 9 years ago

1) Open directory with a gulp file and some other file(s). In this case I have a gulp file at ./gulpfile.js .

2) Open a file within the folder. In this case I opened ./build/baufile.csx .

3) Run a gulp task from the task menu. In this case I ran a task titled ts-compile .

4) Close Scrawl

Expected: Scrawl closes

Actual: Scrawl prompts to save a file with no name

---------------------------
Save changes?
---------------------------
Do you want to save your changes to '' before closing?
---------------------------
Yes   No   Cancel   
---------------------------
pauljz commented 9 years ago

The terminal is based on the text editor, and since there was output to it, it thinks it's "dirty" and is prompting you to save the terminal output to a file. Should be able to get this fixed pretty easily.

stirno commented 9 years ago

Although interestingly.. you could totally save the output from that window. ;p

pauljz commented 9 years ago

Fixed in 416