beanshell / beanshell

Beanshell scripting language
Apache License 2.0
845 stars 182 forks source link

JConsole uses incorrect algorithm for Prompt searching #292

Open sourceforge-issue-exporter opened 20 years ago

sourceforge-issue-exporter commented 20 years ago

Sun Java 1.4.2. As far as I understand, text.getText().substring(a,...) is not the same as text.getText(a,..). Command completion does not work because of this.

To reproduce, start bsh GUI, type 'p', 'r', then press TAB many times in the BSH workspace window. Output will be slowly changing color with every TAB click. Some time after you'll get an exception.

Reported by: *anonymous

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

nickl- commented 1 year ago

This is related to #104 I can't imagine this is still an issue but getting the gui to run without javax.swing is a bigger challenge.