Ecosyste.ms: OpenCollective

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

Phoenix IDE

Phoenix is a modern open-source IDE for the web, built for the browser. We develop the Phoenix code editor for the web.
Collective - Host: opensource - https://opencollective.com/phoenix-ide - Website: https://phcode.dev - Code: https://github.com/phcode-dev/phoenix

Improve readability of var declarations.

github.com/phcode-dev/phoenix - 5fcb3b901b0da6457a8964730d42aee92b75e8fe authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into multibrowser-livedev

github.com/phcode-dev/phoenix - 58cab1898d0121c7be6bd56a6109540ed8afd25b authored about 10 years ago
fix JSHint issue

move related() to the top in DocumentObserver since it was being used
before being defined.

github.com/phcode-dev/phoenix - 8328339acbee8b24b2b5c1a23496ac5d5eb6c2d6 authored about 10 years ago
update name in transport package.json

github.com/phcode-dev/phoenix - f21707cc6fb9a59b9e75b0eb81876240dcaaeee4 authored about 10 years ago
Merge pull request #10079 from adobe/dangoor/click-during-rename

During rename in the tree, allow only default behavior. Don't bubble event to nodes that would d...

github.com/phcode-dev/phoenix - a10060959c35c022f00da138e6d1b9b871379614 authored about 10 years ago
During rename in the tree, allow only default behavior.

This fixes a problem in which you can't move the cursor or select
text during rename because the...

github.com/phcode-dev/phoenix - 718a6a721d89945f935aac4fabc55e149953fc22 authored about 10 years ago
Merge pull request #10077 from adobe/pflynn/fix-jslint-newCEF

Fix bug #9966 ([CEF 2171] JSLint doesn't work)

github.com/phcode-dev/phoenix - 83088e77241f0fbdcf0a35f3f687636a25e30ed0 authored about 10 years ago
Merge pull request #10052 from adobe/pflynn/cssinline-robust-fileio

Semi-fix bug #10013 (CSS Quick Edit provider does not respond if project contains any non-UTF8 C...

github.com/phcode-dev/phoenix - 85629ef236e2e456135eb69fc502619a843bb5fe authored about 10 years ago
Merge pull request #10063 from adobe/randy/issue-9899

Minimum space units should be 1

github.com/phcode-dev/phoenix - 87808454212acf6b8d8947aece84af9b21d2686b authored about 10 years ago
Fix bug #9966 ([CEF 2171] JSLint doesn't work) - Switch to a private fork

of JSLint with the bug fix cherry-picked in so we're not stuck upgrading to
a much newer JSLint w...

github.com/phcode-dev/phoenix - 41c7b550ba0c1db246430c2c2942b4a3e2cc318b authored about 10 years ago
Merge pull request #10064 from adobe/rlim/support-zero-indent

Allow setting spaces to zero.

github.com/phcode-dev/phoenix - 4dd449f38f0a3cec8352896125cd1fcefd49b098 authored about 10 years ago
Merge remote-tracking branch 'origin/master' into rlim/support-zero-indent

github.com/phcode-dev/phoenix - 7b795b5e1e568c466cea1632f440577c95382cb4 authored about 10 years ago
Merge remote-tracking branch 'origin/master' into randy/issue-9899

github.com/phcode-dev/phoenix - aee8de9df5b246895a9ba895d6484b03e158dff1 authored about 10 years ago
Merge pull request #10076 from adobe/randy/issue-10074

Fix params passed to internal funcs

github.com/phcode-dev/phoenix - 6474719c406fe9588ec5fbe258198c1d32ba82c2 authored about 10 years ago
fix params passed to internal funcs

github.com/phcode-dev/phoenix - 65919e777387a3f274b0d66055dbdf4977aca2cd authored about 10 years ago
Update index.html

github.com/phcode-dev/phoenix - d5a22a9ad826721d69d0e834913591b2cea309c8 authored about 10 years ago
Fix JSON syntax error.

github.com/phcode-dev/phoenix - 49c8dbe362b1ead9edff3745453669383db2f235 authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into kai/fix-6661-multi-linters

Conflicts:
src/language/CodeInspection.js

github.com/phcode-dev/phoenix - 720d1fb6f197745ad036a9ac3b34648266631cbb authored about 10 years ago
Ensure that the baseDir for createNewItem is within the project.

