Ecosyste.ms: OpenCollective

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

github.com/phcode-dev/phoenix

The text editor designed to make coding as simple and fun as playing a video game
https://github.com/phcode-dev/phoenix

Merge pull request #10109 from adobe/rlim/altGr-key

Disable KeyBindingManager on right Alt keydown.

f9101ec3c43376a5572bd229aac8e23d058e328a authored about 10 years ago
remove unused property; cleanup comment

7ae91d8b53df9fa3a2dd31bd8af03dee05ed37ae authored about 10 years ago
Fix the AltGr key detection following a control shortcut issue again.

9e01a9ecb0997308c62b151dab5a314c24ab85b1 authored about 10 years ago
Merge pull request #10164 from adobe/kai/fix-failing-jslint-unittests

Fix failing JSLint unit test after #7362.

597cbd4ef9bd0aa2ca2f1d0c2352046cda11b503 authored about 10 years ago
Fix failing JSLint unit test after #7362.

Make JSLint believe it's alone.

32607b9793e5a5206895a20f15cf39bc963c612c authored about 10 years ago
Fix an issue with AltGr key detection after a Ctrl shortcut execution. Also add a unit test for this case.

6a0c9a8eb18dfce6f3dd2ff7d37849cc36a688f6 authored about 10 years ago
remove unused module

a0da89f70ec80b3a08111b97e523d8a12a7801f9 authored about 10 years ago
revert PR 7930

df2433d8858b57db6d9391778bb1ff155ef88b2a authored about 10 years ago
Use enum for ctrl keydown states. Fix one unit test failure and add another one that simulate Ctrl and Alt keys down.

9cdbc37d78a8056cc0c92c9c0e19b7e3671b1397 authored about 10 years ago
Merge pull request #10062 from datamweb/master

For Farsi | Persian |فارسی l Language.

c76533ccdeeae1475f4eb4186686eff28499767e authored about 10 years ago
Merge pull request #10156 from adobe/rlim/rename-folder-selection

Select the entire folder name on rename.

e04815dd28b466f65502054f75f1a4a3bff8713f authored about 10 years ago
Update strings.js

9b31590c15059525783c5bc99313042cef284ecd authored about 10 years ago
Merge pull request #9969 from adobe/randy/svg

Enable SVG Code Hints

b82943fe72e50ae818ebd808b681bb88c93a981e authored about 10 years ago
Update index.html

8e4b283ed219a094a35f5dedc97d4ec8e2569cad authored about 10 years ago
Update strings.js

Fix:
Change line 40.
chenge line 93.

91fbacd8e995b446ed6c81fdd5bab6cf2dabc45f authored about 10 years ago
Select the entire folder name on rename.

71ca76c28ea64ed3929805d9c96f1f1f5840650f authored about 10 years ago
Merge pull request #10154 from adobe/dangoor/10115-break-cycle

Fix error on startup due to module cycle

f24586f70f37ba42b96d34caf18a67e0ff7df1d9 authored about 10 years ago
Merge pull request #10148 from adobe/dangoor/9902-tree-missing-files

FTVM.isPathLoaded was not accounting for notFullyLoaded directories.

9b4efb81a96cdcaa05d90fc9614602d9fc9bc6e8 authored about 10 years ago
Reimplement the AltGr keydown detection.

18d24e81911e3f976890442973e242a6ac6d579b authored about 10 years ago
Merge pull request #7362 from adobe/kai/fix-6661-multi-linters

Fix #6661. Configurable multiple linters.

b12f8eda9cddc0571814e4e0257827e0bb31ef6d authored about 10 years ago
Require DefaultMenus in ProjectManager to ensure load order.

bec5264ae8254787c24a0ebc650195c65f88b5bf authored about 10 years ago
Fix #10142.

Wait a little longer for the highlight element to take it's initial state. If
the element is not...

a181fc0303bd00d2239217996262f17a7c5ec7b4 authored about 10 years ago
Merge pull request #10110 from adobe/rlim/extension-key-bindings

Fix two issues of user key map for extension commands.

13f85b4e89b33bf7225f2d77c20c75e3bb5e1070 authored about 10 years ago
jsdoc comment

