Files
openide/plugins/devkit/intellij.devkit.workspaceModel/resources/messages/DevKitWorkspaceModelBundle.properties
Alex Plate 4b64fbad33 [Workspace Model] Add action to generate Workspace Model for all modules
A new action ("Generate Workspace Model Implementation for All Modules") has been added which allows the generation of the Workspace Model for each module in the project.

GitOrigin-RevId: 1ea82e4aefef6118a1c7640c1c6169bae82b40bd
2024-03-12 01:38:24 +00:00

25 lines
1.7 KiB
INI

action.WorkspaceModelGeneration.text=Generate Workspace Model Implementation
inspections.group.path=Plugin DevKit
inspections.group.workspace.model=Workspace model
inspection.workspace.obsolete.model.display.name=Obsolete version of entity implementation
inspection.workspace.msg.obsolete.implementation=Obsolete entity implementation
inspection.workspace.msg.regenerate.implementation=Regenerate implementation
inspection.workspace.impl.generation.display.name=Generate implementation
inspection.workspace.msg.generate.implementation=Generate implementation
inspection.workspace.msg.collect.class.metadata=Collect class metadata
inspection.workspace.msg.absent.implementation=Absent entity implementation
inspection.workspace.mutable.field.display.name=Unsupported 'var' field in entity
inspection.workspace.msg.change.field.to.val=Change to 'val'
progress.title.generating.code=Generating code
progress.text.collecting.classes.metadata=Collecting classes metadata
progress.text.removing.old.code=Removing old code
progress.text.writing.code=Writing code
progress.text.formatting.generated.code=Formatting generated code
command.name.generate.code.for.workspace.entities.in=Generate Code for Workspace Entities in ''{0}''
notification.workspace.incompatible.codegen.api.versions=Incompatible codegen api versions
notification.workspace.incompatible.codegen.api.versions.content.older=Codegen-api version in devkit plugin ({0}) is older than in codegen-impl ({1}). Please, update your IDE
notification.workspace.incompatible.codegen.api.versions.content.newer=Codegen-api version in devkit plugin ({0}) is newer than in codegen-impl ({1}). Please, downgrade your IDE
action.WorkspaceModelGenerateAllModulesAction.text=Generate Workspace Model Implementation for All Modules