auto-fill ctrl+f query from selection; fix single-cell copy/paste in watch views; tweaks/fixes

This commit is contained in:
Ryan Fleury
2024-06-25 08:04:00 -07:00
parent 0d581694e6
commit 7a185f9560
7 changed files with 93 additions and 88 deletions
-3
View File
@@ -384,8 +384,6 @@ struct DF_CoreViewRuleSpec
////////////////////////////////
//~ rjf: Entity Types
typedef U32 DF_EntitySubKind;
typedef U32 DF_EntityFlags;
enum
{
@@ -433,7 +431,6 @@ struct DF_Entity
// rjf: metadata
DF_EntityKind kind;
DF_EntitySubKind subkind;
DF_EntityFlags flags;
DF_EntityID id;
U64 generation;