Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/coronalabs/CoronaSDK-SublimeText

Corona Editor is the official Corona SDK plugin for Sublime Text
https://github.com/coronalabs/CoronaSDK-SublimeText

Update snippets

46b25b3baf34b2646880933fe3d264870a97cdd5 authored about 10 years ago
Latest README

177c1c070aa09259f3db4ca0cc0eb0c12ead88de authored about 10 years ago
Latest completions (2014.2511)

4feecbb899598125af4db532dec4f76c22481e54 authored about 10 years ago
Also look for settings in the main ST prefs

080a38a3c776cb47885458023592676d691dbf40 authored about 10 years ago
Improved completion generation

b37c8257d287b3fd69f73224c5c728d2e6a99391 authored about 10 years ago
Add support for Simulator detection

da6b3093248257cbec4b566cc22f6598c31738ab authored about 10 years ago
Match against lua paths as well as file names

f61a38c71faeccc3871c20367ae856815ddc7d19 authored about 10 years ago
Follow systemlinks

Risks infinite recursion, but worth it

5724022bcaea060a49498e3ab9fc6cbb2b25547b authored about 10 years ago
Catch crash

7469cf757acc3615af5ae10dcf9100c922072474 authored about 10 years ago
Don't cache fuzzy completion or stripwhite space

Sublime doesn't return valid values during initialisation

b197f3a6fb02966f17ac05fb98c0db40e1c3079a authored about 10 years ago
Use keyword to specify default parameter

58bcbf73ca2042a67870147d1e2f5a797384ef3b authored about 10 years ago
Delete README.md

9f7b532aaf431fddcbe7ad5a33173bae2a1451b6 authored about 10 years ago
test

6361292ff5232dda2720f40297048fdfdfa7531f authored about 10 years ago
Add "-no-console" option to Mac Simulator invocation

594f48c4b19308f3d3c1df58e7f436e3f4d15a9b authored about 10 years ago
Try to find a search path if no useable one exists

Now looks for main.lua file and derives path from that

211b95701a2fff8357cd557558fb8fded923cfe1 authored over 10 years ago
Allow a more general syntax path

4bba699919399d3529f78b4adf8001b40094af20 authored over 10 years ago
toCursor was too greedy - now only grabs to line start

6c106f37b4dc5c104974d44de706a6d67b99a092 authored over 10 years ago
Match on the file name, not path

ad1c6baa1d3a6baf0b6f10b8c62e987e1b70360c authored over 10 years ago
Allow single quotes in require statement

Also remove requirement that cursor be exactly at require

ab2b03081ddff569c8e7432b2f6adf67659471a0 authored over 10 years ago
Force Corona syntax on save

Stop Sublime reverting to standard .lua syntax

4a15ea0760f4d603c5f72bebc3c2cae175ef371f authored over 10 years ago
Merge branch 'master' of https://github.com/personalnadir/CoronaSDK-SublimeText

Conflicts:
completions.py

3530962b320d437a9b3d01897c7eb30956ab475d authored over 10 years ago
Autocomplete file paths

