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

Sort search results as the come into the model

70fdf43015547d02a7679b11fd53be0b4695d91e authored over 9 years ago
Add sorting specs

99e4b5d95cfdfeac516b20d8e29b4a2e1401e3ce authored over 9 years ago
Merge pull request #482 from atom/bo-cmd-d

Use wholeWord option in select-next (cmd-d)

038a423f4c96c9ffaf0211353936dec34d47fc05 authored over 9 years ago
Merge pull request #474 from adamfranco/regex_syntax_highlighting

Regex syntax highlighting

bebfcf8d465616e011a2ac7a73d711acbe05a558 authored over 9 years ago
#458 Add spec to test that regexp grammar is used when set via configuration.

8ae5cca0cedecf200d92e4f62dfae7246bb2a121 authored over 9 years ago
#458 Add specs testing that the regex grammar is properly set in project-find

266f2e98e933daa3aa3fdc02f17eba17cc217578 authored over 9 years ago
#458 Add specs testing that the regex grammar is properly set.

6aae89298ca76a437ab03ee80dabd306e030e706 authored over 9 years ago
Nof

fca612d4ac07bfa687a315babbebf65e6535900e authored over 9 years ago
:shirt: Fix linter errors

379d334611aa4916a7270f0bcc8f80222ff7f122 authored over 9 years ago
Support the wholeWord option in select-next

0462d40ef373714d0e76a5771b9f80c6afeaffab authored over 9 years ago
Specs for select next with the whole word option

4d3e0a92675c2b7f61b5c8574bbd521cd61b9207 authored over 9 years ago
Prepare 0.177.0 release

2ba4b0e245ea3bbc59dab153d785138c838a4da3 authored over 9 years ago
Merge pull request #477 from atom/bo-same-time

Share buffers and history cyclers between buffer and project panels

15feb669f5e77654ef86d454e6707752f541450d authored over 9 years ago
Use new version of space-pen-views for editor param

431b8b405cf192266959808598a683b688fda29f authored over 9 years ago
Add spec for buffer sharing

950d387898238f52d9eb9a5395658dfab2f00c88 authored over 9 years ago
Create buffers not editors

ba1a7355b304d9d5ac3b639beef417a1b2e7968d authored over 9 years ago
Merge remote-tracking branch 'origin/master' into regex_syntax_highlighting

Reorganized to fit in with code refactored in 2e5a4c32.

Conflicts:
lib/find-view.coffee
lib/p...

90b479a2e827a772b3126f1dae39c2faf55c71a0 authored over 9 years ago
Share history cyclers between both views

bb627aca3129d3b2d1f945dc1f1653828cd67f1e authored over 9 years ago
Share the buffers between the buffer and project panels

7801798ae898444ab945cb9585738c4b1579b4cd authored over 9 years ago
Duplicate the text-editor-view for the time being

SORRY

20a9e3c2aeda5d63f4cdb5900f400550b2d65567 authored over 9 years ago
Merge pull request #475 from atom/bo-merge-settings

Share settings between find-view and project-find-view

2e5a4c3200540b05c76e11e9bcf92474e58fa0d5 authored over 9 years ago
Fix specs

7dfb21dd7eaa66aa2f411daaa62e49771c55949f authored over 9 years ago
Add spec for sharing options

9684069d802d10f96c3d9d3af4999d79e3dbf905 authored over 9 years ago
Add `search()` method to `FindView`

Further make the models more consistent...

05f556507801decbe6ec14df37d6dd3e56952675 authored over 9 years ago
Pass the findOptions through to `ResultsModel::search()`

712491ba00ae1ee04281d708f42d9ecb1dc97eec authored over 9 years ago
Serialize findOptions rather than `modelState`

3ef8bf6a9ac0af2f5c29ae6d89e86d1a2dc2acce authored over 9 years ago
Fix specs

653bd215183a29d074348da6b743cc98791d274d authored over 9 years ago
Update spec naming

78e4fec6400c3d724ebc413c1e2f9751c4d96c95 authored over 9 years ago
Make the BufferSearch model consistent with ResultsModel

ef0f673dfc72715546b26c14d20a326464025a54 authored over 9 years ago
:art: Use prop name

ada720374682fa641d0d3932f3603178bd5529bc authored over 9 years ago
ResultsModel stores replace & paths patterns in FindOptions

a167c9154a64d8be1c08111f4d3772e331111909 authored over 9 years ago
Add events for each option in FindOptions

6618113c073b7c9f13c2a924e4537a03e9204fdb authored over 9 years ago
:art: @findModel -> @model

For consistency between the views

eb33b3a80c1c3e5d570ab68c05aa8347585ae79d authored over 9 years ago
Remove unused model param

47abe67f97aa07a0da839001adef5ff767ca5295 authored over 9 years ago
Use the FindOptions events to update the option views

in both find views!

edbbf02ea89f3b2834f1fb6e6508953592d4a4d5 authored over 9 years ago
Move reggae generation into FindOptions

1a8a54afefb36474146af4aee72e700ae27a950c authored over 9 years ago
Remove Q from the package.json

8e7c32e74976ae516c5df0e46be42aef2f2d70c8 authored over 9 years ago
:art: Remove comment

c5dd347a909e8f2f1d2d91a971ccf1536a21a2bc authored over 9 years ago
:tada: Remove Q

d61ad0063a4c8ce3ef0aa58d1a6be1f91ae919aa authored over 9 years ago
Use the findOptions in the ProjectFindView

27c196dcc7318238b346400461e14f6a94a1840f authored over 9 years ago
:art: clazz -> className

35f4f33c63cd46154aac60b086bb46463c9afc9a authored over 9 years ago
:art: Reorganize the initial model creation a bit

43c8284d75756961fe8deea887a071a7a4ce2890 authored over 9 years ago
Remove unused junk

88cc8eef6b1f7e3983ab119f55e7e1d550378378 authored over 9 years ago
Remove log line

e1630b0a9fa0286a1fc87098c16b0ee93ea6f5a6 authored over 9 years ago
Fix specs in buffer search spec

b18b31f38c7b8838ee7aad03ce3b604d77ea4f49 authored over 9 years ago
Pull a FindOptions model out of the BufferSearch model

a5c3fe8fb51c61476dd967bf30248ad4b7b66014 authored over 9 years ago
Merge remote-tracking branch 'origin/master' into regex_syntax_highlighting

# Conflicts:
# lib/project-find-view.coffee

acebb1d41e29922fdeb6db54169286bf24adaf24 authored over 9 years ago
Merge pull request #473 from atom/bo-replace-buffer

Disable replace buttons when replacement is not possible un buffer find

360fb027d14fe9e111c5966c2aac35c10dc4ad78 authored over 9 years ago
:art:

c1c91619d2a6e8e00e7e3bdbf467fb492324fe23 authored over 9 years ago
Beep when replace all can’t replace anything

085c371dc741e3b05cc30a5fe9d0ace217092a4e authored over 9 years ago
Disable replace buttons when there are no search results

2434ebce1c33c7e507c3672a330dba7393d8147a authored over 9 years ago
Prepare 0.176.0 release

e54a0300ddfbb8a9a7fbf474763ba2e6e6c24492 authored over 9 years ago
Merge pull request #472 from atom/bo-keybindings

Focus the editor when window:focus-next-pane is triggered

134dae7087ddc88522bec97de35eedd9fe2fe40e authored over 9 years ago
Focus the editor when window:focus-next-pane is triggered

4da18b63194aacd374f757ccac92929dfc482327 authored over 9 years ago
Merge pull request #471 from atom/bo-replace-all

Update project replace-all flow

1b353a148cc6387fac2d3429857359019f63f883 authored over 9 years ago
Merge remote-tracking branch 'origin/master' into regex_syntax_highlighting

13270120953204865e3ae5e7a72a05ec34a42a82 authored over 9 years ago
#458 Move styling back to the package instead of themes, but without hard-coded colors.

This provides sensible defaults for themes without burdening them with
mandatory changes to supp...

2a735568cb0e111ee0c3c1739a4008218d6df49e authored over 9 years ago
Fix lint error

47ee1e4f1e548e580f2f51bfc14104d6458fc8d6 authored over 9 years ago
Add another confirm box when the find pattern has changed

85e6d65d76ef0d0961da91de4960d216b2beb534 authored over 9 years ago
Add a confirm box on replace all

4a917e82b28ae8e273672057efa825a8bd603579 authored over 9 years ago
Fix the rest of the replacement specs

d963ebdec004c435877163c0dc24c52eb6b089a7 authored over 9 years ago
Reorg some specs for clarity

933c04f9e316225ac7adc67ce0c51c83c4db5745 authored over 9 years ago
Only allow replacement when a search has been run

b7d5f7cb309df92e8371b8133ab30cbe109145af authored over 9 years ago
Never show `No results for ‘’`

e8367a6ae2cbc82d6499d858403cc690308fcfc4 authored over 9 years ago
Disable replace all button when there are no results

687c9a9dc9092f132a796994d1e735e002788bca authored over 9 years ago
#458 Revert explicit color/style choices and allow those to be set in themes.

db113f7a5b98551283549616a96c4ba3a300c4eb authored over 9 years ago
Merge pull request #469 from atom/bo-min-live-search

Add a `liveSearchMinimumCharacters` setting

41db7bc376858b057a959886e19c6f4a5447ea7b authored over 9 years ago
Add a `-` to `live search`

c9e3624f287eb6b7b73054f4dbffcf297a684826 authored over 9 years ago
Add setting for liveSearchMinimumCharacters

