Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Raul Miller
What does "update" mean here? I have updated everything in JAL, and am not seeing these features. Thank you, -- Raul On Wed, Sep 26, 2012 at 3:02 PM, Eric Iverson wrote: > JHS update available that provides jijs editor based on the CodeMirror > (www.codemirror.net) editor. > > The default jij

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Don Guinn
I just remember a lot of the coloring of various types of words in J6 and was speculating. Yes. It looks like it would be easy to add. Instead of seeing your message I was reading some of the documentation for CodeMirror. Looks like there is a lot it can do. On Wed, Sep 26, 2012 at 3:27 PM, Eric I

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Eric Iverson
I am confused by your comments on coloring. Are you seeing syntax coloring for =: =. strings comments and control words. It is quite easy to change the colors (see ~addons/ide/jhs/js/codemirror/j/jtheme.js) and it is easy to add other categories (j.js). On Wed, Sep 26, 2012 at 4:14 PM, Don Guinn

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Don Guinn
Looks good. Like the way indention is extended to following lines. Looks like the coloring control words etc. ready to be added. Lots more to explore now. On Wed, Sep 26, 2012 at 2:08 PM, Eric Iverson wrote: > Great. And thanks for the detailed bug report that made it obvious to > me what the tro

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Eric Iverson
Great. And thanks for the detailed bug report that made it obvious to me what the trouble was. As aways, comments welcome. Is this an improvement? Will this encourage your use of JHS? On Wed, Sep 26, 2012 at 4:06 PM, Don Guinn wrote: > Works now. Thanks. > > On Wed, Sep 26, 2012 at 2:03 PM, Eric

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Don Guinn
Works now. Thanks. On Wed, Sep 26, 2012 at 2:03 PM, Eric Iverson wrote: > I have fixed the manifest to include the codemirror files in the > update. Please update again to the latest. > > On Wed, Sep 26, 2012 at 3:58 PM, Eric Iverson > wrote: > > Thanks for the report. Those files should be incl

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Eric Iverson
I have fixed the manifest to include the codemirror files in the update. Please update again to the latest. On Wed, Sep 26, 2012 at 3:58 PM, Eric Iverson wrote: > Thanks for the report. Those files should be included in the update so > it looks like I made a mistake in the manifest. I'll try to s

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Eric Iverson
Thanks for the report. Those files should be included in the update so it looks like I made a mistake in the manifest. I'll try to sort this out right away. On Wed, Sep 26, 2012 at 3:56 PM, Don Guinn wrote: > Upgraded J. Selected JIJS. Got the following error: > |domain error: gsrcf > | htmlres

Re: [Jprogramming] JHS update - improved editor - CodeMirror

2012-09-26 Thread Don Guinn
Upgraded J. Selected JIJS. Got the following error: |domain error: gsrcf | htmlresponse y,~gsrchead rplc'';x;'';":#y *** response not sent for ~addons/ide/jhs/js/codemirror/codemirror.css *** html409 Conflict On the ijs form the popup error box says: "ev_body_load failed: ReferenceError: Cod

Re: [Jprogramming] another example of 'under'

2012-09-26 Thread Boyko Bantchev
On 26 September 2012 15:39, Henry Rich wrote: > +&.% is the operation for combining parallel electrical resistances, another > example that immediately demonstrates the associativity. Indeed! I had the vague feeling I know this formula from somewhere else but it evaded me where. > (w:h) ...

Re: [Jprogramming] deoptim and lbfgs minimization

2012-09-26 Thread bill lam
I guess you need not known the meaning of LASTIN because it is just an arbitary global noun for holding the last input arguments. Lapack does not work in linux64 becuase the lapack.so in that addons is 32-bit only. Срд, 26 Сен 2012, slocklin писал(а): > > I'm pretty familiar with lbfgs and lbfgs

Re: [Jprogramming] deoptim and lbfgs minimization

2012-09-26 Thread slocklin
I'm pretty familiar with lbfgs and lbfgsb and wouldn't mind having a crack at this. It looks straightforward to do, but I am stumped as to what LASTIN means. The only other place where this word is mentioned is in Lapack, and those don't work on my 64 bit Linux machine. -Scott So you have moved

Re: [Jprogramming] another example of 'under'

2012-09-26 Thread Henry Rich
+&.% is the operation for combining parallel electrical resistances, another example that immediately demonstrates the associativity. (Come to think of it, if you calculate the resistance using the method of tracing squares, resistance and aspect ratio are entirely dual concepts) Henry Rich

[Jprogramming] another example of 'under'

2012-09-26 Thread Boyko Bantchev
Here is a nice and very simple example of 'under' I don't recall being mentioned in the docs or in the forums. Place two rectangles one beside the other, stretching them as needed but preserving their aspect ratios, so that the left side of the one coincides with the right side of the other. If