The problem with source tab not refreshing is fixed. As regards updating the project source list, part of the problem is that when adding a new script, you may also need to take into account its position in the list. Usually I have two or three scripts at the beginning that must be loaded in a given order, and the rest in alphabetical order.
What is probably needed is a dialog with two file lists like the library tab in the J6 project manager. This would have files not in project source, and files in project source, with left/right arrows to move files between the lists, and up/down arrows to rearrange the order of the source files. I won't be able to look at this right now. On Fri, Jan 14, 2011 at 5:47 AM, Tikkanz <[email protected]> wrote: > Creating a new script and adding it to the list of source scripts for > a project seems a bit clumsy presently. AFAICS the user needs to > manually edit the .proj file to add the name of the new script. Then > there doesn't seem to be a straightforward way to "refresh/reload" a > project to update the Sidebar "Source" tab. One option I have found is > to click the icon "Open last project" twice, which works but isn't > very obvious/discoverable. > > Some ideas: > * hook up the refresh button on the Sidebar source tab to "refresh" > the tab contents. > * add a button to the Sidebar source tab that adds the current > script tab to the .proj file and "refreshes" the Sidebar source tab. > * the last could eventually extended to enable dragging a script tab > to the Sidebar source tab to add it to the project source. > * Add another menu item to the File menu "New project source" or > similar, that would create a new script and automatically add it to > the .proj and refresh the Sidebar source tab. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
