trollixx / qtcreator-tabbededitor-plugin

Qt Creator Tabbed Editor Plugin
GNU Lesser General Public License v3.0
73 stars 37 forks source link

close modified document without saved will always remove the tab whenever user choose cancel or not save #25

Open zhouliangyi opened 7 years ago

zhouliangyi commented 7 years ago

when user click close button to close a document which is modified and not saved,there should be a messagebox asking whether to save or not save or cancel . if user choose cancel ,the document should not be close,but the TabBar remove the tab of the document.

Signed-off-by: foniova z.liangyi@gmail.com