Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/find-and-replace

:lock: Find and replace in a single buffer and in the project
https://github.com/pulsar-edit/find-and-replace

Merge pull request #143 from atom/bo-fix-use-selected-text

Populate the find box with single line selections Fixes #141

2561d4852d9764f0cfa9a3b3691c36e442b72f01 authored almost 11 years ago
Populate the find box with selection on single line selections.

Fixes #141 Refs #142

84657074d03427e97408154179b94a688c2411ea authored almost 11 years ago
Merge pull request #140 from ethanmcc/master

Focus editor after pressing Enter in the find box

ae5bfdb9e47b7e880d1ea458c006beac0473dccb authored almost 11 years ago
Add focusEditorAfterSearchOption

Defaults to false. Pressing enter in the search box
will focus the editor if this is set.

d0185a4adb60312c56db10e91ddc619f59c14363 authored almost 11 years ago
Prepare 0.88.0 release

3b4b9d7be289a37eb28d7715220ed3eefea4a337 authored almost 11 years ago
Focus the editor after finding next in the find box

b686d68e1372120578e13f9daf7221550ec4c26d authored almost 11 years ago
Prepare 0.87.0 release

c113eefe02fba4525cd4f85accf77539522661e6 authored almost 11 years ago
Merge pull request #137 from atom/bo-replace-find-contents

Always populate the find box with selection

cc20098cf06cc95a0fe72ef1db7b86016de3c6fd authored almost 11 years ago
Always populate the find box with selection

Closes #135

823409e1d4ecba873e020a13168b38ba8624fb73 authored almost 11 years ago
Merge pull request #136 from atom/bo-default-focus

RE: Change default to not focus after search ; Closes #131

1ddd14d78036194a7626fd0024f1c47b370007b6 authored almost 11 years ago
Keep focus in the find box on confirm

de9a22a4589423679dee386461779b1140879762 authored almost 11 years ago
Prepare 0.86.0 release

3971657d8bb5eb1619f81a08691e7752de46a8b2 authored almost 11 years ago
Check that view is non-null instead of defined

view is always available on the jQuery prototype, the ? check
should be have afterwards in the c...

5328e8e0ab0ae217cf4d6c3f46f2c559996e5583 authored almost 11 years ago
Prepare 0.85.0 release

056a278cd52666c582207bce88143a6d3041b933 authored almost 11 years ago
Require _ from underscore-plus

7ae3d8684e9b5eea47ac437a8f065b38dad1a3f1 authored almost 11 years ago
Prepare 0.84.0 release

c3c45250eb1893ca648017afe2fa577deb4432e4 authored almost 11 years ago
Add keybindings to sections

9d093129e5fb6355bc03230f38eaa9bf326b4b6b authored almost 11 years ago
Add headings about screenshots

a27c5aa4b780dbaf3ab75636d5e8fb04b7186911 authored almost 11 years ago
Add explicit fs-plus dependency

b1466850123518d6d1688eacb5d96611660096a2 authored almost 11 years ago
Add explicit underscore-plus dependency

826a08a01b834029bb163cd576fa8677ffc0be83 authored almost 11 years ago
Update LICENSE.md and CONTRIBUTING.md

d65cc876f4fd435080173b2dc2d62c1791e312b1 authored almost 11 years ago
Prepare 0.83.0 release

df37b2828c0e72921670c4c01d670262c1d7e0b0 authored almost 11 years ago
Update specs to assume open returns a promise

0b72b1361ebe3bae992ea69db6240e77ddc67c4b authored almost 11 years ago
Replace openSingletonSync with open

ba132d54e0b1c94271c8770c1027675b4276f21d authored almost 11 years ago
Prepare 0.82.0 release

7e7f4d5e28c49b6420e64cd0343ceff429f55709 authored almost 11 years ago
Use the `toHaveFocus` expectation

cb7308162f412715b2f55181873059e1155db732 authored almost 11 years ago
Remove attach state

Because FnR uses activation events, attach state is pointless

4c5c75d7d5efece37b59125c888a0c6a1f587013 authored almost 11 years ago
Update specs to use promises when activating package

fafc1cabe0ea21e3948aace44eff970914d09acd authored almost 11 years ago
Remove command listeners on deactivate

8a854cb4b7a361341e48cf42c64f7a643dd75f05 authored almost 11 years ago
Prepare 0.81.0 release

a916787069d7e589006a3748bcbbce9f8dd55b4c authored about 11 years ago
:lipstick: Indent select-all specs

dd8388e0db05a0f042f5bcbbb99d7fe23aebfa51 authored about 11 years ago
Don't include newlines in word regex

Closes #128

c1502c4e1e5c16d51586a27d8f5ba305d0568261 authored about 11 years ago
Prepare 0.80.0 release

