File tree Expand file tree Collapse file tree 16 files changed +23
-100
lines changed Expand file tree Collapse file tree 16 files changed +23
-100
lines changed Original file line number Diff line number Diff line change 6
6
<key >NSHumanReadableCopyright </key >
7
7
<string >©vdl 2007-2024 </string >
8
8
<key >CFBundleVersion </key >
9
- <string >266 </string >
9
+ <string >269 </string >
10
10
<key >CFBundleDisplayName </key >
11
11
<string >4DPop </string >
12
12
<key >CFBundleShortVersionString </key >
13
- <string >20R6 </string >
13
+ <string >20R7 </string >
14
14
<key >CFBundleGetInfoString </key >
15
- <string >20R6 </string >
15
+ <string >20R7 </string >
16
16
<key >CFBundleLongVersionString </key >
17
- <string >20R6 (265 ) </string >
17
+ <string >20R7 (268 ) </string >
18
18
<key >CFBundleName </key >
19
19
<string >4DPop </string >
20
20
</dict >
Original file line number Diff line number Diff line change 1
1
{
2
- "_method_" : {
3
- "pop" : {
4
- "Syntax" : " **pop**() : 4D.Class" ,
5
- "Params" : [
6
- [
7
- " " ,
8
- " 4D.Class" ,
9
- " <-"
10
- ]
11
- ],
12
- "Summary" : " "
13
- },
14
- "recoverWindow" : {
15
- "Syntax" : " **recoverWindow**( *resize* : Boolean )" ,
16
- "Params" : [
17
- [
18
- " resize" ,
19
- " Boolean" ,
20
- " ->"
21
- ]
22
- ],
23
- "Summary" : " "
24
- }
25
- },
2
+ "_method_" : {},
26
3
"cs.pop" : {
27
4
"database" : {
28
5
"new()" : {
Original file line number Diff line number Diff line change 6
6
<key >NSHumanReadableCopyright </key >
7
7
<string >©vdl 2007-2024 </string >
8
8
<key >CFBundleVersion </key >
9
- <string >267 </string >
9
+ <string >269 </string >
10
10
<key >CFBundleDisplayName </key >
11
11
<string >4DPop </string >
12
12
<key >CFBundleShortVersionString </key >
13
13
<string >20R7 </string >
14
14
<key >CFBundleGetInfoString </key >
15
15
<string >20R7 </string >
16
16
<key >CFBundleLongVersionString </key >
17
- <string >20R7 (266 ) </string >
17
+ <string >20R7 (268 ) </string >
18
18
<key >CFBundleName </key >
19
19
<string >4DPop </string >
20
20
</dict >
Original file line number Diff line number Diff line change @@ -230,15 +230,15 @@ Function isPluginAvailable($name : Text) : Boolean
230
230
Function isWritable () : Boolean
231
231
232
232
var $writable : Boolean
233
- var $methodCalledOnError : Text
234
233
var $file : 4D:C1709 .File
235
234
236
- $methodCalledOnError := Method called on error:C704
237
- ON ERR CALL:C155 (Formula:C1597 (noError).source )
238
- $file := This:C1470 .databaseFolder .file ("._" )
239
- $writable := $file .create ()
240
- $file .delete ()
241
- ON ERR CALL:C155 ($methodCalledOnError )
235
+ Try
236
+
237
+ $file := This:C1470 .databaseFolder .file ("._" )
238
+ $writable := $file .create ()
239
+ $file .delete ()
240
+
241
+ End try
242
242
243
243
return $writable
244
244
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ If ($name#("$4DPop")) // Create a new process
23
23
24
24
Else
25
25
26
- var strip : cs :C1710 . _4DPop
26
+ COMPILER_MAIN
27
27
28
28
If (Structure file:C489= Structure file:C489 (* ))
29
29
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- // %attributes = {"invisible":true,"shared":true }
1
+ // %attributes = {"invisible":true}
2
2
// ----------------------------------------------------
3
3
// Method : 4DPop_RECOVER_WINDOW
4
4
// Created 22/05/08 by vdl
Original file line number Diff line number Diff line change 1
1
{
2
- "(# CLASSES)" : {},
3
- "(♻️ Common)" : {},
4
- "(📦 Current)" : {},
5
- "(Classes_1)" : {},
6
- "(classes)" : {},
7
- "(hidden)" : {},
8
- "(lib)" : {},
9
- "(PRIVATE_1)" : {},
10
- "(Private)" : {},
11
- "(Public)" : {},
12
- "(xml)" : {},
13
2
"# 🚧 DEV" : {
14
3
"methods" : [
15
4
" 00 DISPLAY STRIP" ,
16
5
" 00_test"
17
6
]
18
7
},
19
- "#️⃣ API" : {
20
- "methods" : [
21
- " pop" ,
22
- " recoverWindow"
23
- ]
24
- },
8
+ "#️⃣ API" : {},
25
9
"♻️ LIBRAIRIES" : {
26
10
"methods" : [
27
11
" noError"
51
35
"methods" : [
52
36
" _STRIP_Controller" ,
53
37
" DISPLAY 4DPOP STRIP" ,
54
- " INSTALL ACTIONS"
38
+ " INSTALL ACTIONS" ,
39
+ " recoverWindow"
55
40
],
56
41
"forms" : [
57
42
" ABOUT" ,
85
70
" env"
86
71
]
87
72
},
88
- "trash" : {
89
- "groups" : [
90
- " (# CLASSES)" ,
91
- " (♻️ Common)" ,
92
- " (📦 Current)" ,
93
- " (Classes_1)" ,
94
- " (classes)" ,
95
- " (hidden)" ,
96
- " (lib)" ,
97
- " (PRIVATE_1)" ,
98
- " (Private)" ,
99
- " (Public)" ,
100
- " (xml)"
101
- ]
102
- }
73
+ "trash" : {}
103
74
}
Original file line number Diff line number Diff line change 1
1
<!-- MARKDOWN LINKS & IMAGES -->
2
-
3
2
[ release-shield ] : https://img.shields.io/github/v/release/vdelachaux/4DPop?include_prereleases
4
3
[ release-url ] : https://github.com/vdelachaux/4DPop/releases/latest
5
4
16
15
<br >
17
16
[ ![ release] [ release-shield ]] [ release-url ]
18
17
[ ![ license] [ license-shield ]] ( LICENSE )
18
+ <br >
19
+ <img src =" https://img.shields.io/github/downloads/vdelachaux/4DPop/total " />
19
20
20
21
# <a name =" overview " >Overview</a >
21
22
Original file line number Diff line number Diff line change 1
1
{
2
- "_method_" : {
3
- "pop" : {
4
- "Syntax" : " **pop**() : 4D.Class" ,
5
- "Params" : [
6
- [
7
- " " ,
8
- " 4D.Class" ,
9
- " <-"
10
- ]
11
- ],
12
- "Summary" : " "
13
- },
14
- "recoverWindow" : {
15
- "Syntax" : " **recoverWindow**( *resize* : Boolean )" ,
16
- "Params" : [
17
- [
18
- " resize" ,
19
- " Boolean" ,
20
- " ->"
21
- ]
22
- ],
23
- "Summary" : " "
24
- }
25
- },
2
+ "_method_" : {},
26
3
"cs.pop" : {
27
4
"database" : {
28
5
"new()" : {
You can’t perform that action at this time.
0 commit comments