From c159fe69d63f73bf0522621581f7940fa85db644 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Oct 2004 12:49:46 +0000 Subject: INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED 2004/07/23 09:55:18 dfoster 1.2.40.1: #i30606# Add descriptions to code in examples. --- scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh index de80491db99e..5311882c1be3 100755 --- a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh +++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh @@ -1,2 +1,4 @@ +//Pops up a window into which you can type BeanShell code and run it +//against the current document editor(); return 0; -- cgit