Skip to content

Programmatically add to command history #405

Open
@sourceforge-issue-exporter

Description

I would like the following method added to JConsole:

public void addHistory(String s)
{
history.addElement(s);
}

I use BeanShell console as a control shell for
specialized applications. This method allows me to
pre-load the command history with commands needed for
those apps.

Reported by: citibob

Original Ticket: "beanshell/bugs/267":https://sourceforge.net/p/beanshell/bugs/267

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions