Ejemplo n.º 1
0
void FarEditor::listErrors(){
  enterHandler();
  baseEditor->validate(-1, false);
  leaveHandler();
  showOutliner(errorOutliner);
  ignoreChange = true;
}
Ejemplo n.º 2
0
void FarEditor::listFunctions(){
  enterHandler();
  baseEditor->validate(-1, false);
  leaveHandler();
  showOutliner(structOutliner);
  ignoreChange = true;
}
Ejemplo n.º 3
0
void FarEditor::listErrors()
{
  baseEditor->validate(-1, false);
  showOutliner(errorOutliner);
}
Ejemplo n.º 4
0
void FarEditor::listFunctions()
{
  baseEditor->validate(-1, false);
  showOutliner(structOutliner);
}