2ff5899e428ea038f6e23b95ac2a7dabbc714386 authored over 9 years ago
Add specs for a minimum character live-search setting

80be1d2103d4d2c6b6acf550653bc54debc7ccb2 authored over 9 years ago
#458 Using the Javascript regexp grammar instead of Python's to match the find language.

786554107ea790bd8c13b9fb6a458d570408308e authored over 9 years ago
Merge remote-tracking branch 'origin/master' into regex_syntax_highlighting

e33a4d2a7f760eead36ae83fa6c6658b482368b9 authored over 9 years ago
Only build pushes on Travis for master branch [ci skip]

0270ee3f8320466004c76e39f6e707e3d77f7745 authored over 9 years ago
Merge pull request #456 from adamfranco/setSelectionAsFindPattern_escapes_regex

Escape search on use-selection-as-find-pattern and Regex enabled #455

873c2d9d0a7f6bfafb816590ee4cf535a56f4878 authored over 9 years ago
#455 Code-formatting, use postfix 'if' syntax.

a0fc1b4bd3bed36242114231c799d4daf275c687 authored over 9 years ago
#458 Non-range characters in sets now stay black to differentiate them from ranges.

4c3bb1e086ffd9f8ecb36b85a18529357a633684 authored over 9 years ago
#458 Add regex syntax highlighting to project-find dialog.

39be1cc052dd5421f803bc2da6a82e6615b6eef6 authored over 9 years ago
#458 Made character-class color a bit brighter to make '.' wildcards more visible.

0cfa735e67c5c5f41975c85d30bd6e6b1422eb78 authored over 9 years ago
#455 Regex escaping now works when showing the find dialog as well as in the project-find dialog.

841975237e53a17c72fddbced436f86085b5662f authored over 9 years ago
#458 Add syntax highlighting to the find mini-editor when in regex mode.

The Python regular expression grammer works well already for wrapping the
syntax elements in app...

766968aba9570428fdc7be7667606c82a5cc0089 authored over 9 years ago
Escape search on use-selection-as-find-pattern and Regex enabled #455

Currently, if the Regex option is enabled and the use-selection-as-find-pattern command is trigg...

6f2cc41e73734899d2e23d766672f6a81c8891da authored over 9 years ago
Prepare 0.175.0 release

603d83a1877ef96f0c764a978158bd847c352dcf authored over 9 years ago
Clear up the new incremental find option

3116d2a722cc12f709957777bee3afec3dca2f16 authored over 9 years ago
Merge pull request #435 from kubetz/project-whole-word

Add whole word option for project find

819bf02d8e293a3510cd33a32cc5e956bfb9c183 authored over 9 years ago
:art: small style changes

092286a7e9e98cc8bfc831c33c4748eb4b9484b9 authored over 9 years ago
Merge pull request #427 from plrenaudin/master

Scroll to first result on type

c750781c2f6ebcef3c656e58ddbf516ac64a35cc authored over 9 years ago
Merge remote-tracking branch 'origin/master'

06d6877c5896a30ef2442c3eaade08ab0581f08d authored over 9 years ago
improve tests

84faa34d2f25f3dc4fe899221b093ca04353aa60 authored over 9 years ago
Prepare 0.174.2 release

7c678111b948b442ba2fa7cdbd7882eb5b9422ab authored over 9 years ago
Merge pull request #434 from atom/iz-fix-markers-access

Don’t throw exception when replacing with an empty find string

df25aeb6f2b1fc0bb143c2e1f7aed864558e564b authored over 9 years ago
:white_check_mark: Add tests for project find whole word option

69a0a2f910c61739a1e9b14f0534db2af67e0b92 authored over 9 years ago
Add whole-word option for project find

846dd889c4c6cff9814ddc5876f835269656db6c authored over 9 years ago
Don’t throw exception when replacing with an empty find string

a51907465736fa026d4241c0e417ade4a1826ad6 authored over 9 years ago
Add failing spec

466c592b9eb133e7a03179ca66f2a31da89409d1 authored over 9 years ago
change settings name and add spec

d1f9618e569aaeabc3939af26adf5286a59380ba authored over 9 years ago
add settings (default to current find behaviour)

6127b9b3cdee9f39af839d94a2d4dbdb458bf40f authored over 9 years ago
fix linter issues

b67bf4af79fecc65257eca5f3549fa63b8498dcc authored over 9 years ago
scroll to first result marker on type

5f87e3c7f3715a89f849219a6be18cda8d8923bf authored over 9 years ago
Prepare 0.174.1 release

99219ae9421bf33562734741c59cd06568502afe authored over 9 years ago
Merge pull request #422 from harai/prevent-duplicate-result-panels

Prevent duplicate "Project Find Results" panels

8ded3ef8bfdd9337c0e39cf482da6ef84a3bf09f authored over 9 years ago