Google Code Exporter
Google Code Exporter
``` Exactly my problem too... Most projects nowadays can't use something that's not on Maven Central Repo. Installig to the company repo doesn't help when BeansShell is a dependency of...
``` You could use Interpreter.getNameSpace().getAllNames(), returning a String-array. ``` Original comment by `[email protected]` on 16 Nov 2011 at 9:28
``` Ooopps, did not see that. Perfect thanks! ``` Original comment by `[email protected]` on 17 Nov 2011 at 12:00
``` That's easily done with jline. You can download the jar from: http://jline.sourceforge.net/index.html I assume you put your jars in /opt/lib. Run: java -cp /opt/lib/jline.jar:/opt/lib/bsh-2.1b5.jar jline.ConsoleRunner bsh.Interpreter Voila! Beanshell with...
``` Interesting. Thanks for the reply. I'll give this a shot. Any reason this functionality should not be bundle with BeanShell by default? Seems like a necessary feature, given the...
``` Well I guess many people don't run Beanshell in interactive mode (I don't), so it is no use to bloat the jar... Personally, I would prefer to keep it...
``` Fair enough. Thanks for the replies. ``` Original comment by `[email protected]` on 29 May 2012 at 2:22
``` It should show visible fields in addition to methods. ``` Original comment by `[email protected]` on 30 May 2012 at 5:21
``` Good idea. How about showing visible fields/methods with one tab and adding private fields/methods if a second tab is pressed? ``` Original comment by `[email protected]` on 9 Jul 2012...
``` It seems issue #63 is for the same feature. Link it here. Let's find a proper and common way to achieve this... http://code.google.com/p/beanshell2/issues/detail?id=63 ``` Original comment by `[email protected]` on...