langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
author jlahoda
Fri, 31 Mar 2017 10:46:37 +0200
changeset 44459 5224425af378
parent 44456 a3c153b95812
child 44569 b1accf8b2aed
permissions -rw-r--r--
8177076: jshell tool: usability of completion Summary: Merging completion and documentation completion, assigning Shift-tab shortcut to fix actions. Reviewed-by: rfield
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\
42412
ca6f4f1914b2 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
rfield
parents: 41937
diff changeset
    28
For an introduction type: /help intro
40588
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
    29
jshell.err.opt.arg = Argument to {0} missing.
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
    30
jshell.err.opt.invalid = Invalid options: {0}.
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
    31
jshell.err.opt.one = Only one {0} option may be used.
42972
47ca49eee534 8172102: jshell tool: remove print method forwarding to System.out from default startup
rfield
parents: 42971
diff changeset
    32
jshell.err.opt.startup.conflict = Conflicting options: both --startup and --no-startup were used.
40588
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
    33
jshell.err.opt.feedback.one = Only one feedback option (--feedback, -q, -s, or -v) may be used.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    34
jshell.err.opt.unknown = Unknown option: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    35
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    36
jshell.msg.terminated =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    37
State engine terminated.\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
    38
Restore definitions with: /reload -restore
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    39
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    40
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
    41
