Giter VIP home page Giter VIP logo

livecode-sublimetext's People

Contributors

keith-hall avatar macmikey avatar trevordevore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

livecode-sublimetext's Issues

Why Python instead of LC?

Hi, out of curiosity.

You choose Python because is better suite to parser text than LC or just because it simplify the Package installation on Sublime?.

Thanks.

"clairvoyance" is autofilling for end if, not just if.

I cannot post a quicktime movie of what is happening. I paid closer attention this time, and what is happening is that when typing END IF and then return, the autofill feature is populating the script as though I had typed IF and then select IF from the autofill popup menu.

Not sure if this is a bug, but it came up while I was typing a handler like I would normally do. Maybe adding an entry for END IF with no autofill would do the trick?

Making the ST Transition Easier

We should probably add some instructions on other things that the user can do to make their ST transition easier.
For example, a quick how-to for installing other skinning packages/color themes
Also, some shortcuts to make it behave more like LC would be good. Example: If we want to have ST re-indent the file,

  1. Go to Sublime Text->Preferences->Key Bindings
  2. Paste the following:
{"keys": ["super+enter"], "command": "reindent", "args": {"single_line": false}}

Also, some more regular preferences would be good, for example:

"always_show_minimap_viewport": true,
"auto_complete": false,
"auto_complete_commit_on_tab": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"tab_size": 3,
"trim_trailing_whitespace_on_save": true,
"font_size": 14,

answer and ask don't light as commands

ask "what"
answer "how are you"
I expected both of them to appear as if they were regular LC commands, but they appear as if they are names of variables or handlers, instead.

Install Instructions

Installation instructions would be useful. If memory serves, you have enough over on the Linter to help figure this package out.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.