Skip to content

Commit f52b56a

Browse files
committed
remove pop method
1 parent 125740f commit f52b56a

File tree

16 files changed

+23
-100
lines changed

16 files changed

+23
-100
lines changed

Build/4DPop.dmg

4.77 KB
Binary file not shown.

Build/4DPop.zip

-13.6 KB
Binary file not shown.
-14.1 KB
Binary file not shown.

Build/Components/4DPop.4dbase/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2007-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>266</string>
9+
<string>269</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop</string>
1212
<key>CFBundleShortVersionString</key>
13-
<string>20R6</string>
13+
<string>20R7</string>
1414
<key>CFBundleGetInfoString</key>
15-
<string>20R6</string>
15+
<string>20R7</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R6 (265)</string>
17+
<string>20R7 (268)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop</string>
2020
</dict>
Binary file not shown.
Binary file not shown.

Build/Components/4DPop.4dbase/Resources/en.lproj/syntaxEN.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
{
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_": {},
263
"cs.pop": {
274
"database": {
285
"new()": {

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<key>NSHumanReadableCopyright</key>
77
<string>©vdl 2007-2024</string>
88
<key>CFBundleVersion</key>
9-
<string>267</string>
9+
<string>269</string>
1010
<key>CFBundleDisplayName</key>
1111
<string>4DPop</string>
1212
<key>CFBundleShortVersionString</key>
1313
<string>20R7</string>
1414
<key>CFBundleGetInfoString</key>
1515
<string>20R7</string>
1616
<key>CFBundleLongVersionString</key>
17-
<string>20R7 (266)</string>
17+
<string>20R7 (268)</string>
1818
<key>CFBundleName</key>
1919
<string>4DPop</string>
2020
</dict>

Project/Sources/Classes/database.4dm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,15 @@ Function isPluginAvailable($name : Text) : Boolean
230230
Function isWritable() : Boolean
231231

232232
var $writable : Boolean
233-
var $methodCalledOnError : Text
234233
var $file : 4D:C1709.File
235234

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
242242

243243
return $writable
244244

Project/Sources/Methods/DISPLAY 4DPOP STRIP.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If ($name#("$4DPop")) // Create a new process
2323

2424
Else
2525

26-
var strip : cs:C1710._4DPop
26+
COMPILER_MAIN
2727

2828
If (Structure file:C489=Structure file:C489(*))
2929

Project/Sources/Methods/pop.4dm

Lines changed: 0 additions & 3 deletions
This file was deleted.

Project/Sources/Methods/recoverWindow.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//%attributes = {"invisible":true,"shared":true}
1+
//%attributes = {"invisible":true}
22
// ----------------------------------------------------
33
// Method : 4DPop_RECOVER_WINDOW
44
// Created 22/05/08 by vdl

Project/Sources/folders.json

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
{
2-
"(# CLASSES)": {},
3-
"(♻️ Common)": {},
4-
"(📦 Current)": {},
5-
"(Classes_1)": {},
6-
"(classes)": {},
7-
"(hidden)": {},
8-
"(lib)": {},
9-
"(PRIVATE_1)": {},
10-
"(Private)": {},
11-
"(Public)": {},
12-
"(xml)": {},
132
"# 🚧 DEV": {
143
"methods": [
154
"00 DISPLAY STRIP",
165
"00_test"
176
]
187
},
19-
"#️⃣ API": {
20-
"methods": [
21-
"pop",
22-
"recoverWindow"
23-
]
24-
},
8+
"#️⃣ API": {},
259
"♻️ LIBRAIRIES": {
2610
"methods": [
2711
"noError"
@@ -51,7 +35,8 @@
5135
"methods": [
5236
"_STRIP_Controller",
5337
"DISPLAY 4DPOP STRIP",
54-
"INSTALL ACTIONS"
38+
"INSTALL ACTIONS",
39+
"recoverWindow"
5540
],
5641
"forms": [
5742
"ABOUT",
@@ -85,19 +70,5 @@
8570
"env"
8671
]
8772
},
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": {}
10374
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- MARKDOWN LINKS & IMAGES -->
2-
32
[release-shield]: https://img.shields.io/github/v/release/vdelachaux/4DPop?include_prereleases
43
[release-url]: https://github.com/vdelachaux/4DPop/releases/latest
54

@@ -16,6 +15,8 @@
1615
<br>
1716
[![release][release-shield]][release-url]
1817
[![license][license-shield]](LICENSE)
18+
<br>
19+
<img src="https://img.shields.io/github/downloads/vdelachaux/4DPop/total"/>
1920

2021
# <a name="overview">Overview</a>
2122

Resources/InfoPlist.strings

0 Bytes
Binary file not shown.

Resources/en.lproj/syntaxEN.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
{
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_": {},
263
"cs.pop": {
274
"database": {
285
"new()": {

0 commit comments

Comments
 (0)