6 #ifndef COMPILERERRORS_H 7 #define COMPILERERRORS_H 34 void GotoError(
int nr);
38 bool HasNextError()
const;
39 bool HasPreviousError()
const;
40 int GetCount()
const {
return m_Errors.GetCount(); }
45 int GetFirstError()
const;
50 void DoClearErrorMarkFromAllEditors();
51 int ErrorLineHasMore(
const wxString& filename,
long int line)
const;
56 #endif // COMPILERERRORS_H
WX_DECLARE_OBJARRAY(CompileError, ErrorsArray)
CompilerLineType lineType
CompilerLineType
Enum categorizing compiler's output line as warning/error/info/normal.
Represents a Code::Blocks project.
int GetFocusedError() const
const wxString lt(_T("<"))