Skip to content

Commit

Permalink
log event
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Dec 9, 2024
1 parent f584989 commit 84497c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Project/Sources/Classes/beautifier.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Class extends macro

Class constructor()

LOG EVENT:C667(Into system standard outputs:K38:9; "MACROS constructor"; Error message:K38:3)

var $t : Text
var $c : Collection
var $file : 4D:C1709.File
Expand Down Expand Up @@ -63,7 +65,7 @@ Class constructor()
"splitLiterals"\
])

This:C1470.options[$t]:=This:C1470.options[$t]#Null:C1517 ? This:C1470.options[$t] : True:C214
This:C1470.options[$t]:=This:C1470.options[$t] ? This:C1470.options[$t] : True:C214

End for each

Expand Down Expand Up @@ -181,6 +183,8 @@ Class constructor()
// === === === === === === === === === === === === === === === === === === === === === === === === === ===
Function beautify()

LOG EVENT:C667(Into system standard outputs:K38:9; "MACROS beautify()"; Error message:K38:3)

var $line; $raw : Text

var $code : Text:=This:C1470.withSelection ? This:C1470.highlighted : This:C1470.method
Expand Down Expand Up @@ -457,6 +461,8 @@ A comment line is preceded by an empty line if:
// === === === === === === === === === === === === === === === === === === === === === === === === === ===
Function before($code : Text) : Text

LOG EVENT:C667(Into system standard outputs:K38:9; "MACROS before()"; Error message:K38:3)

var $pattern; $t : Text

// Mark:Use var instead of (_o_)C_xxx
Expand Down Expand Up @@ -522,6 +528,8 @@ Function before($code : Text) : Text
// === === === === === === === === === === === === === === === === === === === === === === === === === ===
Function after() : Text

LOG EVENT:C667(Into system standard outputs:K38:9; "MACROS after()"; Error message:K38:3)

var $t : Text
var $indx : Integer

Expand Down
2 changes: 2 additions & 0 deletions Project/Sources/Classes/macro.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Function setHighlightedText($text : Text)
// === === === === === === === === === === === === === === === === === === === === === === === === === ===
Function paste($text : Text; $useSelection : Boolean)

LOG EVENT:C667(Into system standard outputs:K38:9; "MACROS paste()"; Error message:K38:3)

var $i : Integer

If (Count parameters:C259>=2)
Expand Down

0 comments on commit 84497c3

Please sign in to comment.