This is a fix for #9910.

github.com/phcode-dev/phoenix - 3a4d4540bbf277f55a2ccf4300e7040543d8ab05 authored about 10 years ago
Merge pull request #10068 from Mark-Simulacrum/hotfix-codeinspection

Fixes the exception thrown when the provider list for a given language is undefined.

github.com/phcode-dev/phoenix - 075e05ca2228386df90664cae32bc2829d707064 authored about 10 years ago
Further improvde readability by grouping the first part of the expression together.

github.com/phcode-dev/phoenix - 824bef9a72618aacc960fbd6e07ef5d5354f3c7f authored about 10 years ago
Improve readability of fix.

github.com/phcode-dev/phoenix - 4550b504fbb8f4189a0434b5b06be971bef69447 authored about 10 years ago
Fixes the exception thrown when the provider list for a given language is empty/undefined.

github.com/phcode-dev/phoenix - b172e544af1ace9dba0b6663e4a2420911be268d authored about 10 years ago
Merge pull request #10051 from adobe/revert-9973-randy/reenable-vch-tests

Revert "Re-enable ViewCommandHandlers tests"

github.com/phcode-dev/phoenix - fcff4a0496b27196efc80cd5ad0d05d6db9db684 authored about 10 years ago
Merge pull request #10067 from adobe/randy/whitespace-cleanup

Remove errant whitespace from previous commit

github.com/phcode-dev/phoenix - 00efa8c381364c10372674bf7e61e895253e971b authored about 10 years ago
remove errant whitespace from previous commit

github.com/phcode-dev/phoenix - e2d543fafe8f0393c3b46e7e0869e97f0d60c8bf authored about 10 years ago
Merge pull request #10012 from adobe/rlim/tree-focus-issue

Don't retain focus on mouse down events in File tree

github.com/phcode-dev/phoenix - 1e949aace67b59e9a8ea6b35e1eaa9c90b8cf4d9 authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into kai/fix-6661-multi-linters

Conflicts:
src/language/CodeInspection.js
test/spec/CodeInspection-test.js

github.com/phcode-dev/phoenix - 8ae613a3c280d8ef96d64b8da450a8eb4f890b2c authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into multibrowser-livedev

github.com/phcode-dev/phoenix - df629ad5168fd7064ec3df3ea0f79e78872e8eee authored about 10 years ago
add methods to align it with LiveDevelopment API

github.com/phcode-dev/phoenix - 24e9928e88c0140ae18da9d78933cbe7714a8f91 authored about 10 years ago
Merge pull request #10061 from adobe/pflynn/event-bug-unittest

Unit test for PR #10024 (event chaining fix)

github.com/phcode-dev/phoenix - 105a2efa4c154afef4792b6e81837b1012aca5b6 authored about 10 years ago
Merge pull request #9189 from Mark-Simulacrum/codeinspection-public-access

Change CodeInspection Public API to expose providers

github.com/phcode-dev/phoenix - f03c901b8e3bc50792962d357ea22a93b43ad770 authored about 10 years ago
Merge pull request #7889 from adobe/kai/fix-6558-language-layer

Fix #6558. Resurrect language layer

github.com/phcode-dev/phoenix - 9ab6d5b16716c6834cbc090f983efb1d6e13d456 authored about 10 years ago
remove array from event arguments

github.com/phcode-dev/phoenix - 5824b9a95478204fdcc3651ed9baaaa265685f04 authored about 10 years ago
Clone the providers array returned for a given path to prevent outside modification.

github.com/phcode-dev/phoenix - 12fdf81cf29d5abeb31411a48bec56adcb3ef89d authored about 10 years ago
Merge pull request #9915 from eliezerb/add-input-types-to-focusable-elements

Adding input types to focusable elements #9476

github.com/phcode-dev/phoenix - c70c652db99bf3c4bf93212ea4a1371d5d88ae7b authored about 10 years ago
Remove unused vars, fix typo in test suite name, leave error object

inspectable in console.warn() call.

github.com/phcode-dev/phoenix - 2f5a796dafdd8a2addf56af559ecae2134649ede authored about 10 years ago
always write extensions tp prefs

github.com/phcode-dev/phoenix - c3045ff569c3ce3e9c2f67929e12e5bc4ad299de authored about 10 years ago
Allow setting spaces to zero by fixing the issue of mod by zero.

