You probably (as you already suggest) want to use a local editor that is external to JHS for script development. I use gedit but any editor would do. There is a simple project manager that is documented in JHS jhelp. You do have to do the load after editing, but sp makes this a bit easier.
On Thu, Dec 29, 2011 at 3:31 PM, Alexander Epifanov <[email protected]>wrote: > Hello, > I found JHS is very interesting and decided to make my first > application on JHS/AJAX. > > The first question: > How to develop in JHS? I found that jfile is not the best editor. I > suppose it is possible to edit file by vim, should I do load'file' > every time I made modification or could be done automatically by JHS? > > Are there any tools to fill blocks in HTML? Let me show an example: > > vals = 'aa',:'bb' > > rows = ('<tr><td>'&, @: ,&'</td></tr>')"1 vals > > HBS =: 0 : 0 > '<table>' > '<rows>' > '</table>' > ) > > create =: 'test'jhr'rows';rows > > Maybe where is a build in function in JHS to define something like that? > HBS =: 0 : 0 > '<table>' > '<block><tr><td><vals></td></tr></block>' > '</table>' > ) > > create =: 'test'smth_like_jhr'vals';vals > > Thank you. > -- > Regards, > Alexander. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