2c58a497bbebf26eda4a83fb1d551d006c5190f2 authored about 11 years ago
Guard against invalid regular expressions in project-wide search

Fixes #115

b97292e3b6e37d2fad38f03c81d78b4635efed53 authored about 11 years ago
Merge pull request #123 from atom/bo-remove-live-searching

Remove live project search

ee141e4c7e3e647dda5dcb3ee8d93271d364a9b9 authored about 11 years ago
Merge branch 'master' into bo-remove-live-searching

Conflicts:
spec/project-find-view-spec.coffee

69112fdaa1b30139580c6cb3a0aa5476417877bf authored about 11 years ago
Prepare 0.79.0 release

99e6a32330ef1e565b844b9e00804a76c45d5377 authored about 11 years ago
Subtract prefix length from matched range

Without this non-word matches would be selected in certain cases

67ffc0c638b7cad0ac550396e791fc4c030e1b12 authored about 11 years ago
Prepare 0.78.0 release

6b36b11f1ed7bbd17af38553ef82a019eb12abf5 authored about 11 years ago
Merge pull request #127 from atom/cj-escaped-chars

Escape specific chars when using find and replace

ecc2c989e8b32a2fd039c6681b48b957e6f5941b authored about 11 years ago
Use backslash instead of backspace… duh.

ab96a07ac97424169e56b72029c24f6d4c6e3062 authored about 11 years ago
:lipstick:

287050562f221d5ad3e5e0869eea869bc1c720b6 authored about 11 years ago
Rename unescapeNewlinesAndTabs to unescapeEscapeSequence

7c6095b3527c7dfe8b9e843e61bbc1f00bc3709d authored about 11 years ago
Project replace escapes special chars

\t, \n, \r, \\

c363d021aefbf2fa01270400f439d67e7440ea26 authored about 11 years ago
Project find allows special chars to be escaped

d25477e8a2a5f84ff836758c0fc56b72a104c1c3 authored about 11 years ago
Move unescape method to helper file

6fbdec25105b0371d9f83406c8cc227a91b63a8d authored about 11 years ago
Escape newlines, carriage returns, tabs and backslashes when finding

6c16bfc3b2230ccbd328aaaeaa69ca0335616e13 authored about 11 years ago
Escape backslashes

aa89361337cfc2355845370f9f3b7162625116f6 authored about 11 years ago
:lipstick:

4b797d378cdbbd501a7b1b6cd2f74caf7d8f3826 authored about 11 years ago
Include \r

8bf6608da8ca8de2be56cb43ee12940050b4f402 authored about 11 years ago
Pull out method

e9d0779f9f14e501b9a15d8cd158b0ae99855ebc authored about 11 years ago
Replace escaped tabs and newlines with the tabs and newlines

a93613ac26430d328c33bbe234613f14e6da6c08 authored about 11 years ago
Prepare 0.77.0 release

8bcdfd895bf8541c56c88427c267bc82a0408858 authored about 11 years ago
Remove duplicate q dev dependency

4b26d54edbc7573e5006b940e5ab3aea26c2a16d authored about 11 years ago
Upgrade to emissary 1.x

8b53e267dc86cbc1c4fd7810bf1504303a826fdb authored about 11 years ago
Remove jasmine-focused as dev dependency

a3b3829921bb87c319a670abf31be035297c3bef authored about 11 years ago
Prepare 0.76.0 release

71834465624bde4a644ffea5e2b2443cdb6da4ee authored about 11 years ago
Merge pull request #125 from atom/ns-fix-is-updated-needed

Update marker if the new range or the old range intersects rendered rows

0999e6cdd79613711eb2d1b7d89a2009a5995bf6 authored about 11 years ago
Update marker if the new range or the old range intersects rendered rows

Previously we were only updating the marker if its current range
intersected the rendered rows. ...

e872a8246d52b4dc5354d846acb14ff651de4b00 authored about 11 years ago
Prepare 0.75.0 release

efe3b31bb380530fbd909567c58129014efe59d2 authored about 11 years ago
Remove calls to EditorView delegates

d254ba325d9b171a35f279604d97687059820174 authored about 11 years ago
Prepare 0.74.0 release

aee165ed99eac2b392b01d67bd69f14e411656bf authored about 11 years ago
Relax constraints on query in ResultsPane::getPane

554c5bd82a0a88ac027541db15b876a8612aa5cf authored about 11 years ago
Remove live project search

880ba051d671eb262a19fc281b77ad4e22935c1d authored about 11 years ago
Prepare 0.73.0 release

f14efc1791c9dc17e525c6b8cf2a80b01c262bf0 authored about 11 years ago
Only update editor when pattern changes

