CSC495-2014 / TeamworkEnglewoodGit

GNU General Public License v2.0
5 stars 15 forks source link

Save prompt - Fix issue #128 #132

Closed xwang12 closed 10 years ago

xwang12 commented 10 years ago

I fixed the weird bug we had for saving file:

Basically, the bug was when we edited a file and saved it, then it could not be opened again or sometimes there were some weird things that happened.

The problem occurred because when a tab was being removed, the file path array was not being updated. I was accessing it through the position of currently opened tabs and did not check the tab id.

xwang12 commented 10 years ago

@kwpembrook

kwpembrook commented 10 years ago

Ready to merge.