THE WELCH COMPANY
440 Davis Court #1602
San Francisco, CA 94111-2496
415 781 5700
rodwelch@pacbell.net


S U M M A R Y


DIARY: December 1, 1998 12:33 PM Tuesday; Rod Welch

Improve Enter key to open linked files in Editor using HTML.

1...Summary/Objective
2...060510 Add Feature to Open File in Editor File with HTML Link


..............
Click here to comment!

CONTACTS 

SUBJECTS
Enter Key
<Enter> for General Purpose Access, 910705
Open Linked Files from Editor using HTML
HTML Anchor Spec for Link Anchor

0906 -
0906 -    ..
0907 - Summary/Objective
0908 -
090801 - Follow up ref SDS 6 0000, ref SDS 5 0000.
090802 -
090803 - Enhanced the link locator feature of Editor files, so we can use
090804 - Enter, double clicking, or F1 F5 to open the source file of a link in
090805 - an Editor file.
090806 -
090807 -
090808 -
090810 -  ..
0909 -
0910 -
0911 - Planning
0912 -
091201 - We created a feature on 981121 to enter HTML format links in the
091202 - Editor from other editor files and from SDS records. ref SDS 8 9396
091204 -  ..
091205 - Now I need a way for Enter and double clicking to open the source file
091206 - for the link in the Editor file, as an adjunct to F1 F5 for opening
091207 - finding macro redirection commands.
091208 -
091209 -
091211 -  ..
0913 -
0914 -
0915 - Progress
0916 -
091601 - 060510  Add Feature to Open File in Editor File with HTML Link
091602 -
091603 - Follow up ref SDS 7 2659.
091604 -
091605 - On 980519 created 06051 to find cross-links within an Editor file....
091606 - ref SDS 7 2659
091608 -  ..
091609 - Today, I want this code to also open a linked file and find the
091610 - location at the address in an HTML link command.
091611 -
091612 -      Seems like we cannot figure out which file to open if the target
091613 -      file is a current SDS record, since the HTML link uses the full
091614 -      SDS date structure for an archived record.
091616 -       ..
091617 -      Need an error message for this condition.  It is not a big deal
091618 -      because we can get these files fairly easily.
091620 -  ..
091621 - Line 130, ref OF 1 4475, -label olffh, added new code to open the
091622 - target file and position the anchor line, if any in the center of the
091623 - screen.
091625 -  ..
091626 - Line 170, ref OF 1 3766, -label cIsetup, this is where we capture the
091627 - link specification, either < only or NAME=
091629 -  ..
091630 - Changed this code today.  Add evaluation of whether there is an "A" or
091631 - "a" and a space, which means this is not an anchor spec, but an HTML
091632 - linked file command.
091633 -
091634 -
091635 -
091636 -
091637 -
0917 -
0918 -