Thanks for the feedback. Answers in-line below:

On Sat, Mar 2, 2013 at 9:47 AM, Ric Sherlock <[email protected]> wrote:

> Add Undo/Redo to the Edit menu. (Maybe toolbar too?).
>

Done for the edit window menu.

Currently you can undo past the beginning state of the document when it was
> opened. i.e. if you open a script in a tab and press Ctrl+z then all the
> contents of the script are removed. This shouldn't be possible. (Note that
> it is possible to use Shift+Ctrl+z to get the contents back).
>

Fixed.

>
> The Project|Run Project  and  Project|Build  menu items are currently
> grayed-out for me. Is this just because they haven't been "hooked up" yet?
>

This should be because you have not opened a project.


> Label for the tab - currently this expands to show the full relative path
> to the script. This means the number of tabs that can be displayed at once
> is relatively low. A solution other editors use is to show only the file
> name in the tab, but if you mouse-over the tab, the full relative path is
> displayed (along with other info if desirable).
>

If a project is opened, then tabs show names relative to the project.

>
> Currently if you open a new tab, it is always added to the far left of the
> list of currently open tabs, irrespective of which tab is currently active.
> This is not the expected behavior in most other apps I'm familiar with
> (browsers/editors) which all add the new tab to the far right, or (even
> better IMO) the immediate right of the currently selected tab.
>

Unfortunately, other apps get this wrong, and the new tab should be on the
left. However
a new option OpenTabAt has been added to let you select the behavior of
other apps.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to