Skip to content

Conversation

@supersaiyansubtlety
Copy link
Member

@supersaiyansubtlety supersaiyansubtlety commented Dec 17, 2025

  • IdentifierPanel:
    • checks the nameability of the cursor's reference instead of its reference's entry in TableHelper; fixes Allow naming classes via their constructors #350
    • removes redundant inner/outer class checks when getting ClassEntry names; getName already return the simple same for inner classes and the full name for outer classes
  • EditorPopupMenu:
    • accounts for cursor state in EditorPopupMenu::retranslateUi
    • checks the nameability of the cursor's reference instead of its reference's entry when setting toggleMappingItem's text; fixes the text always being "Mark as deobfuscated" for constructors; even when deobfuscated

…el.TableHelper

use reference instead of entry to determine nameability; allows renaming via constructors
… setting EditorPopupMenu.toggleMappingItem's text

account for cursor reference state in EditorPopupMenu::retranslateUi
@supersaiyansubtlety supersaiyansubtlety self-assigned this Dec 17, 2025
@supersaiyansubtlety supersaiyansubtlety added bug Something isn't working user interface affects the enigma ui labels Dec 17, 2025
@supersaiyansubtlety supersaiyansubtlety linked an issue Dec 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working user interface affects the enigma ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow naming classes via their constructors

1 participant