Open
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