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

Remove unused spec code

0ea1175889e67b21ce16cc4f83c91119533b4e2e authored over 11 years ago
Select find/replace text when find/replace is toggled

5d8391337cbfb52173ebcb7822075da20c145cae authored over 11 years ago
Serialize find/replace's attachment

45bbd13c0d8aa2beb53b01a77ff9032e9a286731 authored over 11 years ago
Update css

912ecf5c84150fbd06d4187840d712f51278e9e4 authored over 11 years ago
Fix core:cancel's keymap selector

40179ed2a2fb8a09d9ef0c5a1e0dd518d42b975d authored over 11 years ago
Add pairs files

387c6bc0858c9c36bf596659b49576d513af4f5b authored over 11 years ago
Don't allow html text to be selected

f7cf4180f4f73d7d4462daf73812721b30cf9686 authored over 11 years ago
Pressing tab cycles focus

a913637f60261bc2871b31a5402d378225dec215 authored over 11 years ago
Fix focus problems in replace mode

17e35300828276c530bacb90ac775a18bd395478 authored over 11 years ago
Empty searches remove all markers

4d2c5fce64ea63ea2c337c93002ce819413274ee authored over 11 years ago
Reuse existing markers on update

fcfa7036b66813d5b308fd1d7a49382a822be9f1 authored over 11 years ago
Fix spec

083f23988d3f02a4236e93baab3aba02cee7251c authored over 11 years ago
Only show results view if an Editor is active

17f67676d9dc9728471ef394e5d1d9516fbcd1d1 authored over 11 years ago
spec :lipstick:

9df68aa7772a3cc01c5bb9c2ed98b29f29cd2700 authored over 11 years ago
Remove project files and unused specs

078c4877e29d238b5f765d86661242b6b7915c85 authored over 11 years ago
Add labels back into the find view

17fd2e0c7a1b4f8c037194b572486345aa22a5f6 authored over 11 years ago
Update styles for new theme components

2d8bf2b2253e77899354815cd63c4a53a44f9761 authored over 11 years ago
Update for new theme components

62f574c771ebe350a3a3d798defab58f8a983d3c authored over 11 years ago
Rename show-replace keybinding

fddc3ae59f75759aef7036b6fd9763ba0815fc46 authored over 11 years ago
Don't update marker view displays on construction

This causes render problems, render them after the editor has a chance
to update the DOM first.

5065fb3a6f87bde20c05bc50b98d6f3ec1a771e9 authored over 11 years ago
Only Beep when explicitly calling find or replace

d179935d7f81b5d10267ad7ae8317c009ee5eebd authored over 11 years ago
Always update the display of marker views when they are created

6d897d4b078ed3d6b99673cb6390b9699ec3b06a authored over 11 years ago
Update find-and-replace:use-selection-as-find-pattern

This method now calls the search

4c3ec416f7fb166e2b9b949a0a489ec5c217b090 authored over 11 years ago
:lipstick:

525090fd1942062f05876897a96ccd298376c69a authored over 11 years ago
Toggling options re-runs the search.

Previously this would overwrite unsearched text in the find editor.
This changes things so we ca...

b6c6dbdf3815d4f5528545960637ca1f72f2ef2f authored over 11 years ago
Spec :lipstick:

05a07a1b1587c149d813df8c9c3b260a8267ff05 authored over 11 years ago
Allow regex replacement pattern