github.com/phcode-dev/phoenix - e60278344a73019bc83247a7125fd5d8f15e1c20 authored about 10 years ago
minimum space units should be 1

github.com/phcode-dev/phoenix - 97c85f712bb8de3bddeee8001d8df66faf8afbdb authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into multibrowser-livedev

github.com/phcode-dev/phoenix - c612199fdf6cf040317da28ecea6e739944d840d authored about 10 years ago
Make PrefixedPreferencesSystem context aware.

github.com/phcode-dev/phoenix - b71b8c9b49de5fe7ac506cfeac49f2aee801c2cb authored about 10 years ago
Merge pull request #10022 from adobe/kai/fix-9975-modal-dialog-is-not-modal

Fix #9975.

github.com/phcode-dev/phoenix - e0c0b9879b1e00614b581d5876afda986a7e05aa authored about 10 years ago
Revert "Full Farsi | Persian |فارسی translation for Brackts 1.0."

This reverts commit 12892b57bab53a8ee7863be6f17b7ce726694e95.

github.com/phcode-dev/phoenix - 2467f386b17b03a7039148298fe785d54d1e6b8d authored about 10 years ago
Full Farsi | Persian |فارسی translation for Brackts 1.0.

Full Farsi | Persian |فارسی translation for Brackts 1.0.
--------------------------------------...

github.com/phcode-dev/phoenix - 12892b57bab53a8ee7863be6f17b7ce726694e95 authored about 10 years ago
Unit test for PR #10024

github.com/phcode-dev/phoenix - ec6009bd16fe2100e233f9baad8ea19def713d1e authored about 10 years ago
Updat for add Getting Start for Farsi | Persian | فارسی Language

Updet for add Getting Start for Farsi | Persian | فارسی Language

github.com/phcode-dev/phoenix - 5070478e290a24489e9202822511af63d97c523e authored about 10 years ago
Add Demo quick-edit for Farsi

Image for farsiquick-edit

github.com/phcode-dev/phoenix - 50adc47ac5f831273a98113ee96b7501035df922 authored about 10 years ago
Add Css

add RTL Css for Farsi | Persian |فارسی

github.com/phcode-dev/phoenix - 525d944dd48541eb7b431a19657b32224631ed44 authored about 10 years ago
Getting Started index.html For | farsi| Persian | فارسیLanguage

Add Getting Started index.html For | farsi| Persian | فارسیLanguage
------------------------...

github.com/phcode-dev/phoenix - ac2e598aeab87280758e9785b3acfe79eb2f7c32 authored about 10 years ago
Merge pull request #9968 from MarcelGerber/thirdparty-updates

Update thirdparty libraries/submodules

github.com/phcode-dev/phoenix - 71b00c3fba34ee1cdea24864030cd5de5b8e9193 authored about 10 years ago
Fix eventing for currentDocumentLanguageChanged.

github.com/phcode-dev/phoenix - dde2613a06d7180da08eb426763d4f95cbb240a8 authored about 10 years ago
Handle boolean properties properly.

Also, augment the tests to test for it.

github.com/phcode-dev/phoenix - 01e754889eed5b7659017d655a737ef202feb976 authored about 10 years ago
fix typo DocumentRelated

github.com/phcode-dev/phoenix - ab2ea192a83f04dc3c654404593fc9cffca87b5e authored about 10 years ago
Merge pull request #10053 from taggon/master

Update Korean strings

github.com/phcode-dev/phoenix - 13cbc1ee4422fa1b5e670f91e7235bb49eb77065 authored about 10 years ago
Update Korean strings

and add the SHA back.

github.com/phcode-dev/phoenix - 54ae244b1e4de181de95f93d73976128fa99d935 authored about 10 years ago
Semi-fix for bug #10013 (CSS Quick Edit provider does not respond if project

contians any non-UTF8 CSS/LESS/SCSS files) - Silently ignore files that can't
be read, and contin...

github.com/phcode-dev/phoenix - 04b13a2e60710a795139358d78f13356fa14686d authored about 10 years ago
Revert "Re-enable ViewCommandHandlers tests"

github.com/phcode-dev/phoenix - 67e6b88970e1819400dd4b3b63b55a94a5d2aaeb authored about 10 years ago
Merge pull request #9973 from adobe/randy/reenable-vch-tests

