This class is the actual NumeRe main frame. The application's logic is implemented here.
bool hasRevisions(const wxString ¤tFile)
This method detects, whether the selected file has revisions.
wxString getRevisionPath(const wxString ¤tFilePath)
This method returns the path, where the revisions are stored.
VersionControlSystemManager(NumeReWindow *parent)
FileRevisions * getRevisions(const wxString ¤tFile)
This method returns the file revisions as pointer.