This prevents contents-modified from being constant emitted by the editor
causing typing and cur...

762fe43f7a6ecb729e428f2c2782a7cc7de58262 authored about 11 years ago
Prepare 0.72.0 release

1f5eab6e1b7a2e6351655424c3dbc618c2700385 authored about 11 years ago
Merge pull request #122 from atom/bo-undo-transaction

Undoing replace with multiple things is in a transaction

9e18948baa5c1ed2bcd4b37ba4237ae4d281447c authored about 11 years ago
Undoing replace with multiple things is in a transaction

fixes atom/atom#1381

0136197c1a093a8dde4ac35705f0e5e1b8e20f9e authored about 11 years ago
Prepare 0.71.0 release

f4991fef5190a0515873f65545f3fdc542586d2f authored about 11 years ago
Merge pull request #120 from atom/ks-copy-instead-of-serialize

Implement copy instead of serialize

d025ffa8bb53769871990f0c2d516c8eb81e2220 authored about 11 years ago
Implement copy instead of serialize

Implementing copy is all you need to do to be able to split the view
and this will remove the wa...

4af9962f849c823daa5fc9732c2bb82ed8dee93a authored about 11 years ago
Prepare 0.70.0 release

f15a096fd65a127e6d86756860a68384348f57ad authored about 11 years ago
Merge pull request #118 from atom/bo-no-rejection

Uses the success handler to handle cancel

4c18904b06b3d49d1bb058568d4f1f3f78be9ced authored about 11 years ago
Uses the success handler to handle cancel.

0843bd1852f046b6a795228cad0b666ad5159fa0 authored about 11 years ago
Remove unused requires

12d65e06e47619d8a6a190dad247b304390e3572 authored about 11 years ago
Prepare 0.69.0 release

0ff3b77e9762509d2eef3037c815b3f850109324 authored about 11 years ago
Merge pull request #117 from atom/ks-find-under-word

Find and select next/all

96dec4538f2897a1f7a33ee0c80b9d4aaed8fbb8 authored about 11 years ago
Remove duplicate $

3b329e6feae230902fd450b634aec3eac85e475b authored about 11 years ago
Move plus inside group

8f3c6f03b4b8caa732e51c827d763ee42a2bcdc8 authored about 11 years ago
Remove logging

6e7d372ff5212ea20852876101745af18f6e0938 authored about 11 years ago
Add find and select all command

594fc16126ae1aeb8e2e159c192c041393e3a6d3 authored about 11 years ago
Use latest selection when computing wordSelected value

3f2d3e9c233b2272029dcdb9a76ea737069cec3f authored about 11 years ago
Remove regex variable

a25caf0f7eac20f9199ca990996b7afb47807a57 authored about 11 years ago
:lipstick: Add newline for clarity

b1d43a9d99964d58a5703245f8edd326617c33e6 authored about 11 years ago
Track where entire words only should be selected

If a word was originally selected then keep selecting only
whole word matches in subsequent runs...

cbaec6b19e83203d83e9c30e5f359f17558787a4 authored about 11 years ago
Unfocus spec

4ea0d3208950ad74edfdc2bc83ac059e60a903cc authored about 11 years ago
Update describe for clarity

ab88981b6a4e6672a4b1105c0b6f383fb2ce78c5 authored about 11 years ago
Add select-next as activation event

c95464608c123e1c74da4946bec11c3a799686dd authored about 11 years ago
Use skinny arrow for event handler

429d7300dfd972a92ba6c2d1171bdd67c24b79e0 authored about 11 years ago
Add select next menu item

795523bf42d68218b27a43ad81a631d30604e512 authored about 11 years ago
Add select-next to keymap

897aef01909c7874f17fdd98ce1b5e7912f6cdcf authored about 11 years ago
Add initial select next support

cd151f24f7daa03721b59a87efeeed51853ba7cc authored about 11 years ago
Prepare 0.68.0 release

1050877faac13fe9592905ef83f1799814379efb authored about 11 years ago
Update appending to workspace view

62326e337f96af989b464bfd9b8453b2f0c3df9e authored about 11 years ago
Prepare 0.66.0 release

7555c938d0038580885a1a9d4b66b084c05837b9 authored about 11 years ago
Prepare 0.67.0 release

7a5cb4b88e1686c6431b4ee0079e6b3e841dc8c7 authored about 11 years ago
Prepare 0.65.0 release

99b1eec78ec9f3d1aa9e23e16459f2a4be41177b authored about 11 years ago
Merge pull request #113 from atom/bo-live-buffer-search

Live buffer search

07624fd9321b28c362fd3c1a225372c70d5965c0 authored about 11 years ago
Remove pattern check for one char.

c414f307a60a66c86a7a894695e3ea33d5a6508c authored about 11 years ago