Re-enable ViewCommandHandlers tests

github.com/phcode-dev/phoenix - 52de9cad2bd703ee22e77cfe2976b0f355e1431c authored about 10 years ago
Add theme option addModeClass (for language-aware themes)

github.com/phcode-dev/phoenix - 9182982cb2db021a1c418be8bb131d8b4181b209 authored about 10 years ago
Merge pull request #10024 from MarcelGerber/event-chaining-fix

Fix event chaining with .off()

github.com/phcode-dev/phoenix - cd51ca6e02c9e19f488b83d1084813f730e30094 authored about 10 years ago
Update RequireJS -> 2.1.15

github.com/phcode-dev/phoenix - 12776f9e0b41692f6047a86db72dc6ac56064a00 authored about 10 years ago
Update LESS -> 1.7.5

github.com/phcode-dev/phoenix - e9d3451beabf0fea858b29d145bf266120056a45 authored about 10 years ago
Update Lodash -> 2.4.1

github.com/phcode-dev/phoenix - 1fd023375c6eec5d0933a160b41c6bd920375f6c authored about 10 years ago
Update jQuery -> 2.1.1

github.com/phcode-dev/phoenix - 0ba519990fdd80b42a0a5b3580b6cb3d1f8d2d04 authored about 10 years ago
Merge pull request #9940 from MarcelGerber/fif-results-disappear

Fix #9904: disappearing Find In Files results.

github.com/phcode-dev/phoenix - be1f56d382c4b84c9aedc00199dd63d31654e197 authored about 10 years ago
Merge pull request #10031 from adobe/rlim/quick-open-focus

Fix Quick Open focus issue exposed by new CEF

github.com/phcode-dev/phoenix - 7bbfd6fd1de825bbb8e0803b7560aaeae88123b7 authored about 10 years ago
Fix Quick Open focus issue.

github.com/phcode-dev/phoenix - b2c1cb386c99950693b3d88a74828e9a5bdd7cd3 authored about 10 years ago
Fix event chaining with .off()

github.com/phcode-dev/phoenix - 1ab8722ef3aac874ad12d199299f8680bb25b6ed authored about 10 years ago
Add JSDoc for the optional param.

github.com/phcode-dev/phoenix - f8b7eaa495896cc5db8b9a9e36fed1da4f638a4c authored about 10 years ago
Merge pull request #10023 from adobe/kai/code-inspection-perfutils-fix

Finalize perf measurement on provider failure.

github.com/phcode-dev/phoenix - 388ff04f84a70ce3e688395bef0a5684a4d3408c authored about 10 years ago
Finalize perf measurement on provider failure.

github.com/phcode-dev/phoenix - e20ded8ae55b988e9ba6e416466063cc1d2a99cb authored about 10 years ago
Merge pull request #10021 from adobe/pflynn/improved-error-logs

Fix expected error string in unit test

github.com/phcode-dev/phoenix - 997033cb2dff29ff52f93de12dbf710990a78d4f authored about 10 years ago
Fix expected error string in unit test to reflect the improved error

message in PR #9901.

github.com/phcode-dev/phoenix - b9b756cae01f8e5769e8770266f1797df512fabb authored about 10 years ago
Merge pull request #9901 from adobe/pflynn/improved-error-logs

Better console logs for some errors, plus small other fixes

github.com/phcode-dev/phoenix - 2d724cb1e896838db127ad9246b734e40bd31ab9 authored about 10 years ago
Code review: Further improve docs for icon/CSS providers in working set &

file tree. And...
- Fix FileTreeView so tree icon provider can return undefined without crash
- U...

github.com/phcode-dev/phoenix - 3a93b05d0c81db36a030302058a154f4b1f2a989 authored about 10 years ago
Merge remote-tracking branch 'origin/master' into pflynn/improved-error-logs

* origin/master: (69 commits)
Issue #2281, display project name in window title
Remove the n...

github.com/phcode-dev/phoenix - c4157e87669d93673f3f5636f10536c2f218d596 authored about 10 years ago
Limit the code to Windows only since the crash is only on Windows.

github.com/phcode-dev/phoenix - 7c29009d3df513ee01aa2d78944ad7e9b943b52b authored about 10 years ago
Directly call terminate function of tern-worker on quit.