jshell.msg.see.classes.etc = See /types, /methods, /vars, or /list
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    42
jshell.err.arg = Invalid ''{0}'' argument: {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    43
jshell.msg.see = See {0} for help.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    44
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    45
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
    46
jshell.err.file.not.found = File ''{1}'' for ''{0}'' is not found.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    47
jshell.err.file.exception = File ''{1}'' for ''{0}'' threw exception: {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    48
jshell.err.file.filename = ''{0}'' requires a filename argument.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    49
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    50
jshell.err.startup.unexpected.exception = Unexpected exception reading start-up: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    51
jshell.err.unexpected.exception = Unexpected exception: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    52
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    53
jshell.err.no.such.command.or.snippet.id = No such command or snippet id: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    54
jshell.err.command.ambiguous = Command: ''{0}'' is ambiguous: {1}
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
    55
jshell.msg.set.restore = Setting new options and restoring state.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    56
jshell.msg.set.editor.set = Editor set to: {0}
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    57
jshell.msg.set.editor.retain = Editor setting retained: {0}
41934
a4da50688dc7 8167636: jshell tool: Edit Pad should be in its own module
rfield
parents: 41865
diff changeset
    58
jshell.err.no.builtin.editor = Built-in editor not available.
a4da50688dc7 8167636: jshell tool: Edit Pad should be in its own module
rfield
parents: 41865
diff changeset
    59
jshell.err.cant.launch.editor = Cannot launch built-in editor -- unexpected exception: {0}
a4da50688dc7 8167636: jshell tool: Edit Pad should be in its own module
rfield
parents: 41865
diff changeset
    60
jshell.msg.try.set.editor = See ''/help /set editor'' to use external editor.
40598
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
    61
jshell.msg.press.return.to.leave.edit.mode = Press return to leave edit mode.
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    62
jshell.err.wait.applies.to.external.editor = -wait applies to external editors
41934
a4da50688dc7 8167636: jshell tool: Edit Pad should be in its own module
rfield
parents: 41865
diff changeset
    63
jshell.label.editpad = JShell Edit Pad
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    64
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    65
jshell.err.setting.to.retain.must.be.specified = The setting to retain must be specified -- {0}
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    66
jshell.msg.set.show.mode.settings = \nTo show mode settings use ''/set prompt'', ''/set truncation'', ...\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    67
or use ''/set mode'' followed by the feedback mode name.
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
    68
jshell.err.continuation.prompt.required = Continuation prompt required -- {0}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    69
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
    70
jshell.msg.try.command.without.args = Try ''{0}'' without arguments.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    71
jshell.msg.no.active = There are no active definitions.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    72
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    73
jshell.msg.resetting = Resetting...
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    74
jshell.msg.resetting.state = Resetting state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    75
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    76
jshell.err.reload.no.previous = No previous history to restore
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    77
jshell.err.reload.restarting.previous.state = Restarting and restoring from previous state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    78
jshell.err.reload.restarting.state = Restarting and restoring state.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    79
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    80
jshell.msg.vars.not.active = (not-active)
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    81
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    82
jshell.err.out.of.range = Out of range
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    83
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    84
jshell.msg.error = Error:
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    85
jshell.msg.warning = Warning:
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    86
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
    87
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
    88
jshell.err.sub.ambiguous = Ambiguous sub-command argument to ''{0}'': {1}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    89
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    90
jshell.err.classpath.arg = The /classpath command requires a path argument.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    91
jshell.msg.classpath = Path ''{0}'' added to classpath
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    92
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    93
jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    94
jshell.msg.help.begin =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    95
Type a Java language expression, statement, or declaration.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    96
Or type one of the following commands:\n
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
    97
jshell.msg.help.subject =\n\
42412
ca6f4f1914b2 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
rfield
parents: 41937
diff changeset
    98
For more information type ''/help'' followed by the name of a\n\
ca6f4f1914b2 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
rfield
parents: 41937
diff changeset
    99
command or a subject.\n\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   100
For example ''/help /list'' or ''/help intro''.\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   101
\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   102
Subjects:\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   103
\n
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   104
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   105
jshell.err.drop.arg =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   106
In the /drop argument, please specify an import, variable, method, or class to drop.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   107
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
   108
jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   109
jshell.err.failed = Failed.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   110
jshell.msg.native.method = Native Method
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   111
jshell.msg.unknown.source = Unknown Source
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   112
jshell.msg.goodbye = Goodbye
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   113
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   114
jshell.msg.help.for.help = Type /help for help.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   115
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   116
jshell.err.mode.name = Expected a feedback mode name: {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   117
jshell.err.missing.mode = Missing the feedback mode -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   118
jshell.err.field.name = Expected a field name: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   119
jshell.err.mode.unknown = No feedback mode named: {0} -- {1}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   120
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   121
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
   122
jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   123
jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   124
jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   125
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
   126
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
   127
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   128
jshell.msg.feedback.new.mode = Created new feedback mode: {0}
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   129
jshell.msg.feedback.mode = Feedback mode: {0}
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   130
jshell.msg.feedback.mode.following = Available feedback modes:
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   131
jshell.msg.feedback.retained.mode.following = Retained feedback modes:
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   132
jshell.err.mode.creation = To create a new mode either the -command or the -quiet option must be used -- {0}
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   133
jshell.err.mode.exists = Mode to be created already exists: {0} -- {1}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   134
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   135
jshell.err.truncation.expected.length = Expected truncation length -- {0}
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   136
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
   137
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   138
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
   139
jshell.err.retained.feedback.mode.must.be.retained.or.predefined = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   140
''/set feedback -retain <mode>'' requires that <mode> is predefined or has been retained with ''/set mode -retain'' -- {0}
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   141
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   142
jshell.err.unknown.option = Unknown option: {0} -- {1}
41641
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   143
jshell.err.default.option.or.program = Specify -default option, -delete option, or program -- {0}
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   144
jshell.err.option.or.filename = Specify no more than one of -default, -none, or a startup file name -- {0}
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   145
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
   146
jshell.err.conflicting.options = Conflicting options -- {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   147
jshell.err.cannot.delete.current.mode = The current feedback mode ''{0}'' cannot be deleted, use ''/set feedback'' first -- {1}
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   148
jshell.err.cannot.delete.retained.mode = The retained feedback mode ''{0}'' cannot be deleted, use ''/set feedback -retain'' first -- {1}
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   149
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
   150
jshell.err.no.such.snippets = No such snippet: {0}
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   151
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
   152
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
   153
43263
ca999fb7b46d 8172179: jshell tool: builtin startup settings should be by reference not content
rfield
parents: 43038
diff changeset
   154
jshell.err.corrupted.stored.startup = Corrupted stored startup, using default -- {0}
ca999fb7b46d 8172179: jshell tool: builtin startup settings should be by reference not content
rfield
parents: 43038
diff changeset
   155
44459
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   156
jshell.console.see.synopsis = <press tab again to see synopsis>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   157
jshell.console.see.full.documentation = <press tab again to see full documentation>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   158
jshell.console.see.documentation = <press tab again to see documentation>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   159
jshell.console.see.next.page = <press tab again to see next page>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   160
jshell.console.see.next.javadoc = <press tab to see next documentation>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   161
jshell.console.see.next.command.doc = <press tab to see next command>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   162
jshell.console.no.such.command = No such command
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   163
jshell.console.completion.current.signatures = Signatures:
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   164
jshell.console.completion.all.completions.number = <press tab again to see all possible completions; total possible completions: {0}>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   165
jshell.console.completion.all.completions = <press tab again to see all possible completions>
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   166
jshell.console.no.javadoc = <no documentation found>
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   167
jshell.console.do.nothing = Do nothing
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   168
jshell.console.choice = Choice: \
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   169
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   170
jshell.console.create.variable = Create variable
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   171
jshell.console.resolvable = \nThe identifier is resolvable in this context.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   172
jshell.console.no.candidate = \nNo candidate fully qualified names found to import.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   173
jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   174
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   175
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   176
help.usage = \
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   177
Usage:   jshell <options> <load files>\n\
37745
4b6b59f8e327 8150382: JShell API: Allow setting remote JVM arguments
rfield
parents: 37644
diff changeset
   178
where possible options include:\n\
40588
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   179
\    --class-path <path>   Specify where to find user class files\n\
41852
448273b190ad 8166649: jshell tool: missing --add-modules and --module-path
rfield
parents: 41641
diff changeset
   180
\    --module-path <path>  Specify where to find application modules\n\
448273b190ad 8166649: jshell tool: missing --add-modules and --module-path
rfield
parents: 41641
diff changeset
   181
\    --add-modules <module>(,<module>)*\n\
448273b190ad 8166649: jshell tool: missing --add-modules and --module-path
rfield
parents: 41641
diff changeset
   182
\                          Specify modules to resolve, or all modules on the\n\
42969
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   183
\                            module path if <module> is ALL-MODULE-PATHs\n\
40588
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   184
\    --startup <file>      One run replacement for the start-up definitions\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   185
\    --no-startup          Do not run the start-up definitions\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   186
\    --feedback <mode>     Specify the initial feedback mode. The mode may be\n\
42969
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   187
\                            predefined (silent, concise, normal, or verbose) or\n\
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   188
\                            previously user-defined\n\
40588
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   189
\    -q                    Quiet feedback.  Same as: --feedback concise\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   190
\    -s                    Really quiet feedback.  Same as: --feedback silent\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   191
\    -v                    Verbose feedback.  Same as: --feedback verbose\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   192
\    -J<flag>              Pass <flag> directly to the runtime system.\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   193
\                            Use one -J for each runtime flag or flag argument\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   194
\    -R<flag>              Pass <flag> to the remote runtime system.\n\
b5c32bfa9710 8160089: jshell tool: use new double-dash long-form command-line options
rfield
parents: 38615
diff changeset
   195
\                            Use one -R for each remote flag or flag argument\n\
41248
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   196
\    -C<flag>              Pass <flag> to the compiler.\n\
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   197
\                            Use one -C for each compiler flag or flag argument\n\
43367
7797472a9ed5 8171343: jshell tool: missing options: --help-extra --show-version
rfield
parents: 43263
diff changeset
   198
\    --version             Print version information and exit\n\
7797472a9ed5 8171343: jshell tool: missing options: --help-extra --show-version
rfield
parents: 43263
diff changeset
   199
\    --show-version        Print version information and continue\n\
7797472a9ed5 8171343: jshell tool: missing options: --help-extra --show-version
rfield
parents: 43263
diff changeset
   200
\    --help                Print this synopsis of standard options and exit\n\
7797472a9ed5 8171343: jshell tool: missing options: --help-extra --show-version
rfield
parents: 43263
diff changeset
   201
\    --help-extra, -X      Print help on non-standard options and exit\n
41248
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   202
help.usage.x = \
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   203
\    --add-exports <module>/<package>   Export specified module-private package to snippets\n\
42969
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   204
\    --execution <spec>                 Specify an alternate execution engine.\n\
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   205
\                                         Where <spec> is an ExecutionControl spec.\n\
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   206
\                                         See the documentation of the package\n\
a48d4f74d322 8168615: JShell API: jdk.jshell.spi should be a pluggable ServiceLoader SPI
rfield
parents: 42412
diff changeset
   207
\                                         jdk.jshell.spi for the syntax of the spec\n\
41248
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   208
\    \n\
2a3e74c5ad8a 8154714: jshell tool: add exports support
shinyafox
parents: 41162
diff changeset
   209
\These options are non-standard and subject to change without notice.\n
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   210
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   211
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
   212
help.list.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   213
help.list =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   214
Show the source of snippets, prefaced with the snippet id.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   215
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   216
/list\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   217
    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
   218
/list -start\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   219
    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
   220
/list -all\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   221
    List all snippets including failed, overwritten, dropped, and start-up\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   222
/list <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   223
    List snippets with the specified name (preference for active snippets)\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   224
/list <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   225
    List the snippet with the specified snippet id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   226
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   227
help.edit.summary = edit a source entry referenced by name or id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   228
help.edit.args = <name or id>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   229
help.edit =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   230
Edit a snippet or snippets of source in an external editor.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   231
The editor to use is set with /set editor.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   232
If no editor has been set, a simple editor will be launched.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   233
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   234
/edit <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   235
    Edit the snippet or snippets with the specified name (preference for active snippets)\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   236
/edit <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   237
    Edit the snippet with the specified snippet id\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   238
/edit\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   239
    Edit the currently active snippets of code that you typed or read with /open
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   240
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   241
help.drop.summary = delete a source entry referenced by name or id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   242
help.drop.args = <name or id>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   243
help.drop =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   244
Drop a snippet -- making it inactive.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   245
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   246
/drop <name>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   247
    Drop the snippet with the specified name\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   248
/drop <id>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   249
    Drop the snippet with the specified snippet id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   250
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   251
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
   252
help.save.args = [-all|-history|-start] <file>
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   253
help.save =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   254
Save the specified snippets and/or commands to the specified file.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   255
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   256
/save <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   257
    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
   258
/save -all <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   259
    Save the source of all snippets to the file.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   260
    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
   261
/save -history <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   262
    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
   263
/save -start <file>\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   264
    Save the default start-up definitions to the file.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   265
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   266
help.open.summary = open a file as source input
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   267
help.open.args = <file>
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   268
help.open =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   269
Open a file and read its contents as snippets and commands.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   270
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   271
/open <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   272
    Read the specified file as jshell input.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   273
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   274
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
   275
help.vars.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   276
help.vars =\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   277
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
   278
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   279
/vars\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   280
    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
   281
/vars <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   282
    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
   283
/vars <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   284
    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
   285
/vars -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   286
    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
   287
/vars -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   288
    List all jshell variables including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   289
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   290
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
   291
help.methods.args = [<name or id>|-all|-start]
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   292
help.methods =\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   293
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
   294
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   295
/methods\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   296
    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
   297
/methods <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   298
    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
   299
/methods <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   300
    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
   301
/methods -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   302
    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
   303
/methods -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   304
    List all snippets including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   305
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   306
help.types.summary = list the declared types
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   307
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
   308
help.types =\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   309
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
   310
\n\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   311
/types\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   312
    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
   313
/types <name>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   314
    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
   315
/types <id>\n\t\
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   316
    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
   317
/types -start\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   318
    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
   319
/types -all\n\t\
38514
f7df9ab653b0 8153920: jshell tool: allow a parameter on the /vars /methods /classes commands
rfield
parents: 38513
diff changeset
   320
    List all jshell types including failed, overwritten, dropped, and start-up
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   321
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   322
help.imports.summary = list the imported items
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   323
help.imports.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   324
help.imports =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   325
List the current active jshell imports.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   326
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   327
help.exit.summary = exit jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   328
help.exit.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   329
help.exit =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   330
Leave the jshell tool.  No work is saved.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   331
Save any work before using this command
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   332
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   333
help.reset.summary = reset jshell
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   334
help.reset.args = \
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   335
[-class-path <path>] [-module-path <path>] [-add-modules <modules>]...
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   336
help.reset =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   337
Reset the jshell tool code and execution state:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   338
   * All entered code is lost.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   339
   * Start-up code is re-executed.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   340
   * The execution state is restarted.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   341
Tool settings are maintained, as set with: /set ...\n\
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   342
Save any work before using this command.\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   343
The /reset command accepts context options, see:\n\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   344
     /help context\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   345
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   346
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   347
help.reload.summary = reset and replay relevant history -- current or previous (-restore)
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   348
help.reload.args = \
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   349
[-restore] [-quiet] [-class-path <path>] [-module-path <path>]...
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   350
help.reload =\
41852
448273b190ad 8166649: jshell tool: missing --add-modules and --module-path
rfield
parents: 41641
diff changeset
   351
Reset the jshell tool code and execution state then replay each valid snippet\n\
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   352
and any /drop commands in the order they were entered.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   353
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   354
/reload\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   355
     Reset and replay the valid history since jshell was entered, or\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   356
     a /reset, or /reload command was executed -- whichever is most\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   357
     recent.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   358
/reload -restore\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   359
     Reset and replay the valid history between the previous and most\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   360
     recent time that jshell was entered, or a /reset, or /reload\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   361
     command was executed. This can thus be used to restore a previous\n\t\
41937
1313399705e9 8161969: jshell tool: /var value is not truncated per feedback setting
rfield
parents: 41934
diff changeset
   362
     jshell tool session.\n\n\
38520
17e72b872ffd 8157185: jshell tool: ambiguous format -- distinguished arguments should be options
rfield
parents: 38514
diff changeset
   363
/reload [-restore] -quiet\n\t\
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   364
     With the '-quiet' argument the replay is not shown.  Errors will display.\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   365
\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   366
Each of the above accepts context options, see:\n\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   367
     /help context\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   368
\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   369
For example:\n\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   370
     /reload -add-modules com.greetings -restore
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   371
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   372
help.env.summary = view or change the evaluation context
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   373
help.env.args = \
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   374
[-class-path <path>] [-module-path <path>] [-add-modules <modules>] ...
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   375
help.env =\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   376
View or change the evaluation context.  The evaluation context is the class path,\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   377
module path, etc.\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   378
/env\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   379
     Show the evaluation context displayed as context options.\n\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   380
/env [-class-path <path>] [-module-path <path>] [-add-modules <modules>] ...\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   381
     With at least one option set, sets the evaluation context.  If snippets\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   382
     have been defined, the execution state is reset with the new\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   383
     evaluation context and the snippets will be replayed -- the replay is not\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   384
     shown, however, errors will display.  This is equivalent to: /reload -quiet\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   385
     For details of context options, see:\n\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   386
           /help context\n\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   387
     For example:\n\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   388
           /env -add-modules com.greetings
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   389
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   390
help.history.summary = history of what you have typed
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   391
help.history.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   392
help.history =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   393
Display the history of snippet and command input since this jshell was launched.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   394
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   395
help.debug.summary = toggle debugging of the jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   396
help.debug.args = [0][r][g][f][c][d][e]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   397
help.debug =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   398
Display debugging information for the jshell implementation.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   399
0: Debugging off\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   400
r: Tool level debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   401
g: General debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   402
f: File manager debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   403
c: Completion analysis debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   404
d: Dependency debugging on\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   405
e: Event debugging on
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   406
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   407
help.help.summary = get information about jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   408
help.help.args = [<command>|<subject>]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   409
help.help =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   410
Display information about jshell.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   411
/help\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   412
     List the jshell commands and help subjects.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   413
/help <command>\n\t\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   414
     Display information about the specified command. The slash must be included.\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   415
     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
   416
     each will be displayed.  Example:  /help /li\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   417
/help <subject>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   418
     Display information about the specified help subject. Example: /help intro
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   419
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   420
help.set.summary = set jshell configuration information
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   421
help.set.args = editor|start|feedback|mode|prompt|truncation|format ...
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   422
help.set =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   423
Set jshell configuration information, including:\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   424
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
   425
the command prompt, the feedback mode to use, or the format of output.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   426
\n\
40598
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   427
/set editor [-wait] <command> <optional-arg>...\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   428
     Specify the command to launch for the /edit command.\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   429
     The <command> is an operating system dependent string.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   430
/set start <file>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   431
     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
   432
/set feedback <mode>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   433
     Set the feedback mode describing displayed feedback for entered snippets and commands.\n\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   434
/set mode <mode> [<old-mode>] -command|-quiet|-delete\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   435
     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
   436
/set prompt <mode> "<prompt>" "<continuation-prompt>"\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   437
     Set the displayed prompts for a given feedback mode.\n\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   438
/set truncation <mode> <length> <selector>...\n\t\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   439
     Set the maximum length of a displayed value.\n\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   440
/set format <mode> <field> "<format>" <selector>...\n\t\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   441
     Configure a feedback mode by setting the format of a field when the selector matches.\n\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   442
/set\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   443
     Show editor, start, and feedback settings as /set commands.\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   444
     To show the settings of any of the above, omit the set value.\n\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   445
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
   446
For example:   /help /set format
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   447
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   448
help.quest.summary = get information about jshell
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   449
help.quest.args = [<command>|<subject>]
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   450
help.quest =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   451
Display information about jshell (abbreviation for /help).\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   452
/?\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   453
     Display list of commands and help subjects.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   454
/? <command>\n\t\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   455
     Display information about the specified command. The slash must be included.\n\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   456
     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
   457
     match, each will be displayed.  Example:  /? /li\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   458
/? <subject>\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   459
     Display information about the specified help subject. Example: /? intro
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   460
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   461
help.bang.summary = re-run last snippet
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   462
help.bang.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   463
help.bang =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   464
Reevaluate the most recently entered snippet.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   465
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   466
help.id.summary = re-run snippet by id
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   467
help.id.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   468
help.id =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   469
Reevaluate the snippet specified by the id.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   470
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   471
help.previous.summary = re-run n-th previous snippet
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   472
help.previous.args =
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   473
help.previous =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   474
Reevaluate the n-th most recently entered snippet.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   475
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   476
help.intro.summary = an introduction to the jshell tool
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   477
help.intro =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   478
The jshell tool allows you to execute Java code, getting immediate results.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   479
You can enter a Java definition (variable, method, class, etc), like:  int x = 8\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   480
or a Java expression, like:  x + x\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   481
or a Java statement or import.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   482
These little chunks of Java code are called 'snippets'.\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   483
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   484
There are also jshell commands that allow you to understand and\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   485
control what you are doing, like:  /list\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   486
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   487
For a list of commands: /help
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   488
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   489
help.shortcuts.summary = a description of keystrokes for snippet and command completion,\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   490
information access, and automatic code generation
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   491
help.shortcuts =\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   492
Supported shortcuts include:\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   493
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   494
<tab>\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   495
        After entering the first few letters of a Java identifier,\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   496
        a jshell command, or, in some cases, a jshell command argument,\n\t\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   497
        press the <tab> key to complete the input.\n\t\t\
44459
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   498
        If there is more than one completion, then possible completions will be shown.\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   499
        Will show documentation if available and appropriate.\n\n\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   500
Shift-<tab> v\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   501
        After a complete expression, hold down <shift> while pressing <tab>,\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   502
        then release and press "v", the expression will be converted to\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   503
        a variable declaration whose type is based on the type of the expression.\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   504
Shift-<tab> i\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   505
        After an unresolvable identifier, hold down <shift> while pressing <tab>,\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   506
        then release and press "i", and jshell will propose possible imports\n\t\t\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   507
        which will resolve the identifier based on the content of the specified classpath.\n\t\t\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   508
43038
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   509
help.context.summary = the evaluation context options for /env /reload and /reset
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   510
help.context =\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   511
These options configure the evaluation context, they can be specified when\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   512
jshell is started: on the command-line, or restarted with the commands /env,\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   513
/reload, or /reset.\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   514
\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   515
They are:\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   516
    --class-path <class search path of directories and zip/jar files>\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   517
                  A list of directories, JAR archives,\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   518
                  and ZIP archives to search for class files.\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   519
                  The list is separated with the path separator\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   520
                  (a : on unix/linux/mac, and ; on windows).\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   521
    --module-path <module path>...\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   522
                  A list of directories, each directory\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   523
                  is a directory of modules.\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   524
                  The list is separated with the path separator\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   525
                  (a : on unix/linux/mac, and ; on windows).\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   526
    --add-modules <modulename>[,<modulename>...]\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   527
                  root modules to resolve in addition to the initial module.\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   528
                  <modulename> can also be ALL-DEFAULT, ALL-SYSTEM,\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   529
                  ALL-MODULE-PATH.\n\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   530
    --add-exports <module>/<package>=<target-module>(,<target-module>)*\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   531
                  updates <module> to export <package> to <target-module>,\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   532
                  regardless of module declaration.\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   533
                  <target-module> can be ALL-UNNAMED to export to all\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   534
                  unnamed modules. In jshell, if the <target-module> is not\n\t\t\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   535
                  specified (no =) then ALL-UNNAMED is used.\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   536
\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   537
On the command-line these options must have two dashes, e.g.: --module-path\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   538
On jshell commands they can have one or two dashes, e.g.: -module-path\n\
7b8b8750a78e 8165405: jshell tool: /classpath is inconsistent
rfield
parents: 42972
diff changeset
   539
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   540
help.set._retain = \
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   541
The '-retain' option saves a setting so that it is used in future sessions.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   542
The -retain option can be used on the following forms of /set:\n\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   543
/set editor -retain\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   544
/set start -retain\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   545
/set feedback -retain\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   546
/set mode -retain\n\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   547
See these commands for more detail -- for example /help /set editor
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   548
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   549
help.set.format = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   550
Set the format for reporting a snippet event:\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   551
\n\t\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   552
/set format <mode> <field> "<format>" <selector>...\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   553
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   554
Show the format settings:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   555
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   556
/set format [<mode> [<field>]]\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   557
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   558
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
   559
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
   560
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
   561
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
   562
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
   563
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
   564
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
   565
{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
   566
{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
   567
                 parameter types of a method\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   568
{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
   569
{unresolved} == The list of unresolved references\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   570
{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
   571
                "display" field only)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   572
{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
   573
                "errorline" field only)\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   574
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
   575
{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
   576
{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
   577
{pre}        == The feedback prefix (begins command feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   578
{post}       == The feedback postfix (ends command feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   579
{errorpre}   == The error prefix (begins error feedback)\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   580
{errorpost}  == The error postfix (ends error feedback)\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   581
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
   582
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
   583
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
   584
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
   585
A selector matches if each selector kind list matches; A selector kind list\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   586
matches if one of the values matches.\n\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   587
The case selector kind describes the kind of snippet.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   588
   import     -- import declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   589
   class      -- class declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   590
   interface  -- interface declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   591
   enum       -- enum declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   592
   annotation -- annotation interface declaration\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   593
   method     -- method declaration -- note: {type}==parameter-types\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   594
   vardecl    -- variable declaration without init\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   595
   varinit    -- variable declaration with init\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   596
   expression -- expression -- note: {name}==scratch-variable-name\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   597
   varvalue   -- variable value expression\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   598
   assignment -- assign variable\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   599
   statement  -- statement\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   600
The action selector kind describes what happened to the snippet.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   601
   added     -- snippet has been added\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   602
   modified  -- an existing snippet has been modified\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   603
   replaced  -- an existing snippet has been replaced with a new snippet\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   604
   overwrote -- an existing snippet has been overwritten\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   605
   dropped   -- snippet has been dropped\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   606
   used      -- snippet was used when it cannot be\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   607
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
   608
   primary -- the entered snippet\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   609
   update  -- an update to a dependent snippet\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   610
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
   611
   ok         -- resolved correctly\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   612
   defined    -- defined despite recoverably unresolved references\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   613
   notdefined -- not defined because of recoverably unresolved references\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   614
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
   615
   unresolved0 -- no names are unresolved\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   616
   unresolved1 -- one name is unresolved\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   617
   unresolved2 -- two or more names are unresolved\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   618
The errors-count selector kind describes the number of errors.  The values are:\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   619
   error0 -- no errors\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   620
   error1 -- one error\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   621
   error2 -- two or more errors\n\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   622
Examples:\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   623
/set format myformat action 'Created' added-primary\n\t\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   624
/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
   625
/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
   626
/set format myformat display '{pre}{action} variable {name}, reset to null{post}' replaced-vardecl,varinit-ok-update\n\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   627
Note that subsequent selectors for a field may overwrite some or all of previous used selectors -- last one wins\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   628
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   629
The form without <format> shows the current format settings.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   630
When the <mode> is specified only the format settings for that mode are shown.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   631
When both the <mode> and <field> are specified only the format settings for that\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   632
mode and field are shown.  Example:\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   633
/set format myformat\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   634
shows the format settings for the mode myformat\n
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   635
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   636
help.set.truncation = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   637
Set the max length of a displayed value:\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   638
\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   639
/set truncation <mode> <length> <selector>...\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   640
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   641
Show the current truncation settings:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   642
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   643
/set truncation [<mode>]\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   644
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   645
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
   646
Where <length> is an unsigned integer representing a maximum length.\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   647
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
   648
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
   649
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
   650
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
   651
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
   652
matches if one of the values matches.\n\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   653
Below are the relevant selector kinds for truncation.\n\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   654
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
   655
   vardecl    -- variable declaration without init\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   656
   varinit    -- variable declaration with init\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   657
   expression -- expression -- note: {name}==scratch-variable-name\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   658
   varvalue   -- variable value expression\n\t\
43859
a65da3fbe6ba 8174857: jshell tool: /help /set truncation -- confusing indentation
rfield
parents: 43766
diff changeset
   659
   assignment -- assign variable\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   660
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
   661
   added     -- snippet has been added\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   662
   modified  -- an existing snippet has been modified\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   663
   replaced  -- an existing snippet has been replaced with a new snippet\n\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   664
Examples:\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   665
/set trunc mymode 80\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   666
/set truncation mymode 45 expression\n\t\
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   667
/set truncation mymode 0 vardecl-modified,replaced\n\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   668
Note that subsequent selectors for a field may overwrite some or all of previous used selectors -- last one wins\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   669
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   670
The form without <length> shows the truncation settings.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   671
When the <mode> is specified only the truncation settings for that mode are shown.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   672
Example:\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   673
/set truncation myformat\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   674
shows the truncation settings for the mode myformat\n
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   675
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   676
help.set.feedback = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   677
Set the feedback mode describing displayed feedback for entered snippets and commands:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   678
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   679
/set feedback [-retain] <mode>\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   680
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   681
Retain the current feedback mode for future sessions:\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   682
\n\t\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   683
/set feedback -retain\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   684
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   685
Show the feedback mode and list available modes:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   686
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   687
/set feedback\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   688
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   689
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
   690
You may use just enough letters to make it unique.\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   691
User-defined modes can be added, see '/help /set mode'\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   692
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   693
When the -retain option is used, the setting will be used in this and future\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   694
runs of the jshell tool.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   695
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   696
The form without <mode> or -retain displays the current feedback mode and available modes.\n
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   697
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   698
help.set.mode = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   699
Create a user-defined feedback mode, optionally copying from an existing mode:\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   700
\n\t\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   701
/set mode <mode> [<old-mode>] [-command|-quiet|-delete]\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   702
Retain a user-defined feedback mode for future sessions:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   703
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   704
/set mode -retain <mode>\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   705
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   706
Delete a user-defined feedback mode:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   707
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   708
/set mode -delete [-retain] <mode>\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   709
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   710
Show feedback mode settings:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   711
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   712
/set mode [<mode>]\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   713
\n\
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   714
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
   715
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
   716
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
   717
'-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
   718
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   719
Once the new mode is created, use '/set format', '/set prompt' and '/set truncation'\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   720
to configure it.  Use '/set feedback' to use the new mode.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   721
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   722
When the -retain option is used, the mode (including its component prompt, format,\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   723
and truncation settings) will be used in this and future runs of the jshell tool.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   724
When both -retain and -delete are used, the mode is deleted from the current\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   725
and future sessions.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   726
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   727
The form without options shows the mode settings.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   728
When the <mode> is specified only the mode settings for that mode are shown.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   729
Note: the settings for the mode include the settings for prompt, format, and\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   730
truncation -- so these are displayed as well.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   731
Example:\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   732
/set mode myformat\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   733
shows the mode, prompt, format, and truncation settings for the mode myformat\n
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   734
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   735
help.set.prompt = \
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   736
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
   737
\n\t\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   738
/set prompt <mode> \"<prompt>\" \"<continuation-prompt>\"\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   739
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   740
Show the normal prompt and the continuation-prompts:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   741
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   742
/set prompt [<mode>]\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   743
\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   744
Where <mode> is the name of a previously defined feedback mode.\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   745
Where <prompt> and <continuation-prompt> are quoted strings printed as input prompts;\n\
42412
ca6f4f1914b2 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
rfield
parents: 41937
diff changeset
   746
Both may optionally contain '%%s' which will be substituted with the next snippet id --\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   747
note that what is entered may not be assigned that id, for example it may be an error or command.\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   748
The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   749
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   750
The form without <prompt> shows the currently set prompts.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   751
When the <mode> is specified only the prompts for that mode are shown.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   752
Example:\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   753
/set prompt myformat\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   754
shows the prompts set for the mode myformat\n
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   755
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   756
help.set.editor =\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   757
Specify the command to launch for the /edit command:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   758
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   759
/set editor [-retain] [-wait] <command>\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   760
\n\t\
41641
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   761
/set editor [-retain] -default\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   762
\n\t\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   763
/set editor [-retain] -delete\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   764
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   765
Retain the current editor setting for future sessions:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   766
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   767
/set editor -retain\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   768
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   769
Show the command to launch for the /edit command:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   770
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   771
/set editor\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   772
\n\
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   773
The <command> is an operating system dependent string.\n\
40598
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   774
The <command> may include space-separated arguments (such as flags)\n\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   775
If the -default option is specified, the built-in default editor will be used.\n\n\
41641
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   776
If the -delete option is specified, previous settings are ignored -- the editor\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   777
settings are initialized as when starting the jshell tool.  Specifically, if there\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   778
is a retained setting it is used (unless both -retain and -delete are specified --\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   779
which deletes the retained setting), if one of these environment variables is set\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   780
it will be used: JSHELLEDITOR, VISUAL, or EDITOR (in that order).  Otherwise the\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   781
built-in default editor will be used.\n\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   782
If <command> is specified, it will be used as the external editor. The <command>\n\
a628785b9dd9 8167637: jshell tool: /edit should use EDITOR setting
rfield
parents: 41635
diff changeset
   783
consists of the program and zero or more program arguments.  When <command>\n\
40598
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   784
is used, the temporary file to edit will be appended as the last argument.\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   785
Normally, edit mode will last until the external editor exits. Some external editors\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   786
will exit immediately (for example, if the edit window exists) either external editor\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   787
flags should be used to prevent immediate exit, or the -wait option should be used to\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   788
prompt the user to indicate when edit mode should end.\n\n\
821b945fc942 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield
parents: 40588
diff changeset
   789
Note: while in edit mode no command inputs are seen.  After leaving edit mode changes\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   790
to the edited snippets are not seen.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   791
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   792
When the -retain option is used, the setting will be used in this and future\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   793
runs of the jshell tool.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   794
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   795
The form without <command> or options shows the editor setting.\n
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   796
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   797
help.set.start =\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   798
Set the start-up configuration -- a sequence of snippets and commands read at start-up:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   799
\n\t\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   800
/set start [-retain] <file>...\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   801
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   802
/set start [-retain] -default\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   803
\n\t\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   804
/set start [-retain] -none\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   805
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   806
Retain the start-up configuration for future sessions:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   807
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   808
/set start -retain\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   809
\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   810
Show the start-up setting:\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   811
\n\t\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   812
/set start\n\
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   813
\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   814
The contents of the specified <file> become the start-up snippets and commands used\n\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   815
when the /reset, /reload, or /env commands are used in this session.\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   816
If instead the -default option is specified, the predefined start-up import\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   817
snippets will be used.\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   818
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
   819
or commands will be used.\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   820
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
   821
runs of the jshell tool use the command:\n\t\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   822
/set start -retain\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   823
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   824
When the -retain option is used, the setting will be used in this and future\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   825
runs of the jshell tool.\n\
38531
c449daa25b45 8157200: jshell tool: Add /retain command to persist settings
rfield
parents: 38520
diff changeset
   826
\n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   827
The form without <file> or options shows the start-up setting.\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   828
Note: if the start-up was last set from a file, this is shown with the\n\
44456
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   829
'set start' command followed by the contents of the file.\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   830
\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   831
The <file> may be an operating system file name, or one of the predefined\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   832
startup file names: DEFAULT, PRINTING, or JAVASE.\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   833
These are respectively: the default import snippets (as used by -default),\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   834
definitions of print(), println(), and printf() method snippets, or\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   835
imports of all Java SE packages.\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   836
More than one <file> may be specified, for example:\n\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   837
\n\t\
a3c153b95812 8177078: jshell tool: fix documentation of /help shortcuts
rfield
parents: 43859
diff changeset
   838
/set start -retain DEFAULT PRINTING
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents: 36718
diff changeset
   839
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   840
startup.feedback = \
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   841
/set mode verbose -command    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   842
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   843
/set prompt verbose '\\njshell> '   '   ...> '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   844
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   845
/set format verbose pre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   846
/set format verbose post '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   847
/set format verbose errorpre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   848
/set format verbose errorpost '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   849
\n\
37644
33cf53901cac 8154485: JShell: infrastructure for multi-Snippet class wrappers
rfield
parents: 37389
diff changeset
   850
/set format verbose errorline '{post}{pre}    {err}'    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   851
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   852
/set format verbose action 'created' added-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   853
/set format verbose action 'modified' modified-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   854
/set format verbose action 'replaced' replaced-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   855
/set format verbose action 'overwrote' overwrote-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   856
/set format verbose action 'dropped' dropped-primary    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   857
/set format verbose action '  update created' added-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   858
/set format verbose action '  update modified' modified-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   859
/set format verbose action '  update replaced' replaced-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   860
/set format verbose action '  update overwrote' overwrote-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   861
/set format verbose action '  update dropped' dropped-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   862
\n\
43766
498b07dcf851 8174262: Error message misspelling: "instanciated"
rfield
parents: 43367
diff changeset
   863
/set format verbose until ', however, it cannot be instantiated or its methods invoked until'   defined-class-primary    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   864
/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
   865
/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
   866
/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
   867
/set format verbose until ', however, it cannot be referenced until'                            notdefined-primary    \n\
43766
498b07dcf851 8174262: Error message misspelling: "instanciated"
rfield
parents: 43367
diff changeset
   868
/set format verbose until ' which cannot be instantiated or its methods invoked until'          defined-class-update    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   869
/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
   870
/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
   871
/set format verbose until ' which cannot be referenced until'                                   notdefined-update    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   872
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   873
/set format verbose unrerr '{unresolved} is declared'                                           unresolved1-error0    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   874
/set format verbose unrerr '{unresolved} are declared'                                          unresolved2-error0    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   875
/set format verbose unrerr ' this error is corrected: {errors}'                                 unresolved0-error1    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   876
/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
   877
/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
   878
/set format verbose unrerr ' these errors are corrected: {errors}'                              unresolved0-error2    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   879
/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
   880
/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
   881
\n\
41858
5843b57ce3a6 8167643: JShell: silently ignore access modifiers (as semantically irrelevant)
rfield
parents: 41852
diff changeset
   882
/set format verbose resolve '{until}{unrerr}'                                                   defined,notdefined-added,modified,replaced,used    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   883
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   884
/set format verbose typeKind 'class'                  class    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   885
/set format verbose typeKind 'interface'              interface    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   886
/set format verbose typeKind 'enum'                   enum    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   887
/set format verbose typeKind 'annotation interface'   annotation    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   888
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   889
/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
   890
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   891
/set format verbose display '{result}{pre}created scratch variable {name} : {type}{post}'    expression-added,modified,replaced-primary    \n\
41514
a75c2b869d8d 8167128: JShell: /drop of statement gives confusing output
rfield
parents: 41248
diff changeset
   892
/set format verbose display '{result}{pre}value of {name} : {type}{post}'                    varvalue-added,modified,replaced-primary    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   893
/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
   894
/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
   895
/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
   896
/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
   897
/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
   898
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   899
/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
   900
/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
   901
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   902
/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
   903
/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
   904
\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   905
/set truncation verbose 80\n\
38615
9221159d84fb 8157261: jshell tool: truncation for expressions is not consistent
rfield
parents: 38613
diff changeset
   906
/set truncation verbose 1000                                                                  varvalue,expression\n\
38513
0ae85633d035 8154812: jshell tool: value printing truncation
rfield
parents: 37745
diff changeset
   907
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   908
/set mode normal -command verbose    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   909
/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
   910
/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
   911
/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
   912
/set mode concise -quiet normal    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   913
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   914
/set prompt concise 'jshell> '   '   ...> '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   915
\n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   916
/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
   917
\n\
36718
bf40906bf49d 8151755: jshell tool: properly cover resolution issues in output configuration
rfield
parents:
diff changeset
   918
/set feedback normal    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   919
\n\
38539
71874886920f 8157517: jshell tool: allow undoing operations
rfield
parents: 38531
diff changeset
   920
/set mode silent -quiet    \n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   921
/set prompt silent '-> ' '>> '    \n\
41635
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   922
/set truncation silent 80\n\
cb3d04878117 8163840: jshell tool: provide way to display configuration settings
rfield
parents: 41514
diff changeset
   923
/set truncation silent 1000                                                                  varvalue,expression\n\
37389
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   924
/set format silent pre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   925
/set format silent post '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   926
/set format silent errorpre '|  '    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   927
/set format silent errorpost '%n'    \n\
9c137b83a8b8 8143955: JShell tool (UX): Output structure
rfield
parents: 37007
diff changeset
   928
/set format silent display ''    \n
44459
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   929
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   930
jshell.fix.wrong.shortcut =\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   931
Invalid <fix> character.  Use "i" for auto-import or "v" for variable creation.  For more information see:\n\
5224425af378 8177076: jshell tool: usability of completion
jlahoda
parents: 44456
diff changeset
   932
   /help shortcuts