Skip to content

Commit 64f4d64

Browse files
committed
Merge branch 'develop' of https://github.com/runrev/livecode into feature-canvas_path_arc_to
2 parents f1f5ecd + 7ef8a4f commit 64f4d64

5,309 files changed

Lines changed: 88103 additions & 109360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

builder/commercial.png

-18 KB
Loading

builder/community.png

-17.1 KB
Loading
-17.1 KB
Binary file not shown.

contrib/TextWrangler/LiveCodeBuilder.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ or equivalent.
358358
<array>
359359
<dict>
360360
<key>BBLMLanguageSuffix</key>
361-
<string>.mlc</string>
361+
<string>.lcb</string>
362362
</dict>
363363
</array>
364364
<key>Language Features</key>
@@ -408,4 +408,4 @@ or equivalent.
408408
)]]></string>
409409
</dict>
410410
</dict>
411-
</plist>
411+
</plist>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Name: XBrowser_Focus
2+
3+
Type: command
4+
5+
Syntax: XBrowser_Focus [<instanceId>]
6+
7+
Summary: Has no affect, included for backwards comptability
8+
9+
Introduced: 2.8.1
10+
11+
OS: mac,windows
12+
13+
Platforms: desktop
14+
15+
Security: network
16+
17+
Example:
18+
XBrowser_Focus tBrowserId
19+
20+
Parameters:
21+
instanceId: The integer identifier of a browser object
22+
23+
The result: The XBrowser_Focus command puts empty into the <result>.
24+
25+
Description:
26+
The <XBrowser_Focus> command has no effect and is included for backwards compatibility with older applications.
27+
28+
>*Note:* For general information on using the browser library, see the notes in the <revBrowserOpen function> reference.
29+
30+
References: XBrowser_Unfocus (command), revBrowserOpen (function), revBrowserOpen function (function), result (function)

docs/dictionary/command/XBrowser_Focus.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Name: XBrowser_Init
2+
3+
Type: command
4+
5+
Syntax: XBrowser_Init <username>, <password>
6+
7+
Summary: Is included for backwards compatibility and does nothing.
8+
9+
Introduced: 2.8.1
10+
11+
OS: mac,windows
12+
13+
Platforms: desktop
14+
15+
Security: network
16+
17+
Example:
18+
XBrowser_Init "myUsername", "myPassword"
19+
20+
Parameters:
21+
username:
22+
password:
23+
24+
Description:
25+
The <XBrowser_Init> command is included for backwards compatibility with altBrowser 2.x and 1.x. The command is no longer needed and calling it has no affect.
26+
27+
>*Note:* For general information on using the browser library, see the notes in the <revBrowserOpen function> reference.
28+
29+
References: revBrowserOpen (function), revBrowserOpen function (function)

docs/dictionary/command/XBrowser_Init.xml

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Name: XBrowser_Unfocus
2+
3+
Type: command
4+
5+
Syntax: XBrowser_Unfocus [<instanceId>]
6+
7+
Summary: Has no affect, included for backwards compatibility
8+
9+
Introduced: 2.8.1
10+
11+
OS: mac,windows
12+
13+
Platforms: desktop
14+
15+
Security: network
16+
17+
Example:
18+
XBrowser_Unfocus tBrowserId
19+
20+
Parameters:
21+
instanceId: The integer identifier of a browser object
22+
23+
The result: The <XBrowser_Unfocus> command puts empty into the <result>.
24+
25+
Description:
26+
The <XBrowser_Unfocus> command has no affect and is included for backwards compatibility with older applications.
27+
28+
>*Note:* For general information on using the browser library, see the notes in the <revBrowserOpen function> reference.
29+
30+
References: XBrowser_Focus (command), result (function), revBrowserOpen function (function)

docs/dictionary/command/XBrowser_Unfocus.xml

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

0 commit comments

Comments
 (0)