sketch out view rule schemas; use them to determine autocompletion lister flags via partial parse of view rule input & matching to cursor; expand autocompletion lister to support lists of various things used in view rule arguments

This commit is contained in:
Ryan Fleury
2024-05-13 15:45:35 -07:00
parent 036d94fff0
commit 7c0f92ab3d
6 changed files with 191 additions and 40 deletions
+1
View File
@@ -354,6 +354,7 @@ struct DF_CoreViewRuleSpecInfo
{
String8 string;
String8 display_string;
String8 schema;
String8 description;
DF_CoreViewRuleSpecInfoFlags flags;
DF_CoreViewRuleEvalResolutionHookFunctionType *eval_resolution;