You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new function is created, we invoke Link.EditorFix via an AfterFix event.
We will like to have a file stored in root of the linked repository folder. The file shall be linked to the new APL function in workspace.
Seen from Git, this file will the be "untracked".
Note: We use "flatten" and save individual APL functions ( 3=⎕NC) in separate text files.
The text was updated successfully, but these errors were encountered:
mkromberg
changed the title
Create a new APL function in editor ought to save an "untracked" file on disk (using flatten option)
With "flatten", creating a new APL function in editor should create file in linked root folder
Apr 10, 2019
When a new function is created, we invoke Link.EditorFix via an AfterFix event.
We will like to have a file stored in root of the linked repository folder. The file shall be linked to the new APL function in workspace.
Seen from Git, this file will the be "untracked".
Note: We use "flatten" and save individual APL functions ( 3=⎕NC) in separate text files.
The text was updated successfully, but these errors were encountered: