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 <[email protected]> wrote: > 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 <[email protected]>wrote: > >> 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 <[email protected]> wrote: >> > Works now. Thanks. >> > >> > On Wed, Sep 26, 2012 at 2:03 PM, Eric Iverson <[email protected] >> >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 <[email protected] >> > >> >> 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 sort this >> >> > out right away. >> >> > >> >> > On Wed, Sep 26, 2012 at 3:56 PM, Don Guinn <[email protected]> >> wrote: >> >> >> Upgraded J. Selected JIJS. Got the following error: >> >> >> |domain error: gsrcf >> >> >> | htmlresponse y ,~gsrchead rplc'<TYPE>';x;'<LENGTH>';":#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: CodeMirror is not defined" >> >> >> >> >> >> This is running under Chrome VISTA 32 bit. >> >> >> >> >> >> Went to CodeMirror site. Downloaded the latest version, but no >> >> >> documentation on installing it. Looks like it can be put anywhere and >> >> >> simply fix the script src statement, but where does J expect it to >> be? >> >> >> >> >> >> >> >> >> On Wed, Sep 26, 2012 at 1:02 PM, Eric Iverson < >> [email protected] >> >> >wrote: >> >> >> >> >> >>> JHS update available that provides jijs editor based on the >> CodeMirror >> >> >>> (www.codemirror.net) editor. >> >> >>> >> >> >>> The default jijs editor is CodeMirror. To get the previous html >> >> >>> textarea editor do: load'~addons/ide/jhs/jijsta.ijs' >> >> >>> >> >> >>> CodeMirror is a big improvement over the previous html textarea >> >> >>> editor. It provides undo/redo, line numbers, and syntax coloring. >> The >> >> >>> Ctrl+srzy shortcuts are supported for save/run/undo/redo as well as >> >> >>> the menu commands and the esc shortcuts. >> >> >>> >> >> >>> There is quite a bit more that can be done with CodeMirror if there >> is >> >> >>> sufficient interest. >> >> >>> >> >> >>> I find that I am increasingly using JHS running on remote cloud >> >> >>> servers and having a better editor improves work flow considerably. >> >> >>> >> >> >>> I also find that using SSH tunnel to provide secure JHS usage is >> easy >> >> >>> and effective. SSH to your remote system with a tunnel that maps a >> >> >>> local port to a remote local JHS port. Start JHS and you can access >> it >> >> >>> securely through the tunnel. >> >> >>> >> >> >>> J development on the cloud is a secure joy with JHS/SSH/CodeMirror. >> >> >>> >> ---------------------------------------------------------------------- >> >> >>> For information about J forums see >> http://www.jsoftware.com/forums.htm >> >> >>> >> >> >> >> ---------------------------------------------------------------------- >> >> >> For information about J forums see >> http://www.jsoftware.com/forums.htm >> >> ---------------------------------------------------------------------- >> >> For information about J forums see http://www.jsoftware.com/forums.htm >> >> >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
