Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Jan 3, 2024
1 parent 61dbfd0 commit 74c0404
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
31 changes: 30 additions & 1 deletion Project/Sources/Classes/inputDelegate.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,37 @@ Function set filter($filter)

Else

OBJECT SET FILTER:C235(*; This:C1470.name; String:C10($filter))
$filter:=String:C10($filter)

Case of

//______________________________________________________
: ($filter="email")

OBJECT SET FILTER:C235(*; This:C1470.name; "&\"a-z;0-9;@;.;-;_\"")

//______________________________________________________
: ($filter="url")

OBJECT SET FILTER:C235(*; This:C1470.name; "&\"a-z;0-9;@;.;-;_;:;#;%;/;?;=\"")

//______________________________________________________
: ($filter="noSpaceNorCr")

OBJECT SET FILTER:C235(*; This:C1470.name; "&\"!-ÿ\"")

//______________________________________________________
: ($filter="noCr")

OBJECT SET FILTER:C235(*; This:C1470.name; "&\" -ÿ\"")

//______________________________________________________
Else

OBJECT SET FILTER:C235(*; This:C1470.name; $filter)

//______________________________________________________
End case
End if

// <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <== <==
Expand Down
22 changes: 22 additions & 0 deletions Project/Sources/dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"dependencies": {
"4DPop": {},
"4DPop AppMaker": {},
"4DPop Bookmarks": {},
"4DPop Clipboard": {},
"4DPop ColorChart": {},
"4DPop Commands": {},
"4DPop Constants-Editor": {},
"4DPop Git": {},
"4DPop Image-Buddy": {},
"4DPop KeepIt": {},
"4DPop Macros": {},
"4DPop Pasteboard": {},
"4DPop QuickOpen": {},
"4DPop Rulers": {},
"4DPop sqlSchemas": {},
"4DPop Window": {},
"4DPop XLIFF-Pro": {}
}
}

0 comments on commit 74c0404

Please sign in to comment.