Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Export searching member cache on close
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Feb 24, 2018
1 parent 7410aa0 commit bcdbe81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ILEditor/Editor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ILEditor/Editor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ private void dockingPanel_ContentRemoved(object sender, DockContentEventArgs e)
}
}
}

private void Editor_FormClosing(object sender, FormClosingEventArgs e) => MemberCache.Export();

#region File Dropdown

Expand Down Expand Up @@ -498,6 +500,5 @@ private void redoButton_Click(object sender, EventArgs e)

private void commentButton_Click(object sender, EventArgs e) => quickCommentToolStripMenuItem.PerformClick();
#endregion

}
}

0 comments on commit bcdbe81

Please sign in to comment.