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

Commit

Permalink
[F] multiple fixes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
torocruzand committed Aug 31, 2021
1 parent 20fcfe7 commit ae59e66
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 388 deletions.
14 changes: 7 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.html linguist-detectable=true
*.json linguist-detectable=true

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

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

# Declare files that will always have LF line endings on checkout.
*.json text eol=CRLF
*.livecodescript text eol=CRLF
*.livecodescript text eol=CRLF
*.html text eol=CRLF
*.json text eol=LF
*.livecodescript text eol=LF
*.livecodescript text eol=LF
*.html text eol=LF

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

# Denote all files that are truly binary and should not be modified.
*.png binary
Expand Down
Binary file modified DevGuides Installer.livecode
Binary file not shown.
Loading

0 comments on commit ae59e66

Please sign in to comment.