UncommentAction.label= &Uncomment@Ctrl+\\
 
+FormatAction.label= F&ormat@Ctrl+Shift+F
 ##########################################################################
 # Action Definitions
 ##########################################################################
 
 ActionDefinition.uncomment.name= Uncomment
 ActionDefinition.uncomment.description= Uncomment the selected PHP comment lines
+
+ActionDefinition.format.name= Format
+ActionDefinition.format.description= Format the source code
\ No newline at end of file