Rename "Structure" object type to "Solid"#570
Merged
Conversation
Renames all occurrences of the "Structure" object type to "Solid": - ObjectType_Structure -> ObjectType_Solid - Structure (struct) -> Solid, StructureTO -> SolidTO, StructureDesc -> SolidDesc - DetectStructure* -> DetectSolid*, ReconnectStructure* -> ReconnectSolid* - SensorMode_DetectStructure -> SensorMode_DetectSolid - ReconnectorMode_Structure -> ReconnectorMode_Solid - ObjectTypeData::structure -> ObjectTypeData::solid - getStructureRef() -> getSolidRef() - All related variables, members, labels and comments updated Co-authored-by: chrxh <73127001+chrxh@users.noreply.github.com> Agent-Logs-Url: https://github.com/chrxh/alien/sessions/4f2049e2-f303-4cc4-a747-5b394e3b0b58
Copilot
AI
changed the title
[WIP] Rename object type 'Structure' to 'Solid'
Rename "Structure" object type to "Solid"
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Global rename of the "Structure" object type to "Solid" across the entire codebase.
Types & Enums
ObjectType_Structure→ObjectType_Solidstruct Structure→struct Solid,StructureTO→SolidTO,StructureDesc→SolidDescDetectStructure*→DetectSolid*,ReconnectStructure*→ReconnectSolid*(all TO/Desc/Genome/GenomeTO/GenomeDesc variants)SensorMode_DetectStructure→SensorMode_DetectSolidReconnectorMode_Structure→ReconnectorMode_SolidMembers & Methods
ObjectTypeData::structure→ObjectTypeData::solidgetStructureRef()→getSolidRef()structureDesc→solidDesc,detectStructure→detectSolid,reconnectStructure→reconnectSolidUI Labels
"Structure"→"Solid","Detect structure"→"Detect solid"in ObjectTypeStrings, SensorModeStrings, ReconnectorModeStrings, tab items, tooltipsGeneric English uses of "structure" (e.g. "genome structure", "spatial structure size") are intentionally unchanged. 45 files, 330 symmetric insertions/deletions.
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.