Session Manager: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
Line 11: Line 11:
* Each function's undo buffer is saved with the function for reuse the next time that function is edited.
* Each function's undo buffer is saved with the function for reuse the next time that function is edited.
* All function's undo buffers are saved with the workspace for reuse on the next load.
* All function's undo buffers are saved with the workspace for reuse on the next load.
==Keyboard Mapping==
The mapping of APL characters to the keyboard is similar to that of APL+Win, although other keyboard mappings may be supported in the future.  To see a graphic display of the current keyboard, take a look at [http://www.sudleyplace.com/APL/Keyboard.ahtml NARS2000 Keyboard].


==Installing Uniscribe==
==Installing Uniscribe==

Revision as of 23:40, 21 July 2008

The Session Manager is similar to the one in APL+Win (which was modeled after an old product of mine, TallScreen).

Features

  • The cursor may move about the screen changing text as desired. If you press Enter on a line, the original text of that line is restored, the changed line is copied to a new line at the bottom of the screen buffer and executed.
  • Text may be selected with the mouse and copied using Ctrl-C or Copy from the Context (right-click) or Edit menus.
  • Text may be pasted into the Session Manager from various formats. If the source text is all Unicode, Ctrl-V or Paste from the Context or Edit menus may be used. If the source text includes APL characters in a format different from Unicode, try one of the options in the Paste APL choice from the Context or Edit menus. Text coming from the ISO Extended APL Standard, APL+Win, APL2, and PC/3270 is supported. If you know of other systems that use a character mapping not covered by these choices, please let us know by sending a message on one of the forums.
  • Multiple workspaces may be open at the same time by used of tabs along the top of the Session Manager window. Click on a tab to bring the corresponding workspace to the forefront.
  • Workspaces are saved as plain text ASCII files with an extension of .ws.nars.
  • To invoke the function editor, type by itself, or followed by a name, or )EDIT by itself, or )EDIT followed by a name, or double-right-click on a function name in the session manager or function editor windows.
  • The function editor supports a multilevel Undo. That is, pressing Ctrl-Z reverts back to the previous text.
  • Each function's undo buffer is saved with the function for reuse the next time that function is edited.
  • All function's undo buffers are saved with the workspace for reuse on the next load.

Keyboard Mapping

The mapping of APL characters to the keyboard is similar to that of APL+Win, although other keyboard mappings may be supported in the future. To see a graphic display of the current keyboard, take a look at NARS2000 Keyboard.

Installing Uniscribe

This facility is part of Windows and is needed to implement Font Fallback. This latter feature substitutes a glyph from one font when the original font does not have that glyph. For example, in NARS2000 Alt-f displays an Infinity symbol () only if you have Uniscribe installed; otherwise is shows an empty box to indicate that the glyph is missing in the chosen screen font.

To install Uniscribe, bring up the Control Panel, double-click on the "Regional and Language Options" icon, then click on the "Languages" tab to show something like

Regional and Languages Options

Check the indicated box (you'll get a message box, click OK on it), then click OK again and dig out your OS install disk. Point to the System32 directory on your OS install disk and finish the installation. Finally, reboot your system.

System Commands