If autocomplete is triggered at a require statement, search project for files to suggest (in lua...

7a56e1c2ae6cfb4bc3a72da93149c8ef50ea6a2d authored over 10 years ago
Autocomplete file paths

If autocomplete is triggered at a require statement, search project for files to suggest (in lua...

730eafc739f7ae673dc46a45b0218bd958f2ff4a authored over 10 years ago
Use syntax check to test whether to look for completions

Was having problems with other test

6f823676fcf2f983bc9eda6c53ae144f2b2e7417 authored over 10 years ago
View's completions added first

e614aa63e879a9bb4faabb38bd1b5c06e2b3cc77 authored over 10 years ago
Fix setting name

eaf222a9de9df46cddb580e88c15bb1b42585e10 authored over 10 years ago
Merge remote-tracking branch 'Corona/master'

Conflicts:
completions.py

e4407e69be4b945669a4f5703c99d38cda258b0d authored over 10 years ago
Sort Corona autocomplete separately from view's

820226460844d012b46c6c4b89d4751d50fa2121 authored over 10 years ago
Add more word separators

3e0a5f711bd200106abb3a8f43320912e891236a authored over 10 years ago
Updated release notes

b321f81344dbfbe59ea2797861919d95a64ffb32 authored over 10 years ago
Added default setting

7f740245dc2b6405ad2777f0de2a9f6eb644d321 authored over 10 years ago
Warn if completion inactive

A message is shown on the status line if Corona SDK completion is not
being done because a .lua ...

49af8f3f6ee8a75f59fbce2985fcc3c759d77913 authored over 10 years ago
Updated README

1baba760237fdd3e76fbb172bb5d080929acf25e authored over 10 years ago
Fixed various Windows issues

* About box misbehavior
* Correct regex for finding errors
* Add regex for Windows
* Fix sni...

36ab9a4a90f6f702bef231513c7dd4c48e9f3b77 authored over 10 years ago
Announce Corona Editor in the console

ac7c1376871c2bf46b34e1e2d5f23ee351ca2d71 authored over 10 years ago
Latest completions

Up to date for release 2014.2381

4f51be0824e7a45346520d80ec914c6fafb81938 authored over 10 years ago
Updated README

2a82ebba45adebf99bbcb8b5eceea707085580cb authored over 10 years ago
Fixes for Sublime Text 2 compatibility

a0bb5f193b9b57acc48aefa0ee211304ce684a3f authored over 10 years ago
Tweaks to build subsystem

4b43958a0affc2598ccef248396991f5ab4626fb authored over 10 years ago
Improve Debugger behavior

You can now use "Debugger > Stop" to close the additional panes even if
the editor doesn't think...

07f2e8d92f44ba3fe11424f7343e318846a08064 authored over 10 years ago
Allow errors to be double-clicked in build panel when Run Project is used

Also, save all modified files before running project (but only if
modified)

9d75a1f816ae5728fb30928909ca7bcb1c6c616f authored over 10 years ago
Fix typo

abdafd2a4c17b6bdbdbe8cdd020d5772649d52f2 authored over 10 years ago
Improved reliability of Run Project

f32474e4aa4228a3b85011ef6ae2592bd574679e authored over 10 years ago
Improved README

Added instructions for running Github tip
Fixed some formatting

888dfd1b264143df75265acf9209c308fb814e40 authored over 10 years ago
Tweaked syntax highlighting

60de14bf497a983f71f433150958f53814913885 authored over 10 years ago
Completion improvements

Added capability to strip whitespace from completions (thx
personalnadir); set "corona_sdk_compl...

fd9dcfa9ef167ea94a79479a289d690da9fb55a8 authored over 10 years ago
Added debug() utility function

Set user preference "corona_sdk_debug" to true to turn on debug output
(works for completion rig...

c367615f1a783c8ce4a360dfc58934628c246d12 authored over 10 years ago
Cleanup markdown

95b4538054c7bc9df10a03982b8b4aa33cda1c00 authored over 10 years ago
Add instructions for using the development version

a1dc45e1ccb256343dfb3d9e346ce2bd31a2bc4a authored over 10 years ago
Fixed links

3ce0dcbc79173965fa99cd3810f05bd18cf4bc48 authored over 10 years ago
Fixed links in README

4790929242cc7c0091ef613073449015f41c290e authored over 10 years ago
Improve textual completions by excluding text before period when looking them up

77bfd7b113a64e3a797ba660b600c5f3a2f66711 authored over 10 years ago
Mistake when the corona editor branch was merged in

f809a2bca676f5716ea22d01669f427dfbbb05df authored over 10 years ago
Remove no longer used function

Been moved in to _corona_utils.GetSetting

bb924bbddb2b223137a64bbc77e0170134577977 authored over 10 years ago
Add braces as word terminators

3b3cf58be978a90152891260c4e42a1b30fe4c87 authored over 10 years ago
Rename the options field to match the official flag name

356968ea5eeba489a0b5f01f3fbdecb4a3b0f9dc authored over 10 years ago
Fix things that broke in the merge

3157d2b05bc6c2ee0d8ba33b0ac48d1c2b18c774 authored almost 11 years ago
Ignore .orig files

cf49f981fce046b4bfea811c4cb4435ea90ed604 authored almost 11 years ago
Merge remote-tracking branch 'Corona/master'

Conflicts:
CoronaSDKLua.tmLanguage
completions.py

4fa5589db3faa8f3241b748c5d539df006e89243 authored almost 11 years ago
Completion improvements

* Consider only files which have their syntax set to "Corona SDK Lua"
to be Corona Lua files
*...

edb5766a2183e61d9847a06b6be9bdb81e1cbe2f authored almost 11 years ago
Documented corona_completions_strip_white_space

52b8a133aa62fe5ea1abbda45690ae3a03e69e21 authored almost 11 years ago
Syntax improvement

Give Corona Lua its own scopeName so we can distinguish it from regular
Lua

89cd1f850a3de1b9640acb746fcae8f8f599f00d authored almost 11 years ago
Improve PLUGIN_PATH logic

Apparently ST2 lowercases the pathname so we need to handle that and we
also need to handle ST2 ...

f7810b539a9173f9de3663e1731f4b58a0030ab1 authored almost 11 years ago
Fix toggling of build pane

Toggling the build pane would clear its contents due to a ST weirdness
which is now worked aroun...

5d0f921df755b41cf2283e8e4c47de3517ec7520 authored almost 11 years ago
Syntax highlighting fixes

1. Show function arguments as regular variables as the code reads better
2. Refactor Corona API ...

10a057c81095f318cc94b31606687bd152864ba4 authored almost 11 years ago
Centralize settings loading

Load settings from actual settings file rather than via the view

a4c6cfab67eb101a06cd98f5b4713a10d5215176 authored almost 11 years ago
Fix highlighting of function definitions

Fixes issue #5

2a25adaa1a6e76d080cecc8dbdb241f185b6c0d3 authored almost 11 years ago
Escape pattern before compiling REGEX

34a88f0720cdddfff1b1f270aae1c142f0ec2fe6 authored almost 11 years ago
Fix difference in behaviour between attributes and functions in autocomplete

966591ce8996e9be411a1fd5f9f689ec55352583 authored almost 11 years ago
Fix typo

4ac2890706c667c14e9b7ae9c781735185d38976 authored almost 11 years ago
Ignore .DS_Store

1a67911625bc5aab5ed57c2741001ac60f4d1a57 authored almost 11 years ago
Tidy code a little

ae4622477604290bbb8d74b8e18e7c0f92b00dcb authored almost 11 years ago
Consider , a word terminator too

6d92fcf592dd8ee2055bb75b073c991c7af85b11 authored almost 11 years ago
Update terminators to include arithmetic symbols

63da0adbb5a86b46c5dbdf481dabd065a704a0b4 authored almost 11 years ago
Add option to remove whitespace from completions

77e2a01f8a7fb97d6cca047dfc3f432f778bc476 authored almost 11 years ago
Remove unused argument

023ab2c5036164f1c8a80666a924d6b578ade14d authored almost 11 years ago
Revert install message

4b477875fe02639c7040a7c161b4b99ae49c9a47 authored almost 11 years ago
Remove word_wrap modifications

Autocomplete seems to work perfectly without them

656c5ac2ba46b30d6a1b241cd4d466e30ed9cb77 authored almost 11 years ago
Check Corona Editor settings by loading the sublime-settings file

ad70500647488e4af83726fadd4fcbd783acdb88 authored almost 11 years ago
Fix local keyword highlighting in local functions

442255db74c6956e310ffc9b8827889843b32b31 authored almost 11 years ago
Change install message to check which repository the editor is being fetched from

4565b57a9d61c510310ea1a3d2aebf040a31707e authored almost 11 years ago
Escape pattern before compiling REGEX

e05d565d08db2fc4c5aaa28d2554279ba6bf488e authored almost 11 years ago
Fix issue #6: Autocomplete ignores text before period

The issue description is not quite accurate but the issue of the text
before the period being do...

07c360047998b8a48af59ab925ad2748e23811ea authored about 11 years ago
Tidied up release notes

266f22d20f4404be5b7ed70cf18ae18b4ca0c1a9 authored about 11 years ago
Added "Main.sublime-menu" as it's a generated file

608dad69cebe46055c1be1be1ead0753a62abafa authored about 11 years ago
Update RELEASE-NOTES and added greeting displayed on package install

91345dc576aff5b1eaec7781598bd99ef4473ef0 authored about 11 years ago
Add info on changing hotkeys

d1d7cbaa1567fe743a1ddcd1e67fa11a69e494fd authored about 11 years ago
Display API home page if nothing is selected

5c383f5faa930e806378107f6018cb090a49ff78 authored about 11 years ago
Add explanation of breakpoint behavior

f4263656fe2c8e89d888c463e56cad57f94da2f7 authored about 11 years ago
Merge

0d51d83676501126a008db1158f81234a5bd4d88 authored about 11 years ago
Added "Run Project" command

34963320a12c9b2cb19bf265e40e62ace809d9a7 authored about 11 years ago
Made thread safe for ST3

0c72a119fff069efe8b069494a517d41b9ae22db authored about 11 years ago
Updated completions; added "legacy" completion set

310c36b2cafbbdaf6d3e7e3170aa854343edc731 authored about 11 years ago
Cleaned up

1e94e84286b82144cab94f94a83c0dbed42e70cb authored about 11 years ago
Added debugger

58f1632665c7884ad53528c268cc1af6bbec2f00 authored about 11 years ago
Added "About Corona Editor" command to help with support

285ef64cf13376fe997774469010169271814bc3 authored about 11 years ago
Use detected syntax type rather than filename to enable completions

f2609677456c4928899929bba01e0c11b4edd643 authored about 11 years ago
Updated completions

b26c532138554cc9ffdafe7ab4c27f3ad0f68a78 authored about 11 years ago
Added Snippets feature

11c4bb1deab73efba2dd0ade32ec270e801e1357 authored about 11 years ago
Updated documentation

9f761152e8dfbe017979c0665d7becfb51e4059e authored about 11 years ago