Skip to content

Commit

Permalink
Acre 5.0.6+137 2019-02-26 12.45
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilLast committed Feb 26, 2019
1 parent e154df8 commit 33abe90
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion APLSource/_code-0/EditArray-11.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
zfixValue fqn type new
oldfqn:''
0=datwhichProject fqn:fqn
fqnlogMsg MS.DK,ifdat setChange fqn type new
fqnlogMsg MS.DS,ifdat setChange fqn type new

Phil 2018-10-17 12.53
}
1 change: 1 addition & 0 deletions APLSource/_code-0/allMessages-8.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
.DP'Startup - '
.DQ'Editing first valid item only: '
.DR'No valid items supplied'
.DS'⎕Saved: '

.EF'Comparing '
.EG'change changes'
Expand Down
2 changes: 1 addition & 1 deletion APLSource/_code-0/editFix-10.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(oldvalnewval2getValue,fqn): unchanged
typenameClass fqn
zdatputChange(new(fqn)dat.changed)fqn oldval type
zlogMsg MS.DK,dat setChange fqn type newval
zlogMsg MS.DS,dat setChange fqn type newval
⍺ probably missing
⍵ 'Start' or 'Close' or callback argument
← 0 for 'Start' and 'Close' - else none
Expand Down
3 changes: 2 additions & 1 deletion APLSource/_code-0/logMsg-8.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
hdnout{((' ')\'=')}''
dahd,ms
dtDT.(dt2fm ts2dt ⎕TS),' '
SV.errmsgs,da/'!'=¨da reset in userCmdRun
SV.errmsgs,da/'!'=¨da reset in userCmdRun
(z/da){1}/0,da/z''=¨da to session
ddMP.log{(1000),}dt,¨da
~_NEXISTS SV.logfile:ms
fd⎕UCS MS.HI ⎕UCS,/UT.EN,,UT.(CR LF)¨dd
Expand Down
13 changes: 12 additions & 1 deletion APLSource/_code-0/releaseNotes-80.aplf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
releaseNotes{2¨1¯1⎕NR⎕SI
Acre 5.0.6+135 2019-02-24 23.08
Acre 5.0.6+137 2019-02-26 12.45
Acre Desktop - Release Notes
============================
Expand All @@ -8,5 +8,16 @@
Keys required by acre are still "corrected" for case but others remain as
typed. However, required or not, multiple keys that resolve to the same
name when case is ignored will be reduced to the first alphabetically.
The "Saved: #.project.whatever" message issued from an edit is now sent
to the session in addition to the log window and file.
The default state of the message log window is now hidden.
]acre.log show
⎕UCMD'acre.log show'
or
⎕SE.acreAPI.log'show'
bring it into view and can be added to the "StartUp" parameter in
"acre.config" or a function already called thence.
-----------------------------
}
1 change: 0 additions & 1 deletion APLSource/_code-0/setEnvironment-8.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
SV.sessionstartsessionStart''
zeditFix'Start' sets other stuff in SV
zlogMsggetVersion''
zlogCtrl'show'
z⎕SE MS.FY _is_ setAPI''
##.run⎕THIS.codeHook
1:SV.setupcomplete1
Expand Down

0 comments on commit 33abe90

Please sign in to comment.