eb121447728006efa7f9ad327b021e21dac2f4b5 authored about 10 years ago
FTVM.isPathLoaded was not accounting for notFullyLoaded directories.

This is a fix for #9902.

796c4aac5a12b7a5d5c998458efd39ead1a951ca authored about 10 years ago
Attempt to break cycle by async require EditorManager in DefaultMenus

7d85bdb84a54a4e52a31bf4fece878197e9e6ec9 authored about 10 years ago
Update strings.js

Fix :
line 181[in = در],
line 327 [QUIT=ترک کردن],

f07d1e24ace5e23ce37dcf4ab430340861bf459a authored about 10 years ago
Make some more changes based on review feedbacks.

78bea5b957a615030b66a630aad771818f8d97b1 authored about 10 years ago
Merge pull request #10140 from adobe/jeff/fix-focus-tests-9972

Fix editor focus issues for CEF 2171

10846d8ed4a8ce75998b6fa3b49e90ab42a56162 authored about 10 years ago
Merge pull request #10065 from adobe/randy/issue-9770

Always write auto-install-extensions to prefs

3c4afebbb61d4691190574467f97f9700b69773b authored about 10 years ago
Merge pull request #9624 from adobe/randy/issue-9547

Fix scroll position jumping for few cases

936dda1450daedc94668bdb8afa35e4eac8830bd authored about 10 years ago
Merge pull request #10093 from MarcelGerber/max-code-hints-fixup

Fixup of maxCodeHints pref

5e6b9cf0e892328f3f2c34c67419c3b198ed9d3f authored about 10 years ago
Update comments to be more accurate.

fa4e7ce67d78fe5da992be9f1d893fdcdc83e26a authored about 10 years ago
Use Debounce to handle user key map.

5ed9e91d8c87c3ab028a775e6846a6dc9d4f1308 authored about 10 years ago
Update strings.js

89e34c11bb361486f36fa6e02a2ac7aca8d62c18 authored about 10 years ago
add spy object to test focus event and change inference warning to choose active editor vs focused editor

e8b60e639d0db683288b85084add672ec1a65289 authored about 10 years ago
Make changes for review feedbacks and remove `setEnabled()` API that was added as a hack before.

46a3ab38479a1e1ddc6b5917d895d615735657c9 authored about 10 years ago
Merge pull request #10135 from adobe/rlim/revert-worker-termination

Revert changes for terminating Tern worker on quit.

d9bc65e1d88b5f1e25d2bee99afa8c336e14bba7 authored about 10 years ago
Revert changes for terminating Tern worker on quit.

b7f55adba71adc1f832fd52bf3f00e22109218f2 authored about 10 years ago
Merge pull request #10129 from adobe/kai/fix-mb-livedev-test-failures

Workaround for #10124: change the title on close.

0ebf3737b8e2fba8c16dc839326338acd0aac2d2 authored about 10 years ago
Merge pull request #10120 from adobe/dangoor/9851-debounce-render

Debounce calls to ProjectManager._renderTree.

fcc57631264d248c748653baa168ca594c96448c authored about 10 years ago
restore whitespace

2f622a7bc49066bcfcbb4b5ad3fdce96c3587635 authored about 10 years ago
Merge pull request #10039 from MarcelGerber/themes-mode-class

Add theme option addModeClass (for language-aware themes)

b36ebe94bfc994e7ee304262328cb3ff14dee01b authored about 10 years ago
Use Jasmine's `waits` function instead of my own.

Also fixes JSHint error.

a18cba40121df5b605a978d76883a1315fd7aa1e authored about 10 years ago
Address review comments.

- Exclude failing test.
- Add full screen overlay on Live Preview close in browser.

835923b79962d961ff503df2a4be7fb040bac168 authored about 10 years ago
Merge pull request #10118 from adobe/randy/update-inspector-doc

Update inspector.html doc

fb54d27b79020be0fc1f4f49189686fe609428ca authored about 10 years ago
Address review comments.

- Rename 'preferredOnly' to 'usePreferredOnly'.
- Get rid of 'firstOnly' altogether.
...

fb0183fcb23451384b51220bf981fd8bac95fd5f authored about 10 years ago
Workaround for #10124: change the title on close.

On Mac/OSX alert causes system modal dialog which prevents any interaction with
the browser and ...

500e42054822d3ccc6d1e56d3307d8f72b35c874 authored about 10 years ago
Fix WorkingSetView test based on review feedback.

578bdf3247ac447b2087e6b4371cf60695257848 authored about 10 years ago
Merge pull request #9998 from valtlait/valtlait/finnish-1.1

Finnish translation update, release 1.1

f26d45ca7f2948c77c668b67755e64182b07d805 authored about 10 years ago
Debounce calls to ProjectManager._renderTree.

This is a possible fix for #9851. In my tests, this can cause a
dramatic speed up when lots of f...

c931ef29eac958d2a6d445e0982cfb7367c1bae8 authored about 10 years ago
update bootstrap files

d03bdcbd86910fafd114e89e58d5862ce6097132 authored about 10 years ago
update inspector doc

9456cc29b8deaeb9b44351d4f4addc7841799a4f authored about 10 years ago
Merge pull request #10101 from adobe/kai/clean-mb-livedev

Don't subscribe to deprecated event. Clean up log.

59fb94f6de1480e5ed7b31e581108131cf972ed7 authored about 10 years ago
Merge pull request #10088 from adobe/randy/issue-9999

Chrome 40: DOM agent must be enabled before CSS agent can be enabled

decd8e4602d1bd17b048e35ac6a2097f2836d539 authored about 10 years ago
Normal hyphen → non-breaking one where necessary

453b1f53bb5faeaa02d069593f618e7363a081aa authored about 10 years ago
Merge pull request #10020 from adobe/rlim/terminate-tern-onquit

Terminate tern worker on quit

a7041645f6dacdcc15df0b8f3a47c12402104063 authored about 10 years ago
Fix two issues of user key map for extension commands.

3d7eae871480b641413d3d30753797df1ba9930b authored about 10 years ago
Merge pull request #10098 from adobe/pflynn/testrunner-window-reopen

Fix bug #10089 ([CEF 2171] Cannot reopen Jasmine test window after closing it)

774f0643847ba4f4d167192c539cfbccbeaee954 authored about 10 years ago
Update main.css

Update for space after the selector.

0f9bf7b768b4f19bb0067fb1bb4f8a416c266812 authored about 10 years ago
Update main.css

update for spac...

048e10ee237db57868850d683d525260cb62d0e5 authored about 10 years ago
Don't subscribe to deprecated event. Clean up log.

5742874a7449525488535679b2b2fef009bdfed9 authored about 10 years ago
Also reset _ternWorker and resolvedFiles.

9b92198f962d273231ac6b399fd7649cb9a5a37b authored about 10 years ago
Distinguish between left and right keys and enable KeyBindingManager only when right Alt key is not pressed

21d3699e4a4518475d25099d8c13f0bce240c395 authored about 10 years ago
Fix bug #10089 ([CEF 2171] Cannot reopen Jasmine test window after closing it) --

We were previously relying on accessing window.location throwing an exception
to tell that the te...

b72f2a67c25e182e6c91da2ae614ceadf0ccae8e authored about 10 years ago
Merge pull request #10091 from adobe/rlim/tab-focus-ring

Don't keep focus on mouse clicks on tabs

f9eb0791bd131ffb2cd1ac998db32a0eda4c3b8d authored about 10 years ago
remove unnecessary helperType

934f447e40a440226a62dd94b69d9bcc7c7c099b authored about 10 years ago
fix conflict with master

656a13f649b6d6bb397691c840300348eb24dcbc authored about 10 years ago
Merge pull request #10010 from sebaslv/multibrowser-livedev

Landing CDT-independent livedev implementation

b8f92c1b36c2a15396e36b732d7f3fe52e8f4a8d authored about 10 years ago
Update and rename rtl_main.css to main.css

1b6de3ca68ca0c922eb7eaf57a3968101b9a433a authored about 10 years ago
Update index.html

42015124d899a38a28ad21431fe13e4a0bb539f3 authored about 10 years ago
Update index.html

f7c498d47ce723cb49697c8abe07b634cc0f838a authored about 10 years ago
Update rtl_main.css

fa9db96c7c9266622347c45d0e740ef4f0a5e3fe authored about 10 years ago
Update index.html

5939b9125eb3817fa4895b5c4018832c64fa7241 authored about 10 years ago
Update index.html

fix SHA.

0047e46ebe0fb291c5423fb78845064d3a3c27af authored about 10 years ago
Update strings.js

fix SHA.

cd2396f24fb60e99d769003bc7eda7adb5b38d02 authored about 10 years ago
add disable

af665f07db867ccb1b1473dedd6e833d010454f5 authored about 10 years ago
Merge pull request #9557 from adobe/pflynn/better-less-errors

Show LESS errors in console, more thoroughly

04efd92ae3d91ea70c6481a7e32e6e4f41676d55 authored about 10 years ago
Update strings.js

for delete "APP_NAME" : "براکتس",

1d60964375f0e180f8a9a2e8c9f1d9934cebd8c9 authored about 10 years ago
Update strings.js

fix white spaces and SHA.

26430c6f547a7993643cbbb4bead43efe8b19b3c authored about 10 years ago
Fixup of maxCodeHints pref

2af9c562792a807f8f3f203f4f67ef8141b4a8fe authored about 10 years ago
Don't keep focus on mouse clicks on tabs.

38fa54a687dd6d951a4f9cc1d1223b83d75eed11 authored about 10 years ago
Refinement of PR #8736: also log LESS errors from the parsing stage to the

console (not just the output stage). Also covers cases where the file
doesn't exist, for both CSS...

c625d0227941e5c71b9b9893d5dcfffdc9987006 authored about 10 years ago
Chrome 40: DOM agent must be enabled before CSS agent can be enabled

25348959cc0bde9d473454c4266727a38638ee2a authored about 10 years ago
re-enable ViewCommandHandlers test

54bb0bb9946b6f02535303a94b8b02ae2ab9ff9b authored about 10 years ago
fix documentation issues

- align documentation for _setTransport
- restore object definitions broken in the previous commit

bef898bea788b5859589579dc11dbac51f1b039f authored about 10 years ago
Merge remote-tracking branch 'upstream/master' into multibrowser-livedev

fe8a97bce93a5ef7f7b7f75780a2563aa8ce4f24 authored about 10 years ago
fix documentation issues

e8ef70e856031e8126da069833338195a7cf0c39 authored about 10 years ago
convert status styles/tooltips array to object

c29305f435d46df6b79783e1763f14cbf062f8d9 authored about 10 years ago
Merge pull request #10072 from adobe/dangoor/9910-project-tree-root-dir

Ensure that the baseDir for createNewItem is within the project.

23a25566049a4eb94e45b13ccba00b85c2275f12 authored about 10 years ago
Merge pull request #9777 from MarcelGerber/about-default-branch-name

In About Dialog, display default branch name/SHA in case it cannot be determined

f01660724382bbfab7c82062fe34c5f354a9b4e2 authored about 10 years ago
remove unused modules

4bcbe70d381b39b2686e89c180da30c74205822d authored about 10 years ago
update Copyright year to 2014

6c07729c8f9d1ded97c45127bc49141c0724871b authored about 10 years ago
Switch to native reduce.

509417cd8d90b0303435ea787fb4b14ba0c7c6e6 authored about 10 years ago
Use variables for pref names.

d005def1a4c007f999b292a6e7a6e52728787073 authored about 10 years ago
Merge pull request #9905 from adobe/kai/measure-project-index-creation

Add measurement for caching project content.

dd2c1e9a294bc34fe3f2851226c9d5253e53a477 authored about 10 years ago
Fix testing left-over.

6389919b6fe5e413c456c82b3a710eea8e42730d authored about 10 years ago
Allow specifying both string and array in `prefer`

4232b7e9716d7c4cba60ba3bc971b018af61f42c authored about 10 years ago
Switch to array for 'prefer' pref.

47399b600b7347239fa55781345d7c1bba9e47c2 authored about 10 years ago
Nicer reduce.

0b003f5464d19345568ab7f62f5a9053baf7b871 authored about 10 years ago