|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "codeanalyzer.hpp"#include "editor.h"#include "searchcontroller.hpp"#include "../../common/Options.h"#include "../../kernel/core/ui/language.hpp"#include "../../kernel/core/procedure/includer.hpp"Go to the source code of this file.
Macros | |
| #define | ANNOTATION_NOTE wxSTC_NSCR_PROCEDURE_COMMANDS+1 |
| #define | ANNOTATION_WARN wxSTC_NSCR_PROCEDURE_COMMANDS+2 |
| #define | ANNOTATION_ERROR wxSTC_NSCR_PROCEDURE_COMMANDS+3 |
| #define | HIGHLIGHT_ANNOTATION 12 |
Functions | |
| static void | replaceDocStrings (std::string &sStr) |
| static bool | isNumericType (char c) |
| Checks, whether the passed type is a numeric type. More... | |
Variables | |
| Language | _guilang |
| #define ANNOTATION_ERROR wxSTC_NSCR_PROCEDURE_COMMANDS+3 |
Definition at line 28 of file codeanalyzer.cpp.
| #define ANNOTATION_NOTE wxSTC_NSCR_PROCEDURE_COMMANDS+1 |
Definition at line 26 of file codeanalyzer.cpp.
| #define ANNOTATION_WARN wxSTC_NSCR_PROCEDURE_COMMANDS+2 |
Definition at line 27 of file codeanalyzer.cpp.
| #define HIGHLIGHT_ANNOTATION 12 |
Definition at line 30 of file codeanalyzer.cpp.
|
static |
Checks, whether the passed type is a numeric type.
| c | char |
Definition at line 1973 of file codeanalyzer.cpp.
Referenced by CodeAnalyzer::changeVariableType().
|
static |
Definition at line 35 of file codeanalyzer.cpp.
Referenced by CodeAnalyzer::CodeAnalyzer().
|
extern |
AboutChameleonDialog type definition
AboutChameleonDialog event table definition
Definition at line 135 of file NumeReWindow.cpp.
Referenced by CodeAnalyzer::analyseCommands(), CodeAnalyzer::analyseFunctions(), CodeAnalyzer::analyseIdentifiers(), CodeAnalyzer::analyseNumbers(), CodeAnalyzer::analyseOperators(), CodeAnalyzer::analysePreDefs(), CodeAnalyzer::analyseProcedures(), CodeAnalyzer::CodeAnalyzer(), and CodeAnalyzer::run().