Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
lua_debugger_code_editor.cpp File Reference
#include "lua_debugger_code_editor.h"
#include <QAction>
#include <QColor>
#include <QContextMenuEvent>
#include <QDir>
#include <QEvent>
#include <QFile>
#include <QFileInfo>
#include <QFont>
#include <QFontDatabase>
#include <QGuiApplication>
#include <QHeaderView>
#include <QKeyEvent>
#include <QList>
#include <QMessageBox>
#include <QMetaObject>
#include <QModelIndex>
#include <QMouseEvent>
#include <QPainter>
#include <QPalette>
#include <QPlainTextEdit>
#include <QStandardItem>
#include <QStandardItemModel>
#include <QStandardPaths>
#include <QStringList>
#include <QTabWidget>
#include <QTextBlock>
#include <QTextDocument>
#include <QTextStream>
#include <QTreeView>
#include <QWidget>
#include <QtGlobal>
#include <algorithm>
#include "epan/wslua/wslua_debugger.h"
#include "lua_debugger_breakpoints.h"
#include "lua_debugger_dialog.h"
#include "lua_debugger_files.h"
#include "main_application.h"
#include "ui_lua_debugger_dialog.h"
#include "utils/color_utils.h"

Functions

bool luaDebuggerThemeIsDark ()
 Resolve the effective theme based on the debugger preference and Wireshark's current colour scheme when set to AUTO.
 
LuaDebuggerEditorPalette luaDebuggerEditorPaletteFor (bool isDark)
 Return the editor palette for the requested theme.
 

Detailed Description

Code editor stack: editor view, gutter, syntax highlighter, theme palette, font policy and the script-tabs controller.