|
From: Christopher W. <caw...@us...> - 2005-09-21 20:23:35
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12883 Modified Files: plugin.properties Log Message: add textual names and descriptions for some commands Index: plugin.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/plugin.properties,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** plugin.properties 18 Sep 2005 18:46:10 -0000 1.21 --- plugin.properties 21 Sep 2005 20:23:28 -0000 1.22 *************** *** 44,63 **** category.source.name=Ruby Source ! category.source.description= Ruby Source Actions ! ActionDefinition.format.name= Ruby Format ! ActionDefinition.format.description= Select code and format ! ActionDefinition.uncomment.name= Ruby Uncomment ! ActionDefinition.uncomment.description= Uncomment Ruby Code ! ActionDefinition.comment.name= Ruby Comment ! ActionDefinition.comment.description= Comment Ruby Code ! ActionDefinition.toggleComment.name= Toggle Comment ! ActionDefinition.toggleComment.description= Toggle comment the selected lines ! ActionDefinition.contentAssist.name= Ruby Content Assist ! ActionDefinition.contentAssist.description = Ruby Content Assist scope.rubyEditor.name=Ruby Editor --- 44,69 ---- category.source.name=Ruby Source ! category.source.description=Ruby Source Actions ! category.project.name=Ruby Project ! category.project.description=Ruby Project Category ! ActionDefinition.format.name=Ruby Format ! ActionDefinition.format.description=Select code and format ! ActionDefinition.uncomment.name=Ruby Uncomment ! ActionDefinition.uncomment.description=Uncomment Ruby Code ! ActionDefinition.comment.name=Ruby Comment ! ActionDefinition.comment.description=Comment Ruby Code ! ActionDefinition.toggleComment.name=Toggle Comment ! ActionDefinition.toggleComment.description=Toggle comment the selected lines ! ! ActionDefinition.contentAssist.name=Ruby Content Assist ! ActionDefinition.contentAssist.description=Ruby Content Assist ! ! ActionDefinition.generateRdoc.name=Generate RDoc ! ActionDefinition.generateRdoc.description=Generate RDoc scope.rubyEditor.name=Ruby Editor |