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

Removed generated file

c028e43e2ca76641de4bbe371579ed833f5cebf2 authored about 11 years ago
Changed "Run Project" to Super+F10

72179b83019935810e11ef4473e599dc01f15c1e authored about 11 years ago
Honor use_corona_sdk_completion preference

8d9d45ddc950ce83827f6de979fe0128315f8519 authored about 11 years ago
Turn off debug logging as there seems to be an issue on Windows

cf0deb555210adcaaa8a0aa729fbe3c3cfb9a6f2 authored about 11 years ago
Added support for restarting debugger if files change and fixed several issues

Improved restart behavior
Fixed issue with "internal location" stacktraces
Fixed issue with brea...

34bb65eb447b1629fa62b55d2418901d3c22590f authored about 11 years ago
Fix install time detection on ST3

59b26e87ceb8cdd667a5f29dc86a708ccb3c4460 authored about 11 years ago
Tidy up some messages and no longer open the console panel

e2dfb83252553227cf7cae0456a33896b6555d5a authored about 11 years ago
Use correct Package Control filename for about info

3509bef650ef7910f2ba79c492c77b7ed35fdfcd authored about 11 years ago
Fixed issue with finding completions

ffaddf55b734476eb5882d313c40d4d0774cae76 authored about 11 years ago
Updated README with latest info

147a17c3ceeafb8a647f23a956fa5cc6975d470a authored about 11 years ago
Minor tweak

bd4039c92bc78410aee10acb8671232b1fb2348c authored about 11 years ago
New feature: Corona Debugger

Single step, view current stack trace and variable values. Many
improvements to come.

0154696a28fb62c6f5f713270638efb951611d76 authored about 11 years ago
Change back to using detected Lua syntax as the basis for doing Corona completions

The previous scheme checked if the filename had a ".lua" extension but
that didn't allow for the...

2c96e3aa7e315a5df448c73a090f3259d842ddf3 authored about 11 years ago
Added support for "legacy" documentation set

75f3bd57c5a24caff2cfd6fc09eb8c729a5d1588 authored about 11 years ago
Default preference settings for Corona Editor

fdd9cabf5aaed49383772e519c760cc6c1c55e81 authored about 11 years ago
Added top level "Corona SDK" menu

012df244cacd68cca2703b3793265d81547a069a authored about 11 years ago
Added "Run Project" command as a simple alternative to Build system

51b3faec25f7c5bac934b41746b1f1eb63b8f6ea authored about 11 years ago
Added "About Corona Editor…" command to help support

1cf4156430d9eff13b796428d896be8abae267db authored about 11 years ago
Renamed module to improved load time behavior

0a2c9cfdc1af6871443684ca48e9197bd3e443e5 authored about 11 years ago
Latest completions (includes sets for "public", "daily" and "legacy")

3b8a136068e39c8832d81a49228e0316feb5fcaa authored about 11 years ago
Breakpoint icon

82fdf4de9c9d163d9e0a98e0c4220743a0fbc652 authored about 11 years ago
Fixed typo

0d236f16377b251b07b0e00d48378796a6ee57dc authored about 11 years ago
Fix is_lua_file() for unsaved files; expose completions to snippets code

fb751d9eadcb7e9293576c5fc8f4a5cffb056b20 authored about 11 years ago
Update RELEASE-NOTES.md

4e1efa9c53c24de342736fe7ee36515d6f487ecb authored about 11 years ago
Merge pull request #4 from Givemeyourgits/patch-2

Update raw-api-definitions

dfcecf518f327d05f941278c03ab750008fcb2ec authored about 11 years ago
Update RELEASE-NOTES.md

7bb5dd51a31ad075261a88d67d878863cb5beca8 authored about 11 years ago
Update raw-api-definitions

If you type nil followed by an carriage return, Corona Editor will try to replace nil with "netw...

961b59112c4c64a4b70cff193cf652cfe909ff13 authored about 11 years ago
Update README.md

826eda954e075230147696465210474800d93d25 authored over 11 years ago
Added "Thanks" section

62a6943476ece7723389e16e680f1f4c865bdced authored over 11 years ago
Merge branch 'master' of https://github.com/coronalabs/CoronaSDK-SublimeText

f7ffd757cf3d6f9f833743b67a388b2a1c97d109 authored over 11 years ago
Improve completions to include types and a bunch of missing stuff