Uses JavaScript's replacement pattern language to handle the
replacements ($1 replaces first su...

48d8070ffa20d682d23b44c7a2ffc30c1a6bac3b authored over 11 years ago
Rename FindModel::update to FindModel::setPattern

57cdefb6f5c0a656cecb82053a4520f196585733 authored over 11 years ago
FindView retains focus (and beeps) when no matches are found

784b62fc54abc8a054032b30b488d06fa16085f3 authored over 11 years ago
Toggling options re-runs the search

aa1c5cbd073df8d01dee78b058f27b6054b703ce authored over 11 years ago
Whoops

2f4ee8934049b4ebb6285735605589599360454b authored over 11 years ago
Rename `markers-updated` event to `updated`

c628d34af9e15a16d00d8a9e92780df7155103f7 authored over 11 years ago
Use one method to re-run the search

And also one event is used to show the search has changed

cb2b05855c55e5a4ccda8d4fd34a682d47a13ec2 authored over 11 years ago
:lipstick:

b89537b3a44299a1acaea6f09fd144e175326764 authored over 11 years ago
Move replace logic out of find-model

b7a4c50140aae849956b5b6b9de50b335dea0f96 authored over 11 years ago
Remove log

389282608638c81212f712cd42d171ffbebe3e4a authored over 11 years ago
Add serialization specs

7a4ff102a911f1fcd211bda4cd45d04815fd9cb5 authored over 11 years ago
Add history for replacements

a416f1442cb8cb75ba5b703cbd4e39ac8feb649d authored over 11 years ago
:racehorse: Don't use Space Pane for marker views.

Using raw DOM elements speeds things up (by a factor of 3-4)

1adf00a194ff82692b0559f0f68eeedeef695051 authored over 11 years ago
:racehorse: Only show marker views on rendered lines

5e09ad8831dee330704a66eebfe6bc438f870878 authored over 11 years ago
Update search results when the buffer changes

f0b82a68792686c0ffffe72c081b68d5c48fca64 authored over 11 years ago
Make find within a selection work again

67bdfd6ea3beb725750f44999fa1744f75a85123 authored over 11 years ago
:lipstick:

c4d13a6ec07cbd363719ff4205c6e65eec231b44 authored over 11 years ago
Return focus to the editor after find all

b26da056cf5a7bfa7147517427a8f672fdaec8cd authored over 11 years ago
Rename instances of `search` to `find`

35f583f6c93d764bcc412f059274fdb754e0401d authored over 11 years ago
Guard against no results

ce9d1b5a58927da2721edaac3bb304bf0428fa07 authored over 11 years ago
Redo search when edit session changes

f0d9210d73289c7c492e436fd6318f5ac596c77d authored over 11 years ago
:lipstick:

109ffdcd1750308dc1e4c3b3bb2202759095f763 authored over 11 years ago
Finish find-and-replace:use-selection-as-find-pattern

ec3e6b7364367c7858e8733e20c009f05463228a authored over 11 years ago
Allow findNext and findPrevious to redo search

1a438c35b6d4e7895c242d142fd29705be40125d authored over 11 years ago
Make replace work again

16329a2659cd098f86c5f7850789c1d2d06f9b20 authored over 11 years ago
Put SearchResultsModel into FindModel

0a15fafae69d5fb07c8807836fc9154cb77a3e42 authored over 11 years ago
A lot more renaming

820f552029aae5d1b352937cf758fc56945b1f77 authored over 11 years ago
Rename BufferFindAndReplaceView to FindView

BufferFindAndReplaceView is so long, but FindView may be too short.
I'm going to try it out for...

571910ed2a210be0cee446d32eadc4f1d45b9881 authored over 11 years ago
Find works

7236505bd99c0eedcf1c6174a2d0ba5b70d6f483 authored over 11 years ago
wip

a6c542a48a9defba82eb59d47b28f4fe1e82bf76 authored over 11 years ago
wip

fae2915e0295aaed327841fc996d878f7e4c092f authored over 11 years ago
Add spec for case insensitive search

b4fa84d8831b36347b977a44498b3bab648d60e0 authored over 11 years ago
Add spec for regex find.

c0af3ec1fd94fb1865a65eea0eacf9810139db55 authored over 11 years ago
Rename display-find event to show

063641a3a3fb80ccb41b4d8ee28a4c1d4f978532 authored over 11 years ago
Pull history logic out into its own class

4a6ae7cc449a3802a3c0fc6cd6817cbf42f6b39d authored over 11 years ago
Only run search if a pattern exists

ef81889f648ea22b30ab8de2a09a497e134c5d71 authored over 11 years ago
Refactor SearchModel and BufferFindAndReplaceView

Changed how BufferFindAndRplaceView uses history

605119e88b8d50a74b86093455c066e138b6710d authored over 11 years ago
Detach BufferFindAndReplace when there is no active editor

6fe5bdbfe17e5bc1555cc1bf79558f4ed519211b authored over 11 years ago
Rename view to bufferFindAndReplaceView

76a02029a4f3de7661283666445211c490ab2d71 authored over 11 years ago
Updated buffer-find-and-replace-view-spec

I tried to make these specs more closely match the style of Atom's
other specs.There are a few t...

b47479421bcbd7b167fd18ac9f6c774bfcc96f8f authored over 11 years ago
Remove hack

b61cc20d7d462189f0e24c7b805f9677b4c9dae4 authored over 11 years ago
Remove redundant search call

This was calling search twice because findNext also calls search.

783154622e31fb44dbc4b81deb8a5818ade3e761 authored over 11 years ago
Merge pull request #5 from atom/bo-project

Project find and replace

eccd0146d605c7412141d4019edf8d2ecf9069f1 authored over 11 years ago
expand and collapse all buttons work

b52f9736ff46ea802e8fe007d67e31183a0fb2a7 authored over 11 years ago
Keyboard navigation on the preview list works

e39be5fdb7f623f6d00a64ef1bc03c6555c6ad09 authored over 11 years ago
Style the project search based on the command panel css.

ac8475b080ebc75182c1c8c6780b1496d1bf0f42 authored over 11 years ago
Add preview classes from the command panel

c7d5f3bfdad7dc283b37e4b181a555ca42f366d5 authored over 11 years ago
Add project find box in there.

Does nothing but pop up.

8b5bf8ba6a579f238f27925b007869b3b6b0d288 authored over 11 years ago
nof

2fdb502f4f751dd08a1b6de06d562981837ca9e9 authored over 11 years ago
add specs for serialization

3c37fe1a2fd520deb06cb4287503212e12b5cd53 authored over 11 years ago
refactor find-and-replace to make way for project

5884760b5b74392a7a70c829a854525bb3d74b6f authored over 11 years ago
nof

b1c9f039d308f3b2707bd5bf809d26ba8ec5fd3d authored over 11 years ago
Merge pull request #4 from atom/bo-rename

Rename buffer-find-and-replace to find-and-replace

1d0793c3dac37172281ae9f002ae7dd2ad5dc168 authored over 11 years ago
move buffer specific things to a buffer directory

d35206ae65278c98ea3e7c2aff06a823cdecc6c2 authored over 11 years ago
buffer-find-and-replace to find-and-replace

768d887df66a4f47f15459cece20b7f7cab9f06f authored over 11 years ago
remove buttons; use those in the main theme

1433fd31cb4444eda5873d9534175ec63a49d8c9 authored over 11 years ago
Handle editor destruction in and results view

09f48ce9e274a0b46d95000cb5251a3533687160 authored over 11 years ago
Merge pull request #3 from atom/bo-collaboration

Update for collaboration

e1a1e68079e9de2f82f0258217b550dab2a4fe62 authored over 11 years ago
Update to the new marker api

938c8627885ded3bc6241b4bf1cbb2ec189b72d8 authored over 11 years ago
Update use of marker apis to new telepath

1804e389d536c499306ae9979febfa788732cc64 authored over 11 years ago
Fix test

5253fcbaaeccb206a44c08fbc478c25744c8c3cd authored over 11 years ago
Fix imports

3b0c0be17e679ec76a879dbe8ad9a34cd48805fb authored over 11 years ago
Merge pull request #2 from atom/bo-ui-tweaks

UI tweaks

2e9edcd63a03ca02bb5f542f940bb81038868ae3 authored over 11 years ago
:lipstick:

a21666b65bc620090c8c455dd4bad6fa91a6ce4a authored over 11 years ago
Track the current result based on cursor position

6e8f04d7073a254db425c2b14578b7a0aee5c270 authored over 11 years ago
Remove hack for currentResult clearing

d91223c4f03016fb8eae2c6ec0e0a017ac2b25b5 authored over 11 years ago
Set search pattern with cmd+e

36a0b2ee334adc4c6ffd9dc4062ae360ca620c49 authored over 11 years ago
Add previous searches to the history

80a511027043c548ef08db1721dbdb88750ca799 authored over 11 years ago
Serialize the search history

fb23e0a3e6e26ef6856d479c1b50704295022ff3 authored over 11 years ago
Add history to find and replace

31a6bbc7b2021b3498c3ae6cf0ce089fa976299e authored over 11 years ago
serialize the searchModel

810d1aa124cdbe070536959b2997786159076652 authored over 11 years ago
Run search when buttons are clicked

4763a3d5e33e4092654284932042509867150d1e authored over 11 years ago
Results model emits results when there are no results

ced21711d8e34b6d6f275ead1ca3f5812faa1301 authored over 11 years ago
Focus the current editor properly when search is run

3f62f58d9c9aecae2ebebfb0510e7ef568deacf9 authored over 11 years ago