Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit ae59e66

Browse files
committed
[F] multiple fixes
Loading the extension makes sure that no other version is running Improved moving objects by keyboard arrows when pressing the Control key The uninstaller makes sure that the extension folder is deleted
1 parent 20fcfe7 commit ae59e66

File tree

6 files changed

+383
-388
lines changed

6 files changed

+383
-388
lines changed

.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*.html linguist-detectable=true
55
*.json linguist-detectable=true
66

7-
# Set default behaviour, in case users don't have core.autocrlf set.
7+
# Set default behaviour, in case users don't have core.autoLF set.
88
* text=auto
99

1010
# Explicitly declare text files we want to always be normalized and converted
@@ -15,13 +15,13 @@
1515
*.html text
1616

1717
# Declare files that will always have LF line endings on checkout.
18-
*.json text eol=CRLF
19-
*.livecodescript text eol=CRLF
20-
*.livecodescript text eol=CRLF
21-
*.html text eol=CRLF
18+
*.json text eol=LF
19+
*.livecodescript text eol=LF
20+
*.livecodescript text eol=LF
21+
*.html text eol=LF
2222

23-
# These files are processed by cygwin+bash so make sure they don't end with CRLF
24-
prebuilt/versions/* text eol=CRLF
23+
# These files are processed by cygwin+bash so make sure they don't end with LF
24+
prebuilt/versions/* text eol=LF
2525

2626
# Denote all files that are truly binary and should not be modified.
2727
*.png binary

DevGuides Installer.livecode

-676 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)