langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
author rfield
Fri, 27 May 2016 10:37:46 -0700
changeset 38615 9221159d84fb
parent 38613 2a8e50869b08
child 40588 b5c32bfa9710
permissions -rw-r--r--
8157261: jshell tool: truncation for expressions is not consistent Reviewed-by: vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     1
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     2
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     4
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    10
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    15
# accompanied this code).
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    16
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    20
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    23
# questions.
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    24
#
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
    25
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    26
jshell.msg.welcome =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    27
Welcome to JShell -- Version {0}\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    28
For an introduction type: /help intro\n
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    29
jshell.err.opt.classpath.conflict = Conflicting -classpath option.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    30
jshell.err.opt.classpath.arg = Argument to -classpath missing.
37745
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
    31
jshell.err.opt.feedback.arg = Argument to -feedback missing. Mode required.
38613
2a8e50869b08 8157953: JShell tests: reenable ToolBasicTest
rfield
parents: 38539
diff changeset
    32
jshell.err.opt.startup.one = Only one -startup or -nostartup option may be used.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    33
jshell.err.opt.unknown = Unknown option: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    34
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    35
jshell.msg.terminated =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    36
State engine terminated.\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
    37
Restore definitions with: /reload -restore
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    38
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    39
jshell.msg.use.one.of = Use one of: {0}
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
    40