github.com/phcode-dev/phoenix - 4de80db00b57472aee001abc9f0eb3f396b9657f authored about 10 years ago
Merge pull request #7789 from le717/project-name-in-title

Display current project name in window titlebar

github.com/phcode-dev/phoenix - b8bf73893bc71978208fa82ea354ab31adfd6da1 authored about 10 years ago
Issue #2281, display project name in window title

github.com/phcode-dev/phoenix - 8ba112c6f85c6856e2defc0a7ec4843d797b6fbc authored about 10 years ago
Terminate tern worker on quit.

github.com/phcode-dev/phoenix - b8a0c652d2c0a3a8895e7f3ab7116a78ddea545b authored about 10 years ago
Merge pull request #10011 from adobe/rlim/tree-label-issue

Remove the negative margin hack which is no longer needed

github.com/phcode-dev/phoenix - e411da0613e331990d066082cbca6f9cdbf285ad authored about 10 years ago
Remove the negative margin hack which is no longer needed

github.com/phcode-dev/phoenix - c5792f7a37d42e862f1a6bc827f5fae02f93e7cc authored about 10 years ago
fix jshint issues

github.com/phcode-dev/phoenix - 7328ca896425351cbf56ebc40e6317b3e54a0e8f authored about 10 years ago
fix JSLint (no jshint) issues in tests now

github.com/phcode-dev/phoenix - 29463d796aeb18b6551bc4775d8c1df74ce7321e authored about 10 years ago
fix jshint findings

github.com/phcode-dev/phoenix - 8bd64e7bc42b0c33c8d631cc4076ed7c046433aa authored about 10 years ago
Don't retain focus on mouse down events.

github.com/phcode-dev/phoenix - 9d764d93fbc86fdb5d7573259285900b0b3264a9 authored about 10 years ago
Add node modules for ws transport implementation

github.com/phcode-dev/phoenix - 0d411ac41ac235f4a6549894f0dd49d00b1d7654 authored about 10 years ago
Add node modules for launching default browser

github.com/phcode-dev/phoenix - aa1bb2e5ad648408a19ec0fe2b8b788e9311ff51 authored about 10 years ago
Add experimental multi-browser LiveDevelopment

Brings in new LiveDevelopment implementation incubated at
njx/brackets-livedev2 which allows run...

github.com/phcode-dev/phoenix - 235c5517c3ee55976c40bd5447c2be9b6f7ebe86 authored about 10 years ago
Merge pull request #10003 from adobe/pflynn/fix-cef-subpixel-aa

Fix bug #9978 (CEF 2171: Significant decrease in font quality on Windows).

github.com/phcode-dev/phoenix - a222e6abf29da1e4825e3566d594c8c41e6a231a authored about 10 years ago
Merge pull request #10006 from adobe/alf_localization

ALF Automation

github.com/phcode-dev/phoenix - 3bd177e0b498ad939aeda4457695d778ac327202 authored about 10 years ago
Updated by ALF automation.

github.com/phcode-dev/phoenix - fdf690c31d77114706aea82578f0f610e07c7492 authored about 10 years ago
Disable Mac-specific `backface-visibility` rules that cause Windows text

rendering (on newer Chromiums) to strop doing subpixel antialiasing (aka
ClearType) anywhere in t...

github.com/phcode-dev/phoenix - 4d2f59bac2af79759b71ef9cc3718fd78686476b authored about 10 years ago
Merge pull request #9885 from EliaCereda/patch-1

Updated Italian translation: fixed grammar errors

github.com/phcode-dev/phoenix - 671629589db5b7d0a91a1c5bbac954cc93bdff57 authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into kai/fix-6558-language-layer

Conflicts:
src/document/DocumentManager.js
src/editor/Editor.js
src/preferences/PreferencesBa...

github.com/phcode-dev/phoenix - 7bf5da1b8d67e241d1706333019b1bcb37c667b4 authored about 10 years ago
Merge pull request #9918 from adobe/pflynn/robust-events

New, more robust event-dispatching system

github.com/phcode-dev/phoenix - f60b243281f0a48ab315cbd375217464321d65b1 authored about 10 years ago
Finnish translation update, release 1.1

github.com/phcode-dev/phoenix - c8845db70a638822a05f1453b430182c57c5a80d authored about 10 years ago