mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-13 03:56:46 +01:00
Tweaks to bug reporting
This commit is contained in:
@@ -3914,12 +3914,7 @@ var ICEcoder = {
|
||||
this.message(t['No new errors...']);
|
||||
}
|
||||
if(this.bugReportStatus=="bugs") {
|
||||
// Close bug-report without saving previousFiles and without confirming close if we made changes on the bug report
|
||||
// var bugReportOpenFilePos = this.openFiles.indexOf(this.bugReportPath.replace(/\|/g,"/"));
|
||||
// if (bugReportOpenFilePos > -1) {
|
||||
// this.closeTab(bugReportOpenFilePos+1,'dontSetPV','dontAsk');
|
||||
// }
|
||||
// this.openFile(this.bugReportPath);
|
||||
// Show bug report screen and set the bugs state as seen
|
||||
this.bugReportScreen();
|
||||
this.bugFilesSizesSeen = this.bugFilesSizesActual;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user