19#ifndef CODEFORMATTER_HPP
20#define CODEFORMATTER_HPP
43 int formatOperators(
int pos,
char prevChar,
char currentChar,
char nextChar,
bool isNSCR);
51 void IndentCode(
int nFirstLine,
int nLastLine);
52 void FormatCode(
int nFirstLine,
int nLastLine);
The class of the editor window.