src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 47931 b7ae1437111b
parent 47840 e0f08a49f3e3
child 48349 3d4e8f5a2a69
equal deleted inserted replaced
47930:f2de2c55c6c7 47931:b7ae1437111b
   652 /set editor -retain\n\t\
   652 /set editor -retain\n\t\
   653 /set start -retain\n\t\
   653 /set start -retain\n\t\
   654 /set feedback -retain\n\t\
   654 /set feedback -retain\n\t\
   655 /set mode -retain\n\n\
   655 /set mode -retain\n\n\
   656 See these commands for more detail -- for example /help /set editor
   656 See these commands for more detail -- for example /help /set editor
       
   657 
       
   658 help.set.format.summary = \
       
   659 Set the format for reporting a snippet event.
   657 
   660 
   658 help.set.format = \
   661 help.set.format = \
   659 Set the format for reporting a snippet event:\n\
   662 Set the format for reporting a snippet event:\n\
   660 \n\t\
   663 \n\t\
   661 /set format <mode> <field> "<format>" <selector>...\n\
   664 /set format <mode> <field> "<format>" <selector>...\n\
   740 When both the <mode> and <field> are specified only the format settings for that\n\
   743 When both the <mode> and <field> are specified only the format settings for that\n\
   741 mode and field are shown.  Example:\n\t\
   744 mode and field are shown.  Example:\n\t\
   742 /set format mymode\n\
   745 /set format mymode\n\
   743 shows the format settings for the mode mymode\n
   746 shows the format settings for the mode mymode\n
   744 
   747 
       
   748 help.set.truncation.summary = \
       
   749 Set the max length of a displayed value.
       
   750 
   745 help.set.truncation = \
   751 help.set.truncation = \
   746 Set the max length of a displayed value:\n\
   752 Set the max length of a displayed value:\n\
   747 \n\t\
   753 \n\t\
   748 /set truncation <mode> <length> <selector>...\n\
   754 /set truncation <mode> <length> <selector>...\n\
   749 \n\
   755 \n\
   780 When the <mode> is specified only the truncation settings for that mode are shown.\n\
   786 When the <mode> is specified only the truncation settings for that mode are shown.\n\
   781 Example:\n\t\
   787 Example:\n\t\
   782 /set truncation mymode\n\
   788 /set truncation mymode\n\
   783 shows the truncation settings for the mode mymode\n
   789 shows the truncation settings for the mode mymode\n
   784 
   790 
       
   791 help.set.feedback.summary = \
       
   792 Set the feedback mode describing displayed feedback for entered snippets and commands.
       
   793 
   785 help.set.feedback = \
   794 help.set.feedback = \
   786 Set the feedback mode describing displayed feedback for entered snippets and commands:\n\
   795 Set the feedback mode describing displayed feedback for entered snippets and commands:\n\
   787 \n\t\
   796 \n\t\
   788 /set feedback [-retain] <mode>\n\
   797 /set feedback [-retain] <mode>\n\
   789 \n\
   798 \n\
   801 \n\
   810 \n\
   802 When the -retain option is used, the setting will be used in this and future\n\
   811 When the -retain option is used, the setting will be used in this and future\n\
   803 runs of the jshell tool.\n\
   812 runs of the jshell tool.\n\
   804 \n\
   813 \n\
   805 The form without <mode> or -retain displays the current feedback mode and available modes.\n
   814 The form without <mode> or -retain displays the current feedback mode and available modes.\n
       
   815 
       
   816 help.set.mode.summary = \
       
   817 Create a user-defined feedback mode, optionally copying from an existing mode.
   806 
   818 
   807 help.set.mode = \
   819 help.set.mode = \
   808 Create a user-defined feedback mode, optionally copying from an existing mode:\n\
   820 Create a user-defined feedback mode, optionally copying from an existing mode:\n\
   809 \n\t\
   821 \n\t\
   810 /set mode <new-mode> [<old-mode>] (-command|-quiet)\n\
   822 /set mode <new-mode> [<old-mode>] (-command|-quiet)\n\
   854 Example:\n\t\
   866 Example:\n\t\
   855 /set mode mymode\n\
   867 /set mode mymode\n\
   856 \n\
   868 \n\
   857 shows the mode, prompt, format, and truncation settings for the mode mymode
   869 shows the mode, prompt, format, and truncation settings for the mode mymode
   858 
   870 
       
   871 help.set.prompt.summary = \
       
   872 Set the prompts.
       
   873 
   859 help.set.prompt = \
   874 help.set.prompt = \
   860 Set the prompts.  Both the normal prompt and the continuation-prompt must be set:\n\
   875 Set the prompts.  Both the normal prompt and the continuation-prompt must be set:\n\
   861 \n\t\
   876 \n\t\
   862 /set prompt <mode> \"<prompt>\" \"<continuation-prompt>\"\n\
   877 /set prompt <mode> \"<prompt>\" \"<continuation-prompt>\"\n\
   863 \n\
   878 \n\
   874 The form without <prompt> shows the currently set prompts.\n\
   889 The form without <prompt> shows the currently set prompts.\n\
   875 When the <mode> is specified only the prompts for that mode are shown.\n\
   890 When the <mode> is specified only the prompts for that mode are shown.\n\
   876 Example:\n\t\
   891 Example:\n\t\
   877 /set prompt mymode\n\
   892 /set prompt mymode\n\
   878 shows the prompts set for the mode mymode\n
   893 shows the prompts set for the mode mymode\n
       
   894 
       
   895 help.set.editor.summary =\
       
   896 Specify the command to launch for the /edit command.
   879 
   897 
   880 help.set.editor =\
   898 help.set.editor =\
   881 Specify the command to launch for the /edit command:\n\
   899 Specify the command to launch for the /edit command:\n\
   882 \n\t\
   900 \n\t\
   883 /set editor [-retain] [-wait] <command>\n\
   901 /set editor [-retain] [-wait] <command>\n\
   916 When the -retain option is used, the setting will be used in this and future\n\
   934 When the -retain option is used, the setting will be used in this and future\n\
   917 runs of the jshell tool.\n\
   935 runs of the jshell tool.\n\
   918 \n\
   936 \n\
   919 The form without <command> or options shows the editor setting.\n
   937 The form without <command> or options shows the editor setting.\n
   920 
   938 
       
   939 help.set.start.summary =\
       
   940 Set the start-up configuration.
       
   941 
   921 help.set.start =\
   942 help.set.start =\
   922 Set the start-up configuration -- a sequence of snippets and commands read at start-up:\n\
   943 Set the start-up configuration -- a sequence of snippets and commands read at start-up:\n\
   923 \n\t\
   944 \n\t\
   924 /set start [-retain] <file>...\n\
   945 /set start [-retain] <file>...\n\
   925 \n\t\
   946 \n\t\