jshell.msg.see.classes.etc = See /types, /methods, /vars, or /list
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    41
jshell.err.arg = Invalid ''{0}'' argument: {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    42
jshell.msg.see = See {0} for help.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    43
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    44
jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
    45
jshell.err.file.not.found = File ''{1}'' for ''{0}'' is not found.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    46
jshell.err.file.exception = File ''{1}'' for ''{0}'' threw exception: {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    47
jshell.err.file.filename = ''{0}'' requires a filename argument.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    48
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    49
jshell.err.startup.unexpected.exception = Unexpected exception reading start-up: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    50
jshell.err.unexpected.exception = Unexpected exception: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    51
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    52
jshell.err.no.such.command.or.snippet.id = No such command or snippet id: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    53
jshell.err.command.ambiguous = Command: ''{0}'' is ambiguous: {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    54
jshell.err.set.editor.arg = The ''/set editor'' command requires a path argument
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    55
jshell.msg.set.editor.set = Editor set to: {0}
37007
6023a9a9d58a 8153716: JShell tool: should warn when failed to launch editor
rfield
parents: 36990
diff changeset
    56
jshell.err.cant.launch.editor = Cannot launch editor -- unexpected exception: {0}
6023a9a9d58a 8153716: JShell tool: should warn when failed to launch editor
rfield
parents: 36990
diff changeset
    57
jshell.msg.try.set.editor = Try /set editor to use external editor.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    58
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
    59
jshell.msg.try.command.without.args = Try ''{0}'' without arguments.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    60
jshell.msg.no.active = There are no active definitions.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    61
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    62
jshell.msg.resetting = Resetting...
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    63
jshell.msg.resetting.state = Resetting state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    64
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    65
jshell.err.reload.no.previous = No previous history to restore
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    66
jshell.err.reload.restarting.previous.state = Restarting and restoring from previous state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    67
jshell.err.reload.restarting.state = Restarting and restoring state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    68
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    69
jshell.msg.vars.not.active = (not-active)
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    70
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    71
jshell.err.out.of.range = Out of range
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    72
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    73
jshell.msg.error = Error:
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    74
jshell.msg.warning = Warning:
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    75
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
    76
jshell.err.sub.arg = The ''{0}'' command requires a sub-command. See: ''/help {0}''
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
    77
jshell.err.sub.ambiguous = Ambiguous sub-command argument to ''{0}'': {1}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    78
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    79
jshell.err.classpath.arg = The /classpath command requires a path argument.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    80
jshell.msg.classpath = Path ''{0}'' added to classpath
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    81
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    82
jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    83
jshell.msg.help.begin =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    84
Type a Java language expression, statement, or declaration.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    85
Or type one of the following commands:\n
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    86
jshell.msg.help.subject =\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    87
For more information type ''/help'' followed by the name of command or a subject.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    88
For example ''/help /list'' or ''/help intro''.  Subjects:\n
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    89
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    90
jshell.err.drop.arg =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    91
In the /drop argument, please specify an import, variable, method, or class to drop.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    92
Specify by id or name. Use /list to see ids. Use /reset to reset all state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    93
jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    94
jshell.err.failed = Failed.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    95
jshell.msg.native.method = Native Method
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    96
jshell.msg.unknown.source = Unknown Source
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    97
jshell.msg.goodbye = Goodbye
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    98
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    99
jshell.msg.help.for.help = Type /help for help.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   100
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   101
jshell.err.mode.name = Expected a feedback mode name: {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   102
jshell.err.missing.mode = Missing the feedback mode -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   103
jshell.err.field.name = Expected a field name: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   104
jshell.err.missing.field = Missing the field name -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   105
jshell.err.mode.unknown = No feedback mode named: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   106
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   107
jshell.err.feedback.does.not.match.mode = Does not match any current feedback mode: {0} -- {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   108
jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   109
jshell.err.feedback.expected.format = Expected format missing -- {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   110
jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   111
jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   112
jshell.err.feedback.multiple.sections = Selector kind in multiple sections of selector list ''{0}'' in ''{1}'' -- {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   113
jshell.err.feedback.different.selector.kinds = Different selector kinds in same sections of selector list ''{0}'' in ''{1}'' -- {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   114
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   115
jshell.msg.feedback.new.mode = Created new feedback mode: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   116
jshell.msg.feedback.mode = Feedback mode: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   117
jshell.msg.feedback.mode.following = The feedback mode should be one of the following:
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   118
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   119
jshell.err.truncation.expected.length = Expected truncation length -- {0}
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   120
jshell.err.truncation.length.not.integer = Truncation length must be an integer: {0} -- {1}
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   121
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   122
jshell.err.not.valid.with.predefined.mode = Not valid with a predefined mode: {0} -- {1}
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   123
jshell.err.retained.feedback.mode.must.be.retained.or.predefined = \
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   124
''/retain feedback <mode>'' requires that <mode> is predefined or has been retained with ''/retain mode'' -- {0}
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   125
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   126
jshell.err.unknown.option = Unknown option: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   127
jshell.err.default.option.or.program = Specify -default option or program, not both -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   128
jshell.err.option.or.filename = Specify either one option or a startup file name -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   129
jshell.err.unexpected.at.end = Unexpected arguments at end of command: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   130
jshell.err.conflicting.options = Conflicting options -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   131
jshell.err.cannot.delete.current.mode = The current feedback mode ''{0}'' cannot be deleted, use ''/set feedback'' first -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   132
jshell.err.cannot.delete.retained.mode = The retained feedback mode ''{0}'' cannot be deleted, use ''/retain feedback'' first -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   133
jshell.err.may.not.specify.options.and.snippets = Options and snippets must not both be used: {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   134
jshell.err.no.such.snippets = No such snippet: {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   135
jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   136
jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   137
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   138
jshell.console.see.more = <press tab to see more>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   139
jshell.console.do.nothing = Do nothing
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   140
jshell.console.choice = Choice: \
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   141
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   142
jshell.console.create.variable = Create variable
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   143
jshell.console.resolvable = \nThe identifier is resolvable in this context.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   144
jshell.console.no.candidate = \nNo candidate fully qualified names found to import.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   145
jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   146
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   147
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   148
help.usage = \
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   149
Usage:   jshell <options> <load files>\n\
37745
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   150
where possible options include:\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   151
\    -classpath <path>    Specify where to find user class files\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   152
\    -cp <path>           Specify where to find user class files\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   153
\    -startup <file>      One run replacement for the start-up definitions\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   154
\    -nostartup           Do not run the start-up definitions\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   155
\    -feedback <mode>     Specify the initial feedback mode. The mode may be\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   156
\                         predefined (silent, concise, normal, or verbose) or\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   157
\                         previously user-defined\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   158
\    -q                   Quiet feedback.  Same as: -feedback concise\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   159
\    -qq                  Really quiet feedback.  Same as: -feedback silent\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   160
\    -v                   Verbose feedback.  Same as: -feedback verbose\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   161
\    -J<flag>             Pass <flag> directly to the runtime system.\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   162
\                         Use one -J for each runtime flag or flag argument\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   163
\    -R<flag>             Pass <flag> to the remote runtime system.\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   164
\                         Use one -R for each remote flag or flag argument\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   165
\    -help                Print this synopsis of standard options\n\
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   166
\    -version             Version information\n
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   167
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   168
help.list.summary = list the source you have typed
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   169
help.list.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   170
help.list =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   171
Show the source of snippets, prefaced with the snippet id.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   172
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   173
/list\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   174
    List the currently active snippets of code that you typed or read with /open\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   175
/list -start\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   176
    List the automatically evaluated start-up snippets\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   177
/list -all\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   178
    List all snippets including failed, overwritten, dropped, and start-up\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   179
/list <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   180
    List snippets with the specified name (preference for active snippets)\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   181
/list <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   182
    List the snippet with the specified snippet id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   183
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   184
help.edit.summary = edit a source entry referenced by name or id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   185
help.edit.args = <name or id>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   186
help.edit =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   187
Edit a snippet or snippets of source in an external editor.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   188
The editor to use is set with /set editor.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   189
If no editor has been set, a simple editor will be launched.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   190
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   191
/edit <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   192
    Edit the snippet or snippets with the specified name (preference for active snippets)\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   193
/edit <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   194
    Edit the snippet with the specified snippet id\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   195
/edit\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   196
    Edit the currently active snippets of code that you typed or read with /open
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   197
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   198
help.drop.summary = delete a source entry referenced by name or id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   199
help.drop.args = <name or id>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   200
help.drop =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   201
Drop a snippet -- making it inactive.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   202
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   203
/drop <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   204
    Drop the snippet with the specified name\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   205
/drop <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   206
    Drop the snippet with the specified snippet id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   207
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   208
help.save.summary = Save snippet source to a file.
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   209
help.save.args = [-all|-history|-start] <file>
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   210
help.save =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   211
Save the specified snippets and/or commands to the specified file.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   212
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   213
/save <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   214
    Save the source of current active snippets to the file.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   215
/save -all <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   216
    Save the source of all snippets to the file.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   217
    Includes source including overwritten, failed, and start-up code.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   218
/save -history <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   219
    Save the sequential history of all commands and snippets entered since jshell was launched.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   220
/save -start <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   221
    Save the default start-up definitions to the file.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   222
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   223
help.open.summary = open a file as source input
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   224
help.open.args = <file>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   225
help.open =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   226
Open a file and read its contents as snippets and commands.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   227
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   228
/open <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   229
    Read the specified file as jshell input.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   230
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   231
help.vars.summary = list the declared variables and their values
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   232
help.vars.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   233
help.vars =\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   234
List the type, name, and value of jshell variables.\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   235
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   236
/vars\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   237
    List the type, name, and value of the current active jshell variables\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   238
/vars <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   239
    List jshell variables with the specified name (preference for active variables)\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   240
/vars <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   241
    List the jshell variable with the specified snippet id\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   242
/vars -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   243
    List the automatically added start-up jshell variables\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   244
/vars -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   245
    List all jshell variables including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   246
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   247
help.methods.summary = list the declared methods and their signatures
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   248
help.methods.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   249
help.methods =\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   250
List the name, parameter types, and return type of jshell methods.\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   251
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   252
/methods\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   253
    List the name, parameter types, and return type of the current active jshell methods\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   254
/methods <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   255
    List jshell methods with the specified name (preference for active methods)\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   256
/methods <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   257
    List the jshell method with the specified snippet id\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   258
/methods -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   259
    List the automatically added start-up jshell methods\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   260
/methods -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   261
    List all snippets including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   262
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   263
help.types.summary = list the declared types
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   264
help.types.args =[<name or id>|-all|-start]
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   265
help.types =\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   266
List jshell classes, interfaces, and enums.\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   267
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   268
/types\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   269
    List the current active jshell classes, interfaces, and enums.\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   270
/types <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   271
    List jshell types with the specified name (preference for active types)\n\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   272
/types <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   273
    List the jshell type with the specified snippet id\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   274
/types -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   275
    List the automatically added start-up jshell types\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   276
/types -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   277
    List all jshell types including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   278
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   279
help.imports.summary = list the imported items
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   280
help.imports.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   281
help.imports =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   282
List the current active jshell imports.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   283
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   284
help.exit.summary = exit jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   285
help.exit.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   286
help.exit =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   287
Leave the jshell tool.  No work is saved.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   288
Save any work before using this command
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   289
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   290
help.reset.summary = reset jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   291
help.reset.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   292
help.reset =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   293
Reset the jshell tool code and execution state:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   294
   * All entered code is lost.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   295
   * Start-up code is re-executed.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   296
   * The execution state is restarted.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   297
   * The classpath is cleared.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   298
Tool settings are maintained, as set with: /set ...\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   299
Save any work before using this command
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   300
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   301
help.reload.summary = reset and replay relevant history -- current or previous (-restore)
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   302
help.reload.args = [-restore] [-quiet]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   303
help.reload =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   304
Reset the jshell tool code and execution state then replay each\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   305
jshell valid command and valid snippet in the order they were entered.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   306
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   307
/reload\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   308
     Reset and replay the valid history since jshell was entered, or\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   309
     a /reset, or /reload command was executed -- whichever is most\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   310
     recent.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   311
/reload -restore\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   312
     Reset and replay the valid history between the previous and most\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   313
     recent time that jshell was entered, or a /reset, or /reload\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   314
     command was executed. This can thus be used to restore a previous\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   315
     jshell tool sesson.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   316
/reload [-restore] -quiet\n\t\
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   317
     With the '-quiet' argument the replay is not shown.  Errors will display.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   318
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   319
help.classpath.summary = add a path to the classpath
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   320
help.classpath.args = <path>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   321
help.classpath =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   322
Append a additional path to the classpath.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   323
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   324
help.history.summary = history of what you have typed
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   325
help.history.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   326
help.history =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   327
Display the history of snippet and command input since this jshell was launched.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   328
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   329
help.debug.summary = toggle debugging of the jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   330
help.debug.args = [0][r][g][f][c][d][e]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   331
help.debug =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   332
Display debugging information for the jshell implementation.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   333
0: Debugging off\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   334
r: Tool level debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   335
g: General debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   336
f: File manager debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   337
c: Completion analysis debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   338
d: Dependency debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   339
e: Event debugging on
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   340
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   341
help.help.summary = get information about jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   342
help.help.args = [<command>|<subject>]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   343
help.help =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   344
Display information about jshell.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   345
/help\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   346
     List the jshell commands and help subjects.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   347
/help <command>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   348
     Display information about the specified comand. The slash must be included.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   349
     Only the first few letters of the command are needed -- if more than one\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   350
     each will be displayed.  Example:  /help /li\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   351
/help <subject>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   352
     Display information about the specified help subject. Example: /help intro
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   353
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   354
help.set.summary = set jshell configuration information
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   355
help.set.args = editor|start|feedback|mode|prompt|truncation|format ...
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   356
help.set =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   357
Set jshell configuration information, including:\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   358
the external editor to use, the start-up definitions to use, a new feedback mode,\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   359
the command prompt, the feedback mode to use, or the format of output.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   360
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   361
/set editor <command> <optional-arg>...\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   362
     Specify the command to launch for the /edit command.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   363
     The <command> is an operating system dependent string.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   364
/set start <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   365
     The contents of the specified <file> become the default start-up snippets and commands.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   366
/set feedback <mode>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   367
     Set the feedback mode describing displayed feedback for entered snippets and commands.\n\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   368
/set mode <mode> [<old-mode>] [-command|-quiet|-delete]\n\t\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   369
     Create or update a user-defined feedback mode, optionally copying from an existing mode.\n\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   370
/set prompt <mode> "<prompt>" "<continuation-prompt>"\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   371
     Set the displayed prompts for a given feedback mode.\n\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   372
/set truncation <mode> <length> <selector>...\n\t\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   373
     Set the maximum length of a displayed value\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   374
/set format <mode> <field> "<format>" <selector>...\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   375
     Configure a feedback mode by setting the format of a field when the selector matchs.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   376
To get more information about one of these forms, use /help with the form specified.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   377
For example:   /help /set format
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   378
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   379
help.retain.summary = retain jshell configuration information for subsequent sessions
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   380
help.retain.args = editor|start|feedback|mode
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   381
help.retain =\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   382
Retain jshell configuration information for future invocations of the jshell tool,\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   383
including: the external editor to use, the start-up definitions to use, the\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   384
configuration of a feedback mode, or the feedback mode to use.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   385
\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   386
/retain editor [<command> <optional-arg>...]\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   387
     Specify the command to launch for the /edit command.\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   388
     The <command> is an operating system dependent string.\n\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   389
/retain start [<file>]\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   390
     The contents of the specified <file> become the default start-up snippets and commands.\n\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   391
/retain feedback [<mode>]\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   392
     Set the feedback mode describing displayed feedback for entered snippets and commands.\n\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   393
/retain mode <mode>\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   394
     Create a user-defined feedback mode, optionally copying from an existing mode.\n\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   395
To get more information about one of these forms, use /help with the form specified.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   396
For example:   /help /retain feedback
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   397
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   398
help.quest.summary = get information about jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   399
help.quest.args = [<command>|<subject>]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   400
help.quest =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   401
Display information about jshell (abbreviation for /help).\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   402
/?\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   403
     Display list of commands and help subjects.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   404
/? <command>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   405
     Display information about the specified comand. The slash must be included.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   406
     Only the first few letters of the command are needed -- if more than one\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   407
     match, each will be displayed.  Example:  /? /li\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   408
/? <subject>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   409
     Display information about the specified help subject. Example: /? intro
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   410
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   411
help.bang.summary = re-run last snippet
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   412
help.bang.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   413
help.bang =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   414
Reevaluate the most recently entered snippet.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   415
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   416
help.id.summary = re-run snippet by id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   417
help.id.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   418
help.id =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   419
Reevaluate the snippet specified by the id.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   420
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   421
help.previous.summary = re-run n-th previous snippet
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   422
help.previous.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   423
help.previous =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   424
Reevaluate the n-th most recently entered snippet.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   425
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   426
help.intro.summary = an introduction to the jshell tool
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   427
help.intro =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   428
The jshell tool allows you to execute Java code, getting immediate results.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   429
You can enter a Java definition (variable, method, class, etc), like:  int x = 8\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   430
or a Java expression, like:  x + x\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   431
or a Java statement or import.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   432
These little chunks of Java code are called 'snippets'.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   433
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   434
There are also jshell commands that allow you to understand and\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   435
control what you are doing, like:  /list\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   436
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   437
For a list of commands: /help
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   438
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   439
help.shortcuts.summary = a description of shortcuts
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   440
help.shortcuts =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   441
Supported shortcuts include:\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   442
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   443
<tab>\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   444
        After entering the first few letters of a Java identifier,\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   445
        a jshell command, or, in some cases, a jshell command argument,\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   446
        press the <tab> key to complete the input.\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   447
        If there is more than one completion, show possible completions.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   448
Shift-<tab>\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   449
        After the name and open parenthesis of a method or constructor invocation,\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   450
        hold the <shift> key and press the <tab> to see a synopsis of all\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   451
        matching methods/constructors.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   452
<fix-shortcut> v\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   453
        After a complete expression, press "<fix-shortcut> v" to introduce a new variable\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   454
        whose type is based on the type of the expression.\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   455
        The "<fix-shortcut>" is either Alt-F1 or Alt-Enter, depending on the platform.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   456
<fix-shortcut> i\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   457
        After an unresolvable identifier, press "<fix-shortcut> i" and jshell will propose\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   458
        possible fully qualified names based on the content of the specified classpath.\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   459
        The "<fix-shortcut>" is either Alt-F1 or Alt-Enter, depending on the platform.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   460
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   461
help.set.format = \
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   462
Set the format for reporting a snippet event.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   463
\n\t\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   464
/set format <mode> <field> "<format>" <selector>...\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   465
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   466
Where <mode> is the name of a previously defined feedback mode -- see '/help /set mode'.\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   467
Where <field> is the name of context-specific format to define.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   468
Where <format> is a quoted string which will be the value of the field if one of\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   469
the selectors matches (or there are no selectors). When the format is used,\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   470
field names enclosed in braces are replaced with the value of the field at that\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   471
time. These fields may have been previously defined with this command or may be\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   472
one of these predefined fields specific to the context:\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   473
{name}       == The name, e.g.: the variable name, ...\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   474
{type}       == The type name. The type of a variable or expression, the\n\t\t\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   475
                 parameter types of a method\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   476
{value}      == The result value of an expression or variable initialization\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   477
{unresolved} == The list of unresolved references\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   478
{errors}     == The list of recoverable errors (during the processing of the\n\t\t\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   479
                "display" field only)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   480
{err}        == An unformatted error line (during the processing of the\n\t\t\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   481
                "errorline" field only)\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   482
The following fields are accessed by the tool to determine the displayed feedback:\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   483
{display}    == The displayed message for a snippet event\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   484
{errorline}  == The format of one error line within the "errors" field\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   485
{pre}        == The feedback prefix (begins command feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   486
{post}       == The feedback postfix (ends command feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   487
{errorpre}   == The error prefix (begins error feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   488
{errorpost}  == The error postfix (ends error feedback)\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   489
These fields have default settings (which may be overwritten).\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   490
Where <selector> is the context in which the format is applied.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   491
The structure of selector is a hyphen separated list of selector kind lists.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   492
A selector kind list is a comma separated list of values of one selector kind.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   493
A selector matches if each selector kind list matches; A selector kind list\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   494
matches if one of the values matches.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   495
The case selector kind describes the kind of snippet.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   496
   import     -- import declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   497
   class      -- class declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   498
   interface  -- interface declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   499
   enum       -- enum declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   500
   annotation -- annotation interface declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   501
   method     -- method declaration -- note: {type}==parameter-types\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   502
   vardecl    -- variable declaration without init\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   503
   varinit    -- variable declaration with init\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   504
   expression -- expression -- note: {name}==scratch-variable-name\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   505
   varvalue   -- variable value expression\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   506
   assignment -- assign variable\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   507
   statement  -- statement\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   508
The action selector kind describes what happened to the snippet.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   509
   added     -- snippet has been added\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   510
   modified  -- an existing snippet has been modified\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   511
   replaced  -- an existing snippet has been replaced with a new snippet\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   512
   overwrote -- an existing snippet has been overwritten\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   513
   dropped   -- snippet has been dropped\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   514
   used      -- snippet was used when it cannot be\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   515
The when-did-it-occur selector kind describes if this is a direct or indirect action.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   516
   primary -- the entered snippet\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   517
   update  -- an update to a dependent snippet\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   518
The resolution-state selector kind describes the state of resolution/definition of the snippet.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   519
   ok         -- resolved correctly\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   520
   defined    -- defined despite recoverably unresolved references\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   521
   notdefined -- not defined because of recoverably unresolved references\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   522
The unresolved-count selector kind describes the number of unresolved references.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   523
   unresolved0 -- no names are unresolved\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   524
   unresolved1 -- one name is unresolved\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   525
   unresolved2 -- two or more names are unresolved\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   526
The errors-count selector kind describes the number of errors.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   527
   error0 -- no errors\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   528
   error1 -- one error\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   529
   error2 -- two or more errors\n\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   530
Examples:\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   531
/set format myformat action 'Created' added-primary\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   532
/set format myformat action 'Update replaced' replaced-update\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   533
/set format myformat display '{pre}{action} class {name}{post}' class-ok\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   534
/set format myformat display '{pre}{action} variable {name}, reset to null{post}' replaced-vardecl,varinit-ok-update\n\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   535
Note that subsequent selectors for a field may overwrite some or all of previous used selectors -- last one wins\n
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   536
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   537
help.set.truncation = \
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   538
Set the max length a displayed value.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   539
\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   540
/set truncation <mode> <length> <selector>...\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   541
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   542
Where <mode> is the name of a previously defined feedback mode -- see '/help /set mode'.\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   543
Where <length> is an unsigned integer representing a maximum length.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   544
Where <format> is a quoted string which will be the value of the field if one of\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   545
Where <selector> is only needed if you wish to fine-tune value truncation length\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   546
by context, <selector> is the context in which the truncation is applied.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   547
The structure of selector is a hyphen separated list of selector kind lists.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   548
A selector kind list is a comma separated list of values of one selector kind.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   549
A selector matches if each selector kind list matches; A selector kind list\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   550
matches if one of the values matches.\n\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   551
Below are the relevant selector kinds for truncation.\n\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   552
The case selector kind describes the kind of snippet.  The values are:\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   553
   vardecl    -- variable declaration without init\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   554
   varinit    -- variable declaration with init\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   555
   expression -- expression -- note: {name}==scratch-variable-name\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   556
   varvalue   -- variable value expression\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   557
   assignment -- assign variable\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   558
The action selector kind describes what happened to the snippet.  The values are:\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   559
   added     -- snippet has been added\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   560
   modified  -- an existing snippet has been modified\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   561
   replaced  -- an existing snippet has been replaced with a new snippet\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   562
Examples:\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   563
/set trunc mymode 80\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   564
/set truncation mymode 45 expression\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   565
/set truncation mymode 0 vardecl-modified,replaced\n\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   566
Note that subsequent selectors for a field may overwrite some or all of previous used selectors -- last one wins\n
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   567
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   568
help.set.feedback = \
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   569
Set the feedback mode describing displayed feedback for entered snippets and commands.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   570
\n\t\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   571
/set feedback <mode>\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   572
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   573
Where <mode> is the name of a previously defined feedback mode.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   574
You may use just enough letters to make it unique.\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   575
User-defined modes can be added, see '/help /set mode'\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   576
Currently defined feedback modes:\n
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   577
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   578
help.set.mode = \
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   579
Create a user-defined feedback mode, optionally copying from an existing mode.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   580
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   581
/set mode <mode> [<old-mode>] [-command|-quiet|-delete]\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   582
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   583
Where <new-mode> is the name of a mode you wish to create.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   584
Where <old-mode> is the name of a previously defined feedback mode.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   585
If <old-mode> is present, its settings are copied to the new mode.\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   586
'-command' vs '-quiet' determines if informative/verifying command feedback is displayed.\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   587
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   588
Once the new mode is created, use '/set format' and '/set prompt' to configure it.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   589
Use '/set feedback' to use the new mode.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   590
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   591
help.set.prompt = \
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   592
Set the prompts.  Both the normal prompt and the continuation-prompt must be set.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   593
\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   594
/set prompt <mode> \"<prompt>\" \"<continuation-prompt>\"\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   595
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   596
Where <mode> is the name of a previously defined feedback mode.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   597
Where <prompt> and <continuation-prompt> are quoted strings printed as input prompts;\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   598
Both may optionally contain '%s' which will be substituted with the next snippet id --\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   599
note that what is entered may not be assigned that id, for example it may be an error or command.\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   600
The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   601
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   602
help.set.editor =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   603
Specify the command to launch for the /edit command.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   604
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   605
/set editor <command>|-default\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   606
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   607
The <command> is an operating system dependent string.\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   608
The <command> may include space-separated arguments (such as flags)\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   609
When /edit is used, the temporary file to edit will be appended as the last argument.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   610
If instead the -default option is specified, the built-in default editor will be used.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   611
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   612
help.set.start =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   613
Set the start-up configuration -- a sequence of snippets and commands read at start-up.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   614
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   615
/set start <file>|-default|-none\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   616
\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   617
The contents of the specified <file> become the start-up snippets and commands used\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   618
when the /reset or /reload commands are used in this session.\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   619
If instead the -default option is specified, the predefined start-up snippets\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   620
will be used.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   621
If the -none option is used, the start-up will be empty -- no start-up snippets\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   622
or commands will be used.\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   623
This command is good for testing the start-up settings.  To retain them for future\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   624
runs of the jshell tool use the command:\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   625
/retain start\n
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   626
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   627
help.retain.feedback = \
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   628
Retain which feedback mode to use for displayed feedback for entered snippets and commands.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   629
This feedback mode will be used in this and future sessions of the jshell tool.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   630
\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   631
/retain feedback [<mode>]\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   632
\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   633
Where <mode> is the name of a previously defined feedback mode.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   634
You may use just enough letters to make it unique.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   635
If the <mode> is not specified, this command retains the current mode (as set\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   636
with the most recent /set feedback or /retain feedback command.)\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   637
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   638
help.retain.mode = \
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   639
Retain the existence and configuration of a user-defined feedback mode.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   640
This mode will be available in this and future sessions of the jshell tool.
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   641
\n\t\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   642
/retain mode <mode>\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   643
\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   644
Where <mode> is the name of a mode you wish to retain.\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   645
The <mode> must previously have been created with /set mode and\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   646
configured as desired with /set prompt, /set format, and /set truncation.\n
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   647
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   648
help.retain.editor =\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   649
Retain the command to launch for the /edit command.  This command will be invoked when\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   650
the /edit command is used in this and future sessions of the jshell tool.\n\
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   651
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   652
/retain editor [<command>|-default]\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   653
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   654
If <command> is specified, it is an operating system dependent string which\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   655
may include space-separated arguments (such as flags). When /edit is used, the\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   656
temporary file to edit will be appended as the last argument.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   657
If instead the -default option is specified, the built-in default editor will be used.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   658
If neither is specified, the editor set in the last /set editor or /retain editor\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   659
command will be used.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   660
The editor will be retained and used in this and future runs of the jshell tool.
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   661
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   662
help.retain.start =\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   663
Retain the start-up configuration -- a sequence of snippets and commands read\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   664
at start-up.\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   665
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   666
/retain start [<file>|-default|-none]\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   667
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   668
If <file> is specified, the contents of the specified <file> become the\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   669
start-up snippets\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   670
and commands.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   671
If instead the -default option is specified, the predefined start-up snippets\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   672
will be the start-up.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   673
If the -none option is used, the start-up will be empty -- no start-up snippets\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   674
or commands will be used.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   675
If none of these is specified, the start-up is the last specified in a\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   676
''/set start'' or ''/retain start'' command.\n\
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   677
The start-up will be retained and used when the jshell tool is started or reset
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   678
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   679
startup.feedback = \
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   680
/set mode verbose -command    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   681
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   682
/set prompt verbose '\\njshell> '   '   ...> '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   683
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   684
/set format verbose pre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   685
/set format verbose post '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   686
/set format verbose errorpre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   687
/set format verbose errorpost '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   688
\n\
37644
33cf53901cac 8154485: JShell: infrastructure for multi-Snippet class wrappers
rfield
parents: 37389
diff changeset
   689
/set format verbose errorline '{post}{pre}    {err}'    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   690
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   691
/set format verbose action 'created' added-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   692
/set format verbose action 'modified' modified-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   693
/set format verbose action 'replaced' replaced-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   694
/set format verbose action 'overwrote' overwrote-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   695
/set format verbose action 'dropped' dropped-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   696
/set format verbose action '  update created' added-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   697
/set format verbose action '  update modified' modified-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   698
/set format verbose action '  update replaced' replaced-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   699
/set format verbose action '  update overwrote' overwrote-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   700
/set format verbose action '  update dropped' dropped-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   701
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   702
/set format verbose until ', however, it cannot be instanciated or its methods invoked until'   defined-class-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   703
/set format verbose until ', however, its methods cannot be invoked until'                      defined-interface-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   704
/set format verbose until ', however, it cannot be used until'                                  defined-enum,annotation-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   705
/set format verbose until ', however, it cannot be invoked until'                               defined-method-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   706
/set format verbose until ', however, it cannot be referenced until'                            notdefined-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   707
/set format verbose until ' which cannot be instanciated or its methods invoked until'          defined-class-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   708
/set format verbose until ' whose methods cannot be invoked until'                              defined-interface-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   709
/set format verbose until ' which cannot be invoked until'                                      defined-method-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   710
/set format verbose until ' which cannot be referenced until'                                   notdefined-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   711
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   712
/set format verbose unrerr '{unresolved} is declared'                                           unresolved1-error0    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   713
/set format verbose unrerr '{unresolved} are declared'                                          unresolved2-error0    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   714
/set format verbose unrerr ' this error is corrected: {errors}'                                 unresolved0-error1    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   715
/set format verbose unrerr '{unresolved} is declared and this error is corrected: {errors}'     unresolved1-error1    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   716
/set format verbose unrerr '{unresolved} are declared and this error is corrected: {errors}'    unresolved2-error1    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   717
/set format verbose unrerr ' these errors are corrected: {errors}'                              unresolved0-error2    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   718
/set format verbose unrerr '{unresolved} is declared and these errors are corrected: {errors}'  unresolved1-error2    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   719
/set format verbose unrerr '{unresolved} are declared and these errors are corrected: {errors}' unresolved2-error2    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   720
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   721
/set format verbose resolve '{until}{unrerr}'                                                   added,modified,replaced,used    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   722
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   723
/set format verbose typeKind 'class'                  class    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   724
/set format verbose typeKind 'interface'              interface    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   725
/set format verbose typeKind 'enum'                   enum    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   726
/set format verbose typeKind 'annotation interface'   annotation    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   727
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   728
/set format verbose result '{name} ==> {value}{post}'                                        added,modified,replaced-ok-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   729
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   730
/set format verbose display '{result}{pre}created scratch variable {name} : {type}{post}'    expression-added,modified,replaced-primary    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   731
/set format verbose display '{result}{pre}value of {name} : {type}{post}'                    varvalue-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   732
/set format verbose display '{result}{pre}assigned to {name} : {type}{post}'                 assignment-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   733
/set format verbose display '{result}{pre}{action} variable {name} : {type}{resolve}{post}'  varinit,vardecl    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   734
/set format verbose display '{pre}{action} variable {name}{resolve}{post}'                   vardecl,varinit-notdefined    \n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   735
/set format verbose display '{pre}{action} variable {name}{post}'                            dropped-vardecl,varinit,expression    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   736
/set format verbose display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   737
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   738
/set format verbose display '{pre}{action} {typeKind} {name}{resolve}{post}'                 class,interface,enum,annotation    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   739
/set format verbose display '{pre}{action} method {name}({type}){resolve}{post}'             method    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   740
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   741
/set format verbose display '{pre}attempted to use {typeKind} {name}{resolve}{post}'         used-class,interface,enum,annotation    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   742
/set format verbose display '{pre}attempted to call method {name}({type}){resolve}{post}'    used-method    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   743
\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   744
/set truncation verbose 80\n\
38615
9221159d84fb 8157261: jshell tool: truncation for expressions is not consistent
rfield
parents: 38613
diff changeset
   745
/set truncation verbose 1000                                                                  varvalue,expression\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   746
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   747
/set mode normal -command verbose    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   748
/set format normal display ''                                                               added,modified,replaced,overwrote,dropped-update    \n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   749
/set format normal display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   750
/set format normal display '{result}'                                                       added,modified,replaced-expression,varvalue,assignment,varinit,vardecl-ok-primary    \n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   751
/set mode concise -quiet normal    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   752
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   753
/set prompt concise 'jshell> '   '   ...> '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   754
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   755
/set format concise display ''                                                              class,interface,enum,annotation,method,assignment,varinit,vardecl-ok    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   756
\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   757
/set feedback normal    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   758
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   759
/set mode silent -quiet    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   760
/set prompt silent '-> ' '>> '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   761
/set format silent pre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   762
/set format silent post '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   763
/set format silent errorpre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   764
/set format silent errorpost '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   765
/set format silent display ''    \n