Changeset 375
- Timestamp:
- 09/18/08 19:11:16 (4 months ago)
- Files:
-
- jasko.tim.lisp/META-INF/MANIFEST.MF (modified) (2 diffs)
- jasko.tim.lisp/build.properties (modified) (1 diff)
- jasko.tim.lisp/plugin.properties (added)
- jasko.tim.lisp/plugin.xml (modified) (76 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/CuspResources.java (added)
- jasko.tim.lisp/src/jasko/tim/lisp/LispImages.java (deleted)
- jasko.tim.lisp/src/jasko/tim/lisp/LispPlugin.java (modified) (11 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/editors/actions/ListDialog.java (modified) (2 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/editors/outline/LispOutlinePage.java (modified) (11 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/inspector/InspectorView.java (modified) (3 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/messages.properties (added)
- jasko.tim.lisp/src/jasko/tim/lisp/navigator/LispErrorDecorator.java (modified) (1 diff)
- jasko.tim.lisp/src/jasko/tim/lisp/views/ReplView.java (modified) (9 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/views/TestsView.java (modified) (2 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/views/ThreadView.java (modified) (3 diffs)
- jasko.tim.lisp/src/jasko/tim/lisp/views/XrefView.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jasko.tim.lisp/META-INF/MANIFEST.MF
r373 r375 1 1 Manifest-Version: 1.0 2 2 Bundle-ManifestVersion: 2 3 Bundle-Name: Cusp3 Bundle-Name: %Bundle-Name.0 4 4 Bundle-SymbolicName: jasko.tim.lisp; singleton:=true 5 5 Bundle-Version: 0.9.375 … … 123 123 jasko.tim.lisp.wizards.actions;uses:="org.eclipse.jface.action,org.eclipse.ui,org.eclipse.jface.viewers" 124 124 Import-Package: org.eclipse.core.expressions 125 Bundle-Localization: plugin jasko.tim.lisp/build.properties
r257 r375 7 7 META-INF/,\ 8 8 cusp.jar,\ 9 slime/ 9 slime/,\ 10 plugin.properties,\ 11 src/jasko/tim/lisp/messages.properties 10 12 source.cusp.jar = src/ 11 13 output.cusp.jar = bin/ jasko.tim.lisp/plugin.xml
r370 r375 11 11 icon="icons/lisp-file.gif" 12 12 id="jasko.tim.lisp.perspective.LispPerspectiveFactory" 13 name=" Lisp">13 name="%LispPerspectiveName"> 14 14 </perspective> 15 15 </extension> … … 102 102 <category 103 103 id="jasko.tim.lisp.newWizards" 104 name=" Lisp" />104 name="%NewWizardsCategory" /> 105 105 106 106 <wizard … … 109 109 icon="icons/lisp-file.gif" 110 110 id="jasko.tim.lisp.wizards.NewLispFileWizard" 111 name=" LispFile"111 name="%Wizard.NewLispFile" 112 112 finalPerspective="jasko.tim.lisp.perspective.LispPerspectiveFactory" 113 113 preferredPerspectives="jasko.tim.lisp.perspective.LispPerspectiveFactory"> … … 121 121 icon="icons/lisp-file.gif" 122 122 id="jasko.tim.lisp.wizards.NewProjectWiz" 123 name=" LispProject"123 name="%Wizard.NewLispProject" 124 124 preferredPerspectives="jasko.tim.lisp.perspective.LispPerspectiveFactory" 125 125 project="true"> … … 140 140 <action 141 141 id="jasko.tim.lisp.wizards.actions.NewLispFileWizardAction" 142 label=" New Lisp file..."142 label="%Action.NewLispFile" 143 143 icon="icons/lisp-file.gif" 144 144 menubarPath="new.ext" … … 171 171 <action 172 172 id="jasko.tim.lisp.navigator.LoadProjectAction" 173 label=" LoadProject"173 label="%Action.LoadProject" 174 174 icon="icons/load-asd.gif" 175 175 menubarPath="group.add" … … 187 187 <action 188 188 id="jasko.tim.lisp.navigator.LoadFileAction" 189 label=" Load file"189 label="%Action.LoadFile" 190 190 icon="icons/lisp-file.gif" 191 191 menubarPath="group.add" … … 206 206 <action 207 207 id="jasko.tim.lisp.navigator.CleanFaslsAction" 208 label=" Delete .fasls"208 label="%Action.DeleteFASLs" 209 209 icon="icons/clear.gif" 210 210 menubarPath="group.add" … … 281 281 <extension point="org.eclipse.ui.views"> 282 282 <category 283 name=" Lisp"283 name="%LispViewsCategory" 284 284 id="jasko.tim.lisp" /> 285 285 … … 291 291 icon="icons/lisp-file.gif" 292 292 id="jasko.tim.lisp.views.ReplView" 293 name=" REPL" />293 name="%View.REPL" /> 294 294 295 295 <!-- Apropos view --> 296 296 <view 297 name=" Apropos"297 name="%View.Apropos" 298 298 icon="icons/apropos.gif" 299 299 category="jasko.tim.lisp" … … 303 303 <!-- Tests view --> 304 304 <view 305 name=" Tests"305 name="%View.Tests" 306 306 icon="icons/test-results.gif" 307 307 category="jasko.tim.lisp" … … 319 319 <!-- Threads view --> 320 320 <view 321 name=" Threads"321 name="%View.Threads" 322 322 icon="icons/threads.gif" 323 323 category="jasko.tim.lisp" … … 327 327 <!-- Inspector view --> 328 328 <view 329 name=" Inspector"329 name="%View.Inspector" 330 330 icon="icons/inspector.gif" 331 331 category="jasko.tim.lisp" … … 336 336 <view 337 337 id="jasko.tim.lisp.navigator.LispNavigator" 338 name=" LispNavigator"338 name="%View.Navigator" 339 339 icon="icons/lisp-nav.gif" 340 340 category="jasko.tim.lisp" … … 348 348 <decorator 349 349 id="jasko.tim.lisp.navigator.LispErrorDecorator" 350 label=" Lisp errors"350 label="%Lisp.ErrorDecorator" 351 351 state="true" 352 352 class="jasko.tim.lisp.navigator.LispErrorDecorator" … … 366 366 <extension point="org.eclipse.ui.editors"> 367 367 <editor 368 name=" LispEditor"368 name="%Lisp.Editor" 369 369 extensions="lisp,cl,el,asd" 370 370 icon="icons/lisp-file.gif" … … 394 394 <menu 395 395 id="Lisp" 396 label=" L&isp">396 label="%Lisp.EditorMenu"> 397 397 <separator name="grpDoc"/> 398 398 <separator name="grpEditNavigation"/> … … 412 412 <menu 413 413 id="Lisp.Profile" 414 label=" &Profile">414 label="%Lisp.ProfileMenu"> 415 415 <separator name="grpMisc"/> 416 416 </menu> … … 422 422 <context 423 423 id="jasko.tim.lisp.context1" 424 name=" Editing Lisp Source"424 name="%Lisp.EditorContext" 425 425 parentId="org.eclipse.ui.textEditorScope"/> 426 426 </extension> … … 437 437 <command 438 438 categoryId="jasko.tim.lisp.category1" 439 description=" Shows the content-assist popup."439 description="%Lisp.Prog.ContentAssist.Command" 440 440 id="jasko.tim.lisp.editors.actions.ContentAssistAction" 441 name=" Show Lisp Content Assist"/>441 name="%Lisp.Prog.ContentAssist.Name"/> 442 442 </extension> 443 443 <extension point="org.eclipse.ui.bindings"> … … 456 456 definitionId="jasko.tim.lisp.editors.actions.ContentAssistAction" 457 457 id="jasko.tim.lisp.editors.actions.ContentAssistAction" 458 label="Show Content Assist"458 label="%Lisp.Prog.ContentAssist.Action" 459 459 menubarPath="Lisp/grpDoc" 460 tooltip="Show content assist popup">460 tooltip="%Lisp.Prog.ContentAssist.Tooltip"> 461 461 </action> 462 462 </editorContribution> … … 467 467 <command 468 468 categoryId="jasko.tim.lisp.category1" 469 description=" Looks up the symbol in LispDoc."469 description="%Lisp.Prog.LispDoc.Command" 470 470 id="jasko.tim.lisp.actions.LispDocAction" 471 name=" LispDoc lookup"/>471 name="%Lisp.Prog.LispDoc.Name"/> 472 472 </extension> 473 473 <extension point="org.eclipse.ui.bindings"> … … 491 491 definitionId="jasko.tim.lisp.actions.LispDocAction" 492 492 id="jasko.tim.lisp.editors.actions.LispDocAction" 493 label="&Lispdoc"493 label="%Lisp.Prog.LispDoc.Action" 494 494 menubarPath="Lisp/grpDoc" 495 tooltip="Look up function in LispDoc.">495 tooltip="%Lisp.Prog.LispDoc.Tooltip"> 496 496 </action> 497 497 </editorContribution> … … 502 502 <command 503 503 categoryId="jasko.tim.lisp.category1" 504 description=" Looks up the symbol in HyperSpec."504 description="%Lisp.Prog.HyperSpec.Command" 505 505 id="jasko.tim.lisp.actions.HyperSpecAction" 506 name=" HyperSpec lookup"/>506 name="%Lisp.Prog.HyperSpec.Name"/> 507 507 </extension> 508 508 <extension point="org.eclipse.ui.bindings"> … … 526 526 definitionId="jasko.tim.lisp.actions.HyperSpecAction" 527 527 id="jasko.tim.lisp.editors.actions.HyperSpecAction" 528 label="&HyperSpec"528 label="%Lisp.Prog.HyperSpec.Action" 529 529 menubarPath="Lisp/grpDoc" 530 tooltip="Look up function in HyperSpec">530 tooltip="%Lisp.Prog.HyperSpec.Tooltip"> 531 531 </action> 532 532 </editorContribution> … … 546 546 <command 547 547 categoryId="jasko.tim.lisp.category1" 548 description=" Disassembles the current function."548 description="%Lisp.Prog.Disassemble.Command" 549 549 id="jasko.tim.lisp.actions.DisassembleAction" 550 name=" Disassemble"/>550 name="%Lisp.Prog.Disassemble.Name"/> 551 551 </extension> 552 552 <extension point="org.eclipse.ui.bindings"> … … 570 570 definitionId="jasko.tim.lisp.actions.DisassembleAction" 571 571 id="jasko.tim.lisp.editors.actions.DisassembleAction" 572 label="&Disassemble"572 label="%Lisp.Prog.Disassemble.Action" 573 573 menubarPath="Lisp/grpCode" 574 tooltip="Disassembles the current function.">574 tooltip="%Lisp.Prog.Disassemble.Tooltip"> 575 575 </action> 576 576 </editorContribution> … … 581 581 <command 582 582 categoryId="jasko.tim.lisp.category1" 583 description=" Macro-expands the current expression."583 description="%Lisp.Prog.MacroExpandOne.Command" 584 584 id="jasko.tim.lisp.actions.MacroExpandAction" 585 name=" Macro-expand-1"/>585 name="%Lisp.Prog.MacroExpandOne.Name"/> 586 586 </extension> 587 587 <extension point="org.eclipse.ui.bindings"> … … 605 605 definitionId="jasko.tim.lisp.actions.MacroExpandAction" 606 606 id="jasko.tim.lisp.editors.actions.MacroExpandAction" 607 label="&Macroexpand-1"607 label="%Lisp.Prog.MacroExpandOne.Action" 608 608 menubarPath="Lisp/grpCode" 609 tooltip="Performs a single macro-expansion on the current expression.">610 </action> 611 </editorContribution> 612 </extension> 613 614 <extension point="org.eclipse.ui.commands"> 615 <command 616 categoryId="jasko.tim.lisp.category1" 617 description=" Macro-expands the current expression."609 tooltip="%Lisp.Prog.MacroExpandOne.Tooltip"> 610 </action> 611 </editorContribution> 612 </extension> 613 614 <extension point="org.eclipse.ui.commands"> 615 <command 616 categoryId="jasko.tim.lisp.category1" 617 description="%Lisp.Prog.MacroExpandAll.Command" 618 618 id="jasko.tim.lisp.actions.MacroExpandAllAction" 619 name=" Macro-expand all"/>619 name="%Lisp.Prog.MacroExpandAll.Name"/> 620 620 </extension> 621 621 <extension point="org.eclipse.ui.bindings"> … … 639 639 definitionId="jasko.tim.lisp.actions.MacroExpandAllAction" 640 640 id="jasko.tim.lisp.editors.actions.MacroExpandAllAction" 641 label="&Macroexpand-all"641 label="%Lisp.Prog.MacroExpandAll.Action" 642 642 menubarPath="Lisp/grpCode" 643 tooltip="Performs a full macro-expansion on the current expression.">643 tooltip="%Lisp.Prog.MacroExpandAll.Tooltip"> 644 644 </action> 645 645 </editorContribution> … … 651 651 <command 652 652 categoryId="jasko.tim.lisp.category1" 653 description=" Undefines the function."653 description="%Lisp.Prog.UndefFunction.Command" 654 654 id="jasko.tim.lisp.actions.UndefineFunctionAction" 655 name=" Undefine Function"/>655 name="%Lisp.Prog.UndefFunction.Name"/> 656 656 </extension> 657 657 <extension point="org.eclipse.ui.bindings"> … … 675 675 definitionId="jasko.tim.lisp.actions.UndefineFunctionAction" 676 676 id="jasko.tim.lisp.editors.actions.UndefineFunctionAction" 677 label="&Undefine Function"677 label="%Lisp.Prog.UndefFunction.Action" 678 678 menubarPath="Lisp/grpCode" 679 tooltip="Undefine function.">679 tooltip="%Lisp.Prog.UndefFunction.Tooltip"> 680 680 </action> 681 681 </editorContribution> … … 686 686 <command 687 687 categoryId="jasko.tim.lisp.category1" 688 description=" Finds the places where this function is called."688 description="%Lisp.Prog.FindCaller.Command" 689 689 id="jasko.tim.lisp.actions.FindCallersAction" 690 name=" Find Callers"/>690 name="%Lisp.Prog.FindCaller.Name"/> 691 691 </extension> 692 692 <extension point="org.eclipse.ui.bindings"> … … 710 710 definitionId="jasko.tim.lisp.actions.FindCallersAction" 711 711 id="jasko.tim.lisp.actions.FindCallersAction" 712 label="Find &Callers"712 label="%Lisp.Prog.FindCaller.Action" 713 713 menubarPath="Lisp/grpCode" 714 tooltip="Find Callers.">714 tooltip="%Lisp.Prog.FindCaller.Tooltip"> 715 715 </action> 716 716 </editorContribution> … … 722 722 <action 723 723 id="jasko.tim.lisp.actions.FindCallersAction" 724 label="Find Callers"724 label="%Lisp.Prog.FindCaller.Popup" 725 725 menubarPath="Lisp" 726 726 class="jasko.tim.lisp.editors.actions.FindCallersAction"> … … 733 733 <command 734 734 categoryId="jasko.tim.lisp.category1" 735 description=" Finds the functions this function calls."735 description="%Lisp.Prog.FindCallee.Command" 736 736 id="jasko.tim.lisp.actions.FindCalleesAction" 737 name=" Find Callees"/>737 name="%Lisp.Prog.FindCallee.Name"/> 738 738 </extension> 739 739 <extension point="org.eclipse.ui.bindings"> … … 757 757 definitionId="jasko.tim.lisp.actions.FindCalleesAction" 758 758 id="jasko.tim.lisp.actions.FindCalleesAction" 759 label="Find &Callees"759 label="%Lisp.Prog.FindCallee.Action" 760 760 menubarPath="Lisp/grpCode" 761 tooltip="Find Callees.">761 tooltip="%Lisp.Prog.FindCallee.Tooltip"> 762 762 </action> 763 763 </editorContribution> … … 769 769 <action 770 770 id="jasko.tim.lisp.actions.FindCalleesAction" 771 label="Find Callees"771 label="%Lisp.Prog.FindCallee.Popup" 772 772 menubarPath="Lisp" 773 773 class="jasko.tim.lisp.editors.actions.FindCalleesAction"> … … 780 780 <command 781 781 categoryId="jasko.tim.lisp.category1" 782 description=" Finds definition"782 description="%Lisp.Prog.EditSymbolDef.Command" 783 783 id="jasko.tim.lisp.actions.FindDefinitionAction" 784 name=" Find Definition"/>784 name="%Lisp.Prog.EditSymbolDef.Name"/> 785 785 </extension> 786 786 <extension point="org.eclipse.ui.bindings"> … … 804 804 definitionId="jasko.tim.lisp.actions.FindDefinitionAction" 805 805 id="jasko.tim.lisp.actions.FindDefinitionAction" 806 label="&Find Definition"806 label="%Lisp.Prog.EditSymbolDef.Action" 807 807 menubarPath="Lisp/grpCode" 808 tooltip="Find Definition">808 tooltip="%Lisp.Prog.EditSymbolDef.Tooltip"> 809 809 </action> 810 810 </editorContribution> … … 836 836 <command 837 837 categoryId="jasko.tim.lisp.category1" 838 description=" Jump backward to previous word or sexp"838 description="%Lisp.Prog.JumpBack.Command" 839 839 id="jasko.tim.lisp.editors.actions.JumpBackAction" 840 name=" Jump Back"/>840 name="%Lisp.Prog.JumpBack.Name"/> 841 841 </extension> 842 842 <extension point="org.eclipse.ui.bindings"> … … 860 860 definitionId="jasko.tim.lisp.editors.actions.JumpBackAction" 861 861 id="jasko.tim.lisp.editors.actions.JumpBackdAction" 862 label="Jump Back"862 label="%Lisp.Prog.JumpBack.Action" 863 863 menubarPath="Lisp/grpEditNavigation" 864 tooltip="Jump Back">864 tooltip="%Lisp.Prog.JumpBack.Tooltip"> 865 865 </action> 866 866 </editorContribution> … … 871 871 <command 872 872 categoryId="jasko.tim.lisp.category1" 873 description=" Jump forward to next word or sexp"873 description="%Lisp.Prog.JumpForw.Command" 874 874 id="jasko.tim.lisp.editors.actions.JumpForwardAction" 875 name=" Jump Forward"/>875 name="%Lisp.Prog.JumpForw.Name"/> 876 876 </extension> 877 877 <extension point="org.eclipse.ui.bindings"> … … 895 895 definitionId="jasko.tim.lisp.editors.actions.JumpForwardAction" 896 896 id="jasko.tim.lisp.editors.actions.JumpForwardAction" 897 label="Jump Forward"897 label="%Lisp.Prog.JumpForw.Action" 898 898 menubarPath="Lisp/grpEditNavigation" 899 tooltip="Jump Forward">899 tooltip="%Lisp.Prog.JumpForw.Tooltip"> 900 900 </action> 901 901 </editorContribution> … … 906 906 <command 907 907 categoryId="jasko.tim.lisp.category1" 908 description=" Expands the selection to the next outer atom/s-expression"908 description="%Lisp.Prog.ExpandSelection.Command" 909 909 id="jasko.tim.lisp.editors.actions.ExpandSelectionAction" 910 name=" Expand Selection"/>910 name="%Lisp.Prog.ExpandSelection.Name"/> 911 911 </extension> 912 912 <extension point="org.eclipse.ui.bindings"> … … 925 925 definitionId="jasko.tim.lisp.editors.actions.ExpandSelectionAction" 926 926 id="jasko.tim.lisp.editors.actions.ExpandSelectionAction" 927 label="Expand Selection"927 label="%Lisp.Prog.ExpandSelection.Action" 928 928 menubarPath="Lisp/grpEditNavigation" 929 tooltip="Expand selection to include higher level expression">929 tooltip="%Lisp.Prog.ExpandSelection.Tooltip"> 930 930 </action> 931 931 </editorContribution> … … 936 936 <command 937 937 categoryId="jasko.tim.lisp.category1" 938 description=" Indents the current selection/line."938 description="%Lisp.Prog.IndentLine.Command" 939 939 id="jasko.tim.lisp.editors.actions.IndentAction" 940 name=" Indent line"/>940 name="%Lisp.Prog.IndentLine.Name"/> 941 941 </extension> 942 942 <extension point="org.eclipse.ui.bindings"> … … 955 955 definitionId="jasko.tim.lisp.editors.actions.IndentAction" 956 956 id="jasko.tim.lisp.editors.actions.IndentAction" 957 label="Indent line"957 label="%Lisp.Prog.IndentLine.Action" 958 958 menubarPath="Lisp/grpEditNavigation" 959 tooltip="Indent line">959 tooltip="%Lisp.Prog.IndentLine.Tooltip"> 960 960 </action> 961 961 </editorContribution> … … 966 966 <command 967 967 categoryId="jasko.tim.lisp.category1" 968 description=" Comments out or removes commenting out"968 description="%Lisp.Prog.Commenting.Command" 969 969 id="jasko.tim.lisp.editors.actions.CommentingAction" 970 name=" Commenting"/>970 name="%Lisp.Prog.Commenting.Name"/> 971 971 </extension> 972 972 <extension point="org.eclipse.ui.bindings"> … … 985 985 definitionId="jasko.tim.lisp.editors.actions.CommentingAction" 986 986 id="jasko.tim.lisp.editors.actions.CommentingAction" 987 label="Toggle Block Comment"987 label="%Lisp.Prog.Commenting.Action" 988 988 menubarPath="Lisp/grpEditNavigation" 989 tooltip="Toggle Block Comment">989 tooltip="%Lisp.Prog.Commenting.Tooltip"> 990 990 </action> 991 991 </editorContribution> … … 1004 1004 <command 1005 1005 categoryId="jasko.tim.lisp.category2" 1006 description=" Resets profiling."1006 description="%Lisp.Prog.ResetProfiler.Command" 1007 1007 id="jasko.tim.lisp.actions.ProfileResetAction" 1008 name=" Reset Profiling"/>1008 name="%Lisp.Prog.ResetProfiler.Name"/> 1009 1009 </extension> 1010 1010 <extension point="org.eclipse.ui.editorActions"> … … 1016 1016 definitionId="jasko.tim.lisp.actions.ProfileResetAction" 1017 1017 id="jasko.tim.lisp.editors.actions.ProfileResetAction" 1018 label="&Reset Profiling"1018 label="%Lisp.Prog.ResetProfiler.Action" 1019 1019 menubarPath="Lisp/grpDebug" 1020 tooltip="Reset the profiler.">1020 tooltip="%Lisp.Prog.ResetProfiler.Tooltip"> 1021 1021 </action> 1022 1022 </editorContribution> … … 1027 1027 <command 1028 1028 categoryId="jasko.tim.lisp.category2" 1029 description=" Shows the profiling report."1029 description="%Lisp.Prog.ProfileReport.Command" 1030 1030 id="jasko.tim.lisp.actions.ProfileReportAction" 1031 name=" Profile Report"/>1031 name="%Lisp.Prog.ProfileReport.Name"/> 1032 1032 </extension> 1033 1033 <extension point="org.eclipse.ui.editorActions"> … … 1039 1039 definitionId="jasko.tim.lisp.actions.ProfileReportAction" 1040 1040 id="jasko.tim.lisp.editors.actions.ProfileReportAction" 1041 label="Profile &Report"1041 label="%Lisp.Prog.ProfileReport.Action" 1042 1042 menubarPath="Lisp/grpDebug" 1043 tooltip="Profile Report">1043 tooltip="%Lisp.Prog.ProfileReport.Tooltip"> 1044 1044 </action> 1045 1045 </editorContribution> … … 1050 1050 <command 1051 1051 categoryId="jasko.tim.lisp.category2" 1052 description=" Toggles profiling for the function."1052 description="%Lisp.Prog.ProfileFunction.Command" 1053 1053 id="jasko.tim.lisp.actions.ProfileFunctionAction" 1054 name=" Profile Function"/>1054 name="%Lisp.Prog.ProfileFunction.Name"/> 1055 1055 </extension> 1056 1056 <extension point="org.eclipse.ui.bindings"> … … 1069 1069 definitionId="jasko.tim.lisp.actions.ProfileFunctionAction" 1070 1070 id="jasko.tim.lisp.editors.actions.ProfileFunctionAction" 1071 label="Profile &Function"1071 label="%Lisp.Prog.ProfileFunction.Action" 1072 1072 menubarPath="Lisp/grpDebug" 1073 tooltip="Profile function.">1073 tooltip="%Lisp.Prog.ProfileFunction.Tooltip"> 1074 1074 </action> 1075 1075 </editorContribution> … … 1149 1149 <command 1150 1150 categoryId="jasko.tim.lisp.category1" 1151 description=" Evaluates the current file."1151 description="%Lisp.Prog.EvalFile.Command" 1152 1152 id="jasko.tim.lisp.actions.EvalFileAction" 1153 name=" Evaluate File"/>1153 name="%Lisp.Prog.EvalFile.Name"/> 1154 1154 </extension> 1155 1155 <extension point="org.eclipse.ui.bindings"> … … 1168 1168 definitionId="jasko.tim.lisp.actions.EvalFileAction" 1169 1169 id="jasko.tim.lisp.editors.actions.EvalFileAction" 1170 label="Eval File"1170 label="%Lisp.Prog.EvalFile.Action" 1171 1171 menubarPath="Lisp/grpEval" 1172 tooltip="Evaluate File">1172 tooltip="%Lisp.Prog.EvalFile.Tooltip"> 1173 1173 </action> 1174 1174 </editorContribution> … … 1179 1179 <command 1180 1180 categoryId="jasko.tim.lisp.category1" 1181 description=" Evaluates the top level s-expression."1181 description="%Lisp.Prog.EvalTopSExp.Command" 1182 1182 id="jasko.tim.lisp.actions.EvalTopLevelExpAction" 1183 name=" Eval Top-level Expression"/>1183 name="%Lisp.Prog.EvalTopSExp.Name"/> 1184 1184 </extension> 1185 1185 <extension point="org.eclipse.ui.bindings"> … … 1203 1203 definitionId="jasko.tim.lisp.actions.EvalTopLevelExpAction" 1204 1204 id="jasko.tim.lisp.editors.actions.EvalTopLevelExpAction" 1205 label="&Eval Top Level"1205 label="%Lisp.Prog.EvalTopSExp.Action" 1206 1206 menubarPath="Lisp/grpEval" 1207 tooltip="Evaluate top-level action.">1207 tooltip="%Lisp.Prog.EvalTopSExp.Tooltip"> 1208 1208 </action> 1209 1209 </editorContribution> … … 1268 1268 <command 1269 1269 categoryId="jasko.tim.lisp.category1" 1270 description=" Evaluates the current s-expression."1270 description="%Lisp.Prog.EvalCurrentSExp.Command" 1271 1271 id="jasko.tim.lisp.editors.actions.EvalCurrentExpAction" 1272 name=" Evaluate Current Expression"/>1272 name="%Lisp.Prog.EvalCurrentSExp.Name"/> 1273 1273 </extension> 1274 1274 <extension point="org.eclipse.ui.bindings"> … … 1292 1292 definitionId="jasko.tim.lisp.editors.actions.EvalCurrentExpAction" 1293 1293 id="jasko.tim.lisp.editors.actions.EvalCurrentExpAction" 1294 label="Eval Current Expression"1294 label="%Lisp.Prog.EvalCurrentSExp.Action" 1295 1295 menubarPath="Lisp/grpEval" 1296 tooltip="Evaluate current expression.">1296 tooltip="%Lisp.Prog.EvalCurrentSExp.Tooltip"> 1297 1297 </action> 1298 1298 </editorContribution> … … 1304 1304 <action 1305 1305 id="jasko.tim.lisp.actions.EvalCurrentExpAction" 1306 label="Eval Current Expression"1306 label="%Lisp.Prog.EvalCurrentSExp.Popup" 1307 1307 menubarPath="Lisp" 1308 1308 class="jasko.tim.lisp.editors.actions.EvalCurrentExpAction"> … … 1363 1363 <extension point="org.eclipse.ui.commands"> 1364 1364 <category 1365 description=" Shortcuts related to programming Lisp"1365 description="%Lisp.ProgShortcuts.Description" 1366 1366 id="jasko.tim.lisp.category1" 1367 name=" Lisp"/>1367 name="%Lisp.ProgShortcuts.Name"/> 1368 1368 <category 1369 description=" Shortcuts related to profiling Lisp"1369 description="%Lisp.ProfileShortcuts.Description" 1370 1370 id="jasko.tim.lisp.category2" 1371 name=" Profile"/>1371 name="%Lisp.ProfileShortcuts.Name"/> 1372 1372 <command 1373 1373 categoryId="jasko.tim.lisp.category1" 1374 description=" Compiles the file and changes focus to the REPL."1374 description="%Lisp.Prog.CompileFileSwitch.Command" 1375 1375 id="jasko.tim.lisp.actions.CompileAction" 1376 name=" Compile + Switch"/>1376 name="%Lisp.Prog.CompileFileSwitch.Name"/> 1377 1377 <command 1378 1378 categoryId="jasko.tim.lisp.category1" 1379 description=" Compiles the file. Does not change the focus to the REPL."1379 description="%Lisp.Prog.CompileFile.Command" 1380 1380 id="jasko.tim.lisp.actions.CompileSlowAction" 1381 name=" Compile"/>1381 name="%Lisp.Prog.CompileFile.Name"/> 1382 1382 </extension> 1383 1383 <extension point="org.eclipse.ui.bindings"> … … 1412 1412 definitionId="jasko.tim.lisp.actions.CompileAction" 1413 1413 id="jasko.tim.lisp.editors.actions.CompileAction" 1414 label=" &Compile File + Switch"1414 label="%Lisp.Prog.CompileFileSwitch.Action" 1415 1415 menubarPath="Lisp/grpCompile" 1416 tooltip=" Compile file and switch to REPL.">1416 tooltip="%Lisp.Prog.CompileFileSwitch.Tooltip"> 1417 1417 </action> 1418 1418 <action … … 1420 1420 definitionId="jasko.tim.lisp.actions.CompileSlowAction" 1421 1421 id="jasko.tim.lisp.editors.actions.CompileSlowAction" 1422 label=" &Compile File"1422 label="%Lisp.Prog.CompileFile.Action" 1423 1423 menubarPath="Lisp/grpCompile" 1424 tooltip=" Compile file, but don't switch to REPL.">1424 tooltip="%Lisp.Prog.CompileFile.Tooltip"> 1425 1425 </action> 1426 1426 </editorContribution> … … 1431 1431 <command 1432 1432 categoryId="jasko.tim.lisp.category1" 1433 description=" Compiles the top level form and changes focus to the REPL."1433 description="%Lisp.Prog.CompileTopFormSwitch.Command" 1434 1434 id="jasko.tim.lisp.actions.CompileTopAction" 1435 name=" Compile Top Level + Switch"/>1435 name="%Lisp.Prog.CompileTopFormSwitch.Name"/> 1436 1436 <command 1437 1437 categoryId="jasko.tim.lisp.category1" 1438 description=" Compiles the top level form. Does not change the focus to the REPL."1438 description="%Lisp.Prog.CompileTopForm.Command" 1439 1439 id="jasko.tim.lisp.actions.CompileTopSlowAction" 1440 name=" Compile Top Level"/>1440 name="%Lisp.Prog.CompileTopForm.Name"/> 1441 1441 </extension> 1442 1442 <extension point="org.eclipse.ui.bindings"> … … 1471 1471 definitionId="jasko.tim.lisp.actions.CompileTopAction" 1472 1472 id="jasko.tim.lisp.editors.actions.CompileTopAction" 1473 label=" &Compile Top Level + Switch"1473 label="%Lisp.Prog.CompileTopFormSwitch.Action" 1474 1474 menubarPath="Lisp/grpCompile" 1475 tooltip=" Compile top-level expression and switch to REPL.">1475 tooltip="%Lisp.Prog.CompileTopFormSwitch.Tooltip"> 1476 1476 </action> 1477 1477 <action … … 1479 1479 definitionId="jasko.tim.lisp.actions.CompileTopSlowAction" 1480 1480 id="jasko.tim.lisp.editors.actions.CompileTopSlowAction" 1481 label=" &Compile Top Level"1481 label="%Lisp.Prog.CompileTopForm.Action" 1482 1482 menubarPath="Lisp/grpCompile" 1483 tooltip=" Compile top-level expression, but don't switch to REPL.">1483 tooltip="%Lisp.Prog.CompileTopForm.Tooltip"> 1484 1484 </action> 1485 1485 </editorContribution> … … 1507 1507 <command 1508 1508 categoryId="jasko.tim.lisp.category1" 1509 description=" Opens REPL history dialog."1509 description="%Lisp.OpenHistoryDialog.Command" 1510 1510 id="jasko.tim.lisp.actions.OpenHistoryDialogAction" 1511 name=" Open REPL History"/>1511 name="%Lisp.OpenHistoryDialog.Name"/> 1512 1512 </extension> 1513 1513 <extension point="org.eclipse.ui.bindings"> … … 1521 1521 <command 1522 1522 categoryId="jasko.tim.lisp.category1" 1523 description=" Recalls the previous REPL command from history."1523 description="%Lisp.REPLPrev.Command" 1524 1524 id="jasko.tim.lisp.actions.PreviousREPLCommandAction" 1525 name=" Previous REPL Command"/>1525 name="%Lisp.REPLPrev.Name"/> 1526 1526 </extension> 1527 1527 <extension point="org.eclipse.ui.bindings"> … … 1535 1535 <command 1536 1536 categoryId="jasko.tim.lisp.category1" 1537 description=" Recalls the next REPL command from history."1537 description="%Lisp.REPLNext.Command" 1538 1538 id="jasko.tim.lisp.actions.NextREPLCommandAction" 1539 name=" Next REPL Command"/>1539 name="%Lisp.REPLNext.Name"/> 1540 1540 </extension> 1541 1541 <extension point="org.eclipse.ui.bindings"> … … 1559 1559 enablesFor="+" 1560 1560 id="jasko.tim.lisp.addRemoveNatureAction" 1561 label=" Add/Remove Lisp Nature"1561 label="%Lisp.LispNature.Command" 1562 1562 menubarPath="additions"/> 1563 1563 </objectContribution> … … 1568 1568 class="jasko.tim.lisp.preferences.CuspPreferencePage" 1569 1569 id="jasko.tim.lisp.preferences.CuspPreferencePage" 1570 name=" Lisp"/>1570 name="%Lisp.Preferences"/> 1571 1571 <page 1572 1572 category="jasko.tim.lisp.preferences.CuspPreferencePage" 1573 1573 class="jasko.tim.lisp.preferences.EditorPreferencePage" 1574 1574 id="jasko.tim.lisp.preferences.EditorPreferencePage" 1575 name=" Editing"/>1575 name="%Lisp.Preferences.Editing"/> 1576 1576 <page 1577 1577 category="jasko.tim.lisp.preferences.EditorPreferencePage" 1578 1578 class="jasko.tim.lisp.preferences.ColorsPreferencePage" 1579 1579 id="jasko.tim.lisp.preferences.ColorsPreferencePage" 1580 name=" Colors"/>1580 name="%Lisp.Preferences.Colors"/> 1581 1581 <page 1582 1582 category="jasko.tim.lisp.preferences.EditorPreferencePage" 1583 1583 class="jasko.tim.lisp.preferences.AutoEditsPreferencePage" 1584 1584 id="jasko.tim.lisp.preferences.AutoEditsPreferencePage" 1585 name=" AutoEdits"/>1585
