mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Highlight groupshared memory registers on click
This commit is contained in:
@@ -581,7 +581,7 @@ namespace renderdocui.Windows
|
||||
|
||||
string word = scintilla1.GetWordFromPosition(scintilla1.CurrentPos);
|
||||
|
||||
var match = Regex.Match(word, "^[rvo][0-9]+$");
|
||||
var match = Regex.Match(word, "^[rvog][0-9]+$");
|
||||
|
||||
foreach (ScintillaNET.Range r in m_PrevRanges)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user