Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/line-ending-selector

:lock: Switch between Unix and Window style line endings.
https://github.com/pulsar-edit/line-ending-selector

Merge pull request #1 from pulsar-edit/confused-Techie-patch-1

Archival Notice

220e2494558eba695536e11e41c1ee5ad1f2abdf authored over 2 years ago
Archival Notice

32f49ad10ae560ae12a30a39fb6d22d67221fe11 authored over 2 years ago
Merge pull request #60 from atom/add-archival-notice

Update README to deprecate repository and redirect readers to atom/atom

cbadbc9d020f2a3637a350e1759f05a6f18d3da0 authored over 6 years ago
Update README to redirect readers to atom/atom

6111c383dd9f1b5047645a10202034a9207e0d43 authored over 6 years ago
🤖 Enable move-issues bot

702705a93a5f9d47212ee800cc994ee9ac995d1f authored over 6 years ago
Merge pull request #59 from atom/dot-github-update

🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

8d9f7f443719fd63135bc4a155c50171b79d7a1c authored over 6 years ago
:memo: Update .github

53ee45518d946f8cac6674bc04b84fb3f5375c76 authored over 6 years ago
Merge pull request #58 from atom/dot-github-update

Add Probot no-response configuration

dd41431a7b01a93a1a9a2874aec0de3771636475 authored over 6 years ago
:memo: Update .github

266717ed4f72f9738b1eb37df24e403d8bab1c5c authored over 6 years ago
Prepare 0.7.7 release

5dea7193eb4e23a722e6933fa3d010518f476eb5 authored over 6 years ago
Merge pull request #57 from atom/fix-atom-17326

Fix flaky test re: "changes the line endings in the buffer" 🤞

5557ee0c093c044fb9665029275e80b2b6ddbed9 authored over 6 years ago
Set up change observer _before_ performing change

Prior to this change, the test changed the line ending for a file,
_then_ registered a change ob...

3db501b2d737f12a02fbb24e1d91a97ba36f61c9 authored over 6 years ago
Prepare 0.7.6 release

cbcfd1bbcc3d48f039727d23d25bcc7d5852e7fa authored almost 7 years ago
Merge pull request #56 from atom/aw/not-mixed

Prevent LFRegExp from matching on "\r\n"

8b09af9831488ac14267b167ddb9d4ced0dc1146 authored almost 7 years ago
Prevent LFRegExp from matching on "\r\n"

8643ed56c73624d9439ff1ae9431c5e361d39de3 authored almost 7 years ago
Prepare 0.7.5 release

1ad61b65fa23361378ff5a4af11f3f3f12708e33 authored about 7 years ago
Merge pull request #51 from atom/wl-update-atom-select-list

Update atom-select-list to 0.7.0

8e0893c1f4715938aebda6f16ba1a556a5adc7de authored about 7 years ago
:arrow_up: [email protected]

3ce8d90c54d9689ab6be88d1f28e1bc8706915db authored about 7 years ago
Prepare 0.7.4 release

7237bb747164515dda3e2ed08a50d6deb57a4c1e authored over 7 years ago
Merge pull request #50 from atom/jr-remove-obsolete-conditional

Remove obsolete conditionals re: active text editor APIs

3fdfa9e9fc6e602aa19373443a3892cddb345982 authored over 7 years ago
:art: Rename variable for increased clarity

3611602519eee38e546766801e46421aea3f201d authored over 7 years ago
:art:

f4e500affe2ae99b057bbb1aab255813b2a1a818 authored over 7 years ago
Remove obsolete conditional re: `atom.workspace.observeActiveTextEditor`

Now that 1.19 has shipped, we can expect
atom.workspace.observeActiveTextEditor to be available.

0cd56c7aa94e3c25ac20416fdb1bea878dfa2df3 authored over 7 years ago
Remove obsolete conditional re: `atom.workspace.getActiveTextEditor`

Now that 1.19 has shipped, we can expect
atom.workspace.getActiveTextEditor to be available.

167d4a4ed3455341389233bb573e80c22d5e6af2 authored over 7 years ago
Merge pull request #47 from atom/jr-add-test-for-non-editor-element-having-focus

✅ Add test for bug fixed in 2ff4ee3f83

6552cabe1a5e519f9c7306807834009a7b4ed9dd authored over 7 years ago
Prepare 0.7.3 release

40aab2b0f2fef237846431846fd789ce0443e367 authored over 7 years ago
Merge pull request #48 from atom/mb-fix-tooltip-text

Make the tooltip display the correct text

fe4d9974b7ef3ac484479e70f2d4f7469d054908 authored over 7 years ago
Make the tooltip display the correct text

* Add tests for the tooltip feature
* Make the tooltip compute its title dynamically
* Fix broke...

3dc55a633904b3608b790dda4a98252aa314769f authored over 7 years ago
Prepare 0.7.2 release

88293bbd1a7ac8123609635c6f939e8e8fd90c1f authored over 7 years ago
Replace TextBuffer.search -> TextBuffer.find

7aed744cbd348dc80317dbf73daa7ba7ab5f2a65 authored over 7 years ago
✅ Add test for bug fixed in 2ff4ee3f83

Add test to prevent accidentally re-introducing the bug that was fixed
in 2ff4ee3f83.

ed3da092e0d0e57108cf5000435b84a1e3c75945 authored over 7 years ago
:art: Refactor tests to pave the way for a new one

f5ea7d0574f32b0df1932b7e047e87be96844ff9 authored over 7 years ago
Improve accuracy of test description

This test does more than just click out of the active text editor; it
_destroys_ the active text...

c5efef0fef8946dded7c6efef880f04fa868c5b4 authored over 7 years ago
Prepare 0.7.1 release

b8f51c6feffc5d7c630e6deb4a47870113fed53d authored over 7 years ago
Merge pull request #46 from atom/jr-observe-active-text-editor

Restore ability to display line ending for pending text editor panes

d12d44bd28e742bf1af81e3b40629b574dc6fe09 authored over 7 years ago
:bug: Restore ability to select line ending for pending editor

Resolves first issue described in
https://github.com/atom/atom/pull/14695#issuecomment-306401262.

2ff4ee3f833c6dc8489518aa4815e20238011f4d authored over 7 years ago
Use observeActiveTextEditor if available

98a6b2fed680f986b7ff2a65d626732e6d7d54c6 authored over 7 years ago
Prepare 0.7.0 release

4973fd85692ab988a7d5e387636efc99c5c34702 authored over 7 years ago
Merge pull request #45 from atom/mb-update-for-text-buffer-changes

Update package in preparation for native text buffer

348530ce51a6f71cb31bb8495e917030bbe46394 authored over 7 years ago
Fix lint errors

d0183a5d08496f70c097b5822d0d5b609f7346b7 authored over 7 years ago
Update package in preparation for native text buffer

* Drop support for legacy \r line endings
* Optimize line ending detection using new async searc...

36b03643a667c6e3388aaf20d8f847497a96dece authored over 7 years ago
Merge pull request #42 from bronson/add-tooltip

add a tooltip to the status bar item

770e2a6687652dffed82498de38adfd9bff18e74 authored almost 8 years ago
use "Classic MacOS" instead of "old Macintosh"

a3773145775923354ae9ea0d5fa117ad4c09b156 authored almost 8 years ago
Merge pull request #41 from tbroadley/patch-1

Remove whitespace in dependency status badge

ec574499a07ac3ce55f26e555da28a3e1243970c authored almost 8 years ago
add a tooltip to the status bar item

d2422736ce877ea099fb5102e1e6777e5e51f0ba authored almost 8 years ago
Prepare 0.6.3 release

cb6f75d8b120cde350c3f881ae5113ffb65b462d authored almost 8 years ago
:arrow_up: [email protected]

6015b98e3d8ad717b469463b7ff32c357c1ec791 authored almost 8 years ago
Remove space in dependency badge in README.md

f5c095824f1e3608953c34a008a2c599e88ac571 authored almost 8 years ago
Prepare 0.6.2 release

173380c955789eb04f63c50578566c06edbc75f2 authored almost 8 years ago
:arrow_up: atom-select-list

f9c4ccfa2f97a4497e4a4e51646e0d0b9a6d83ec authored almost 8 years ago
Prepare 0.6.1 release

04215758215535ac0eee3630970835146c88b9bd authored almost 8 years ago
:arrow_up: atom-select-list

b7a2f6b0b93134accf0a277d50c510db074f52ea authored almost 8 years ago
Prepare 0.6.0 release

11a2784d17f01b97e2a63fe38bb9e8a520403cd2 authored about 8 years ago
Merge pull request #39 from atom/template-update

:memo: Update issue and PR templates

191066553543bab75d4df63f56bdeb0bca288edd authored about 8 years ago
:memo: Update issue and PR templates

a0a5b5494e1a78e304d4d5105621adc77e869a94 authored about 8 years ago
Merge pull request #38 from atom/template-update

Update issue and PR templates

e11cb8335a1d217833b31206e9eed0db0ef01539 authored about 8 years ago
Update issue and PR templates

95931edec5904b9d79779238911a4a1d1167c8f9 authored about 8 years ago
Merge pull request #37 from atom/as-use-atom-select-list

Use `atom-select-list` instead of `atom-space-pen-views`

6c9d98c18981d22296dd3d6aec7812c85b031473 authored about 8 years ago
Return a <li> element in elementForItem

cbda9a60facba0e0b443274fa4ce1278a34fd3e2 authored about 8 years ago
:arrow_up: select-list

04b5f88f07b064be8ff4eace3fbb88eccf7bf7d0 authored about 8 years ago
Use atom-select-list instead of space-pen-views

646a997c1daab5cfaa343979887240837ff1b500 authored about 8 years ago
Prepare 0.5.1 release

c10bc02ffe82d18e7d857099d74d70a4393136d0 authored about 8 years ago
Merge pull request #35 from atom/as-fix-event-target

Use target.closest('atom-text-editor') to access the editor element

5b3d3053887ef7a21320a4c3d29afd70e32c4c0b authored about 8 years ago
Use target.closest('atom-text-editor') to access the editor element

16687177b0e682f64fc9b89c90013292e76d11de authored about 8 years ago
Merge pull request #31 from danielbayley/master

Add class to line ending modal

6c4ca9bb137f0e7009863b0eca8d4767c9d144f2 authored over 8 years ago
Add class to line ending modal

Add `line-ending` to class list of the line ending list view, to distinguish it from other modal...

e31100738693e494fa8399097c67601a8d0ce86d authored over 8 years ago
AppVeyor should test against stable & beta

0f23a3bf1ee92b9840a866e1584dbc6b221b18a7 authored over 8 years ago
Update README.md

88a6c32f27d781a99d16bce6317b3ac677e4e848 authored over 8 years ago
Enable Windows builds on AppVeyor

dd72bc66deeeb5b542302ef4117aae03fa727a54 authored over 8 years ago
Merge pull request #30 from atom/windows-compatibility

Ensure line endings are not modified in fixtures

66dd22551c582aa23fe8af1ae360c42495978c26 authored over 8 years ago
Ensure line endings are not modified in fixtures

a0fdc2fdec06719e97a84916835b0f0b923aa47f authored over 8 years ago
:memo: Fix typo

165c3160a0d51a96fb897ae919b9e36e6089da87 authored over 8 years ago
Prepare 0.5.0 release

b11b850e6e7fc5abea3bec5ce0fa0e9944446eee authored over 8 years ago
:memo: Update README with information on CR support

93dce15bbe47ec377fb53e7bbbf27932edafd00d authored over 8 years ago
Merge pull request #27 from Alhadis/cr-fix

Allow old-style EOL terminators to be modified

08ad1abd6d719811cd0a8445db92cb2a04d725ce authored over 8 years ago
Allow old-style EOL terminators to be modified

3868d256ba2e4bf5dcbfe7cc6767743fb80ed7c6 authored over 8 years ago
Prepare 0.4.1 release

18a51d9048b36e161e159560a5b24677de84a35d authored almost 9 years ago
Merge pull request #26 from atom/fix-specs-again

Fix specs again

1a2e82d465c53243da74da028a2cc670668ab436 authored almost 9 years ago
Ensure there *are* footer panels before grabbing one.

75d9f9b17fd6c5a0c0e8e7eee9f12ad5e6ed6137 authored almost 9 years ago
Prepare 0.4.0 release

12bfdffe3964548d68523be115db26cc6225fbad authored almost 9 years ago
Merge pull request #25 from atom/update-specs

Try to find the status-bar in the footer first.

e0c73a9be57aae2cbe19236afe6605c8d2b5cc47 authored almost 9 years ago
I guess this wasn't a thing yet.

71964df86d0a57d06b818cb2074b937a730a5e6a authored almost 9 years ago
Try to find the status-bar in the footer first.

cd56be2310497c502e96424869f2649dab66731d authored almost 9 years ago
Prepare 0.3.1 release

f247e931bf75f6e3d54668492e1ff87bc79fd033 authored almost 9 years ago
Merge pull request #17 from atom/mb-move-config-schema-to-package-json

Move config schema to package.json

e1a6b6c7793a07bb0ed904bfa7e7ed142b0f06a7 authored almost 9 years ago
Move config schema to package.json

d3099bc85cc9e5eba8f19d0aed9ba8b5046db736 authored about 9 years ago
Prepare 0.3.0 release

345e160c7e06ad6538c8f9a69be6980844362a04 authored over 9 years ago
Defer require of line-ending-selector view

Signed-off-by: Nathan Sobo <[email protected]>

736d8a300e3596daf8d759e7c9e808c29ef695d9 authored over 9 years ago
Prepare 0.2.0 release

10dacea69db65e125b99f233e1774e0334383173 authored over 9 years ago
Consolidate specs for opening an empty file

a8f94861e07d3396116104d2375e8f2acc05571f authored over 9 years ago
:art:

0ff4cdbe1474cd657880e546ad3f0eb2d3667e6e authored over 9 years ago
Merge pull request #7 from clintwood/new-file-default

add setting for default new file line endings

eccf9c9fc6af205ec679a76804f662c5d8ca852d authored over 9 years ago
use JavaScript Standard Style formatting

1c6e4f795336da6ffc5fcd7021ba660e352b5442 authored over 9 years ago
fix typo, add spec tests for config settings

451ab052da54a42e8fc5fe4b556538d1608e6765 authored over 9 years ago
fix typo, less verbose config variable name

760a938b49fb370ba894d52a3341c415c55d6213 authored over 9 years ago
Prepare 0.1.0 release

cdb4e01022cfed25b580886ca95232aa20b8f20f authored over 9 years ago
Merge pull request #11 from Arcanemagus/display-cr

Display CR line endings

aa58e693593278b2ddae051e4948ac53f02ba69f authored over 9 years ago
Add specs for CR files

Add a spec to test proper functionality for files with CR line endings.

4debce7c04f6bca624003551cdd03b62bd842796 authored over 9 years ago
Display CR line endings

Display 'CR' in the status bar when a file is detected to have those
line endings. Does not add ...

672c04c27b4491971a24ce14706c808b1fdb23c5 authored over 9 years ago
style - remove semi's

ea1f71003c79ee055211d5eacb27bce4cf2be431 authored over 9 years ago