ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CodeEditor.cpp File Reference
#include <QtWidgets>
#include "CodeEditor.h"
#include "PythonHighlighter.h"
Include dependency graph for CodeEditor.cpp:

Go to the source code of this file.

Variables

static const char *const INDENT_STRING = " "
 
static const char *const PYTHON_COMMENT_STR = "# "
 

Variable Documentation

◆ INDENT_STRING

const char* const INDENT_STRING = " "
static

Definition at line 13 of file CodeEditor.cpp.

Referenced by CodeEditor::indentLess(), and CodeEditor::indentMore().

◆ PYTHON_COMMENT_STR

const char* const PYTHON_COMMENT_STR = "# "
static

Definition at line 15 of file CodeEditor.cpp.

Referenced by CodeEditor::comment(), and CodeEditor::uncomment().