2bd02b2e85e85fc5e361b12ff61a00cc9c1abbaf authored over 11 years ago
Minor edit

8227c855df2068cf75ecfd59888df3f3725aa44b authored over 11 years ago
Minor edit

8e3c3633f642cb760bce8f9ff152e6b4a8a20776 authored over 11 years ago
Updated documentation

c41b37c4d89a29ef03d7aee4389a4747c97d27df authored over 11 years ago
Improved completions

Completions now (optionally) do fuzzy matching on the available
completions. Behavior of comple...

5a8378d2067bed095f77bac6851f8d727280c945 authored over 11 years ago
Improved documentation lookup

Fine tuned documentation lookup so that "lfs", "socket", "sqlite3"
trigger searches.

62683ae4b217b96d2e413f69240498af8ab29cdc authored over 11 years ago
Improved Builds

Added Simulator flags to stop multiple instances starting and fixed
issue with "\Program Files (...

f44727d7beaaf32691e3ae0cd76ceff00a70358c authored over 11 years ago
Fixed issue with completions

A rewhacked and improved completion mechanism is coming but in the
meantime this fixes an issue ...

b18fe6ca80bec7a0c5fc43d0a2e3f55977413987 authored over 11 years ago
Updated README

276b2f3a59f4ea6d96fff25324d076b914b091bb authored over 11 years ago
Improved documentation lookup

Documentation lookup has been made smarter so that it displays the
correct page more often. If ...

1dcb46ff579568725c49298789d699d8e44dc4d2 authored over 11 years ago
Improved syntax detection

The detection of function definitions has been extended to cover both
styles of Lua function def...

08d8b549cbcc0bff3d450a2eb6ec597a872c6e98 authored over 11 years ago
Added *.swp

0034f161215dc2e46e3dd86ec511a7d54db46646 authored over 11 years ago
Added "Function Navigator…" menu item

To make accessing the list of functions defined in the current source
file more discoverable a m...

b213145c8c03b356196c93a0cf1d35a46e6948bb authored over 11 years ago
Updated README

61b14435351cd095031d1ad24f85c95567ca0ebf authored over 11 years ago
Updated readme

792b18fdc84efc356d1af0a634236c3f33401cfe authored over 11 years ago
Improved completion list

Added a bunch of constants and object member functions to the
completion list to make it more co...

66711d9b984620e0306fb4d6576aeff7d7163e49 authored over 11 years ago
Renamed 'CoronaSDK.sublime-build' to 'Corona SDK.sublime-build' so the name shows correctly in the menu

Apparently there isn't a directive in the .sublime-build file to set
the menu label like there i...

b94cdd7359ee163516c7a528518167b73ad37816 authored over 11 years ago
Fixed completions in Sublime Text 3

Due to changes in the package structure in ST3 completions were broken.
Also added a user prefe...

2d83ce3d30440592b0bed94ac29f44498c581d50 authored over 11 years ago
Stop removing period from word separators

It was originally necessary to remove period from the list of word
separators in order get compl...

600a137174e68e312b1abd72b25905c6b733a4a4 authored over 11 years ago
Fix completions in non Lua files

187091c6a203ae47227a8cadb7295554cc992bd3 authored over 11 years ago
Fix encoding issue that Python 2.x didn't like

428666d41916a9c76b94c94c5454e6afdb85c719 authored over 11 years ago
Misc Bug Fixes and Tidying Up

f1468c95608b1ebcde6b37ad969a5e726e48124f authored over 11 years ago
Make ST3 work

ST3 uses Python 3.x rather than Python 2.x and there are many traps for
the unwary in trying to ...

05c00c275b20f31074dfb285ca1e7e9d0562f7bb authored over 11 years ago
Fixed completions

Some debug code was preventing completions from working

7fc2088adc06e79655a95c226f016938b7e607e5 authored over 11 years ago
Improved completion behavior

Modified completion behavior to include completable items from the
current document. The order ...

795a2de2c1991087e656311f0becfacf8febd413 authored over 11 years ago
Update .gitignore

Added *.cache for Sublime Text

2bd595d817ad7e354b477df8ead422b0c75fc8f2 authored over 11 years ago
Initial commit

1c2516fa05245a89ff466c78aba8092896541527 authored over 11 years ago
Initial commit

6bbbe49dd5edd87784e9cc6cb7767f3b504e9ea6 authored over 11 years ago