Menu

#3538 BufferSet Scope - cannot be changed via actions

closed-fixed
None
8
2011-06-08
2011-05-29
No

When I try to change the bufferset scope via main menu "View -> Buffer Sets -> xxx scope" or via action bar (i.e. "global-bufferset") I get a Beanshell error - see below. Changing the scope via status line works well.

jEdit 4.5pre1 Daily 05-20 (reported by another guy for jEdit 4.4pre1 also)
SUN Java 1.6.0_24
WinXP SP3

Here's the Beanshell error:
Error in method invocation: Method setBufferSetScope( org.gjt.sp.jedit.bufferset.BufferSet$Scope ) not found in class'org.gjt.sp.jedit.EditPane' : at Line: 4 : in file: inline evaluation of: ``__runCachedMethod(ns) { this.callstack.set(0,ns); editPane.setBufferSetScope( . . . '' : editPane .setBufferSetScope ( BufferSet .Scope .view )

at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:77)
at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)

Discussion

  • Alan Ezust

    Alan Ezust - 2011-06-08
    • milestone: --> Regressive (new to devel)
    • priority: 5 --> 8
     
  • Alan Ezust

    Alan Ezust - 2011-06-08
    • assigned_to: nobody --> ezust
    • status: open --> closed-fixed
     
  • Alan Ezust

    Alan Ezust - 2011-06-08

    Committed 19547.

     

Log in to post a comment.