[E-Lang] some E oddness AND Announcement of the E bug tracking system.

Marc Stiegler marcs@skyhunter.com
Fri, 7 Sep 2001 14:16:02 -0700


> ah excellent. Thank you. One issue after this I'm having trouble with
> is that JPanel__quasiParser isn't in my scope either. I see it in
> org.erights.ex.swing.JPanel__quasiParser.emaker but am unsure of how to
> import it into my scope.
>
> def JPanel := <import:org.erights.ex.swing.JPanel__quasiParser>
>
> or other variants I've tried aren't doing the trick.

For the newest variants of E,

def JPanel__quasiParser := <import:org.erights.ex.swing.JPanelQParserMaker>
new(awt__uriGetter, swing__uriGetter)

does the trick. Eventually, when CapWT is done, JPanel will be marked
"safe", and will always be in scope, even in fully confined emakers. Steve,
I presume you are using emakers here, because in simple E programs
JPanel__quasiParser always is in scope.

--marcs