1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Search: Implemented highlighting of a letters from the search string

This commit is contained in:
YuSanka
2020-03-31 22:46:12 +02:00
parent abad9133eb
commit 042880ba2d
4 changed files with 118 additions and 13 deletions
+8 -3
View File
@@ -97,9 +97,14 @@
//#define IMGUI_DEBUG_PARANOID
//---- Tip: You can add extra functions within the ImGui:: namespace, here or in your own headers files.
/*
namespace ImGui
{
void MyFunction(const char* name, const MyMatrix44& v);
// Special ASCII characters STX and ETX are used here as markup symbols for tokens to be highlighted.
const char ColorMarkerStart = 0x2; // STX
const char ColorMarkerEnd = 0x3; // ETX
// void MyFunction(const char* name, const MyMatrix44& v);
}
*/