mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 07:44:09 +02:00
QuickFind fixes
This commit is contained in:
parent
f6752b703d
commit
18fa7e8a7b
3 changed files with 56 additions and 33 deletions
|
@ -54,8 +54,9 @@ namespace IDE.ui
|
|||
CompilerFlags_Mask = 0x0F,
|
||||
|
||||
SpellingError = 0x10,
|
||||
Find_Matches = 0x20,
|
||||
SymbolReference = 0x40,
|
||||
Find_Matches = 0x20,
|
||||
Find_CurrentSelection = 0x40,
|
||||
SymbolReference = 0x80,
|
||||
EditorFlags_Mask = 0xF0,
|
||||
|
||||
MASK = 0xFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue