Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/bracket-matcher

:lock: Jump to brackets
https://github.com/pulsar-edit/bracket-matcher

Configuration to disable automatic brackets.

Added configuration to disable automatic bracket
generation. Default is true (to keep existing b...

10e37b85e6fe5e798cb414b14e877486cbdf035f authored almost 11 years ago
Revert aggressive refactoring and fix selectionIsWrappedByMatchingBrackets

2e72b56b2054abc469841b87be586aacdf515032 authored almost 11 years ago
Change remove-brackets default key

a85ee48a73ead2e7228596f39b88d3a242b21362 authored almost 11 years ago
Add remove-brackets command to menu

ab97283fd1d244283c1973793d09823a474ef3d4 authored almost 11 years ago
Add command to remove brackets

50ebf4b99ea1ae9fbf1a12aa7e27be313dc026fc authored almost 11 years ago
Prepare 0.30.0 release

8618e5dbb0370faaa0928f2e4dec7094bc93fb2c authored almost 11 years ago
Bind ctrl-cmd-m to select text inside brackets

This new command, bracket-matcher:select-inside-brackets selects all
the text on the inside of t...

146a5299c4cee2998e57edafe8f68a49b260ba35 authored almost 11 years ago
Support wrapping multiple selections in brackets

Closes #8

93b908990983a439e176663b60998692b0c0813d authored almost 11 years ago
Reuse regexes

9146a5aabcfd6fe5647dd7eaeb54b02c61711ed6 authored almost 11 years ago
Only assign position when unpaired count is 0

Previously the position would be assigned anytime a pair
was found which could cause the wrong b...

468a091dc95a816a0b014f4b91c90749691f208f authored almost 11 years ago
Prepare 0.29.0 release

06f9df8be076976d92496a221e4644b0b6077512 authored almost 11 years ago
Move highlights on a editor:display-updated event

Using buffer changed events only caused the pixel positions to not be
accurate yet since the ren...

c4af8ba64450b238324338b01e8a4ff7c454182e authored almost 11 years ago
Prepare 0.28.0 release

ee627afc33fba52c39b8d5e187f5d3ba987c18e4 authored almost 11 years ago
Don't auto insert when selecting or skipping undo

Check the options object passed to Editor::insertText and don't
try to match brackets if either ...

4ee27ad5b8007a7c24151328af74afff9fba0fad authored almost 11 years ago
Prepare 0.27.0 release

f39f10a141f9dcc6296328b6a427222c29bf91b4 authored almost 11 years ago
Update highlight positions when buffer changes

Previously the positions would only update when the cursor moved
which does not account for unde...

618be5becb36b9126a599b1d25095952b71bb7dd authored almost 11 years ago
Prepare 0.26.0 release

ce47cd6b8eb9000cae985358611df42cf2dea604 authored almost 11 years ago
Don't include | in bracket expression

This would previously literally match | if present in the scanned text

e6d3bd683a41cf4981bd8af3597d6480832074d0 authored almost 11 years ago
Merge pull request #10 from sirbrillig/match_enclosing_brackets

Move the cursor to the enclosing brace if no brace is selected.

4eab539fa6ff4b102dc68e0ca475b40843c581ca authored almost 11 years ago
Prepare 0.25.0 release

28c971a7a8c0348da8ba74faf88d82c5780e4f15 authored almost 11 years ago
Auto indent row of closing bracket

Refs #7

dbde6a3622e70168fbebca932ff3bd9502f503f8 authored almost 11 years ago
Prepare 0.24.0 release

85d09bd08fea5acca527cb6302edb02e85c8cc26 authored almost 11 years ago
Activate javascript package for indent column

51ee2c9d6ece8c278a437f98a4f6b56fc44192bc authored almost 11 years ago
Merge pull request #13 from ilkka/curly-brace-autoindent

Add spec for undo, fix undo with transaction

82fdb9b863e4483bcebea0d15a5f5ccaed7a51a8 authored almost 11 years ago
Add spec for undo, fix undo with transaction

Do all inserting in a transaction so that a single undo step undoes
entire empty line insertion.

2408358d2e416cedad31c0a8de972084d6bded59 authored almost 11 years ago
Merge pull request #12 from ilkka/curly-brace-autoindent

Leave cursor on blank autoindented line when return pressed within matched pair

7ba1cc723400b596250072a29aeb0773589d2cf2 authored almost 11 years ago
Put cursor on empty line after return in braces

When return is pressed with the cursor inside a matching pair, add an
empty line between the bra...

32951856138f33ff0f56689b781981911df788c0 authored almost 11 years ago
Add a failing test for #7

cff3813f1541562ce9543ec38606227c95f7974c authored almost 11 years ago
Make some tweaks to variable naming and remove an unnecessary check for cursor position.

24af76771719597ee1925ed9b25b7504c727e0e7 authored almost 11 years ago
Adjust verbiage in README.

4041c7ff45e2010344bb10ebb20d34cb28cb2b05 authored almost 11 years ago
Adjust README to include a mention of the enclosing bracket feature.

885609ebcc252f4d2b9134b1eaa80f458091e178 authored almost 11 years ago
Add `bracket-matcher:go-to-enclosing-bracket` command.

ad0cc51f36786568965e877c7420290a302f470b authored almost 11 years ago
Add `findAnyStartPair()` to match any bracket.

94f95027dbb448c0e0ebd30bc030032d5a88eaff authored almost 11 years ago
Add spec for matching parentheses.

6bf99e331acde4070c8c6ca2eaa408b5d62bdfeb authored almost 11 years ago
Remove unnecessary duplicate function findAnyStartPair in favor of findMatchingStartPair

3dfd4a9f0b12389e9f6658aa13e6349486b4ebaa authored almost 11 years ago
If the cursor is not adjacent to a pair, move the cursor to the enclosing brace.

bda9c7e3ea5a4298d1af0cfa45bbd53a64848387 authored almost 11 years ago
Prepare 0.23.0 release

a296e6d673c22402a8aa8f1a709245667c53f934 authored almost 11 years ago
Reposition highlights when font size changes

Closes #9

30cfa108b789adba21a0bed404d873fc25d3a915 authored almost 11 years ago
Prepare 0.22.0 release

a2080a5a39e1c3507effb1aef8559414b21c7441 authored almost 11 years ago
Update keybinding and brackets supported

a11cf26f46d131bce4958dc1bddd2888920e0e2a authored almost 11 years ago
Update LICENSE.md and CONTRIBUTING.md

372760572be8bd828bf7da1fd58e07ea52943766 authored almost 11 years ago
Prepare 0.21.0 release

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

c661426afad9a7a97881e8ba5fd392d9c05966c2 authored almost 11 years ago
Prepare 0.20.0 release

fb239756c27ef76ed74ec95965ac9aae9434eebf authored almost 11 years ago
Wait for package activation promise

336afc85fa1170bdcb8858c1bc839f8428281e27 authored almost 11 years ago
Add asserts for height and width

a14aa5a0ac686bc3fd12131669009049c0ecedeb authored about 11 years ago
Prepare 0.19.0 release

c01af54cb2dfb9690a1c1d69dbb20da6253f1179 authored about 11 years ago
Use charWidth/lineHeight from editorView not editor

22824ea92fc40c99f26f624db72aff89522ba042 authored about 11 years ago
Prepare 0.18.0 release

c5e21977407355489df8ded0b87edc8412b5f6b8 authored about 11 years ago
Add menu item to jump to matching bracket

69a756dfc8e3af553fd6e18959da48992d5db9de authored about 11 years ago
Use package name as event namespace

c3fd644869afbda7853623d8fc41137d4c2306f7 authored about 11 years ago
Prepare 0.17.0 release

d42501c5f6a1b14414af6420c0be36c83d998f92 authored about 11 years ago
Remove use of EditorView -> Editor delegates

These are going to be removed from the EditorView class.

f1ce0e01d5b8291de4081963b003355244f97df7 authored about 11 years ago
Prepare 0.16.0 release

bea2e5715f3deda7f485a2f6b1db49f1f1bae259 authored about 11 years ago
Set styles on element directly

a76d8e22eb7eb2c432b697be1359cc06d0d75487 authored about 11 years ago
Add initial Travis CI configuration

55ae7cbf5273161732b7278a240919b394522844 authored about 11 years ago
Add initial LICENSE.md and CONTRIBUTING.md

69552ae3fe80f97c2c153be66713f32464a640f5 authored about 11 years ago
Update package.json fields

2a3343ed7438cc31a08833359fdeb151b0059e11 authored about 11 years ago
Prepare 0.15.0 release

602751ea7a7c6170acbf14977ed43e2647f3f783 authored about 11 years ago
Rename editSession to editor

1181d386abbe205e34ba1b98258960aaf379c473 authored about 11 years ago
Rename editor/editSession to editorView/editor

efa5f37e8af237dcb155cca4c726c4d7236e587d authored about 11 years ago
Prepare 0.14.0 release

574b7704a309f36e4afee16705759f010e4f80bf authored about 11 years ago
Rename Editor to EditorView

f118ece18750bdec1fddf88d787e660e20180bb0 authored about 11 years ago
Rename rootView to workspaceView

8945c2b57b5634c14e47aa13a6a8d77348875883 authored about 11 years ago
Prepare 0.13.0 release

833569b34de4f98b4bced3ab857fe6decb27f250 authored about 11 years ago
Prepare 0.12.0 release

48ea609c69ce4982ab65ab4d04e3f277f3dca3ad authored about 11 years ago
Add atom prefix to globals

871f0bc6fae8bcec223efce307f45464940986a1 authored about 11 years ago
Prepare 0.11.0 release

b21ca7d06d36c715763a9880012a3a852f580eb9 authored about 11 years ago
Listen for events from the cursor instead of the editor

cursor:moved only fires when the cursor view pixel position changes.

218ca6b501e4b25bd92c2d24e22496c2b82db89d authored about 11 years ago
Remove unneeded path setting of project

7aa05406cce8dc3abb938799acf12ba6801b8ad9 authored about 11 years ago
Update match immediately after appending

This allows the matches to be immediately visible
when the editor opens.

64762fdc10f422ba842558696d63344b217e4c72 authored about 11 years ago
Prepare 0.10.0 release

98d1a1322c56c09c6722f524251424723735e3cd authored about 11 years ago
Use hasOwnProperty to check for pair match

Previously the insertion would be corrupted if the inserted text matched an
Object built-in such...

00bbefc418bea8db7426cdb8853040be851eeb51 authored about 11 years ago
Prepare 0.9.0 release

0261fec4727ad511ca70132e93f3c6204100f035 authored about 11 years ago
Extract bracket matcher view

The package main was a little bloated with code to highlight the pairs
and also code to complete...

0f1e0222fe44887c93f48508b44e33fd3ba2125b authored about 11 years ago
Prepare 0.8.0 release

a84b3cefd17ddb8989fb20dec6ae6b12e6af8c6f authored about 11 years ago
Use sublime key binding

ab5fddc7f43ea8c474042476b5d77a6aa6f8afd1 authored about 11 years ago
Prepare 0.7.0 release

eb0c2cc3ffb4d0fc2f57c4fe23aa40e27d2dd531 authored over 11 years ago
Use rootView.openSync

c7022a3e7032d4f2c1274a5f4894fa7778390bbc authored over 11 years ago
Prepare 0.6.0 release

51c8e709062fb28ddf111504b6132b02133638d6 authored over 11 years ago
Fix bracket matcher tests

fc2e20d7212d7b2afd2e28b03312742b2c730538 authored over 11 years ago
Prepare 0.5.0 release

ae2e56228edb5305ad8a4735ba19d3f1cbe302e4 authored over 11 years ago
Update publish config to use registry on :cloud::ant:

85b083db4e076b0a69b8e1cd06666102059090e9 authored over 11 years ago
Don't add bracket matcher to mini editors

7d44fd1f625926af025dc112c9d41e51593a15c8 authored over 11 years ago
Prepare 0.4.0 release

13fd66f211ffe895f8c544694d7005ca99652f20 authored over 11 years ago
Rename require from atom-api to atom

2b0a234d5ce5be5355934dcd04e15c6001ce6fbb authored over 11 years ago
Requre Range from atom-api

d3c998c0136150e5563ac01b987217c7cc2a09dc authored over 11 years ago
Use atom-api for requires

55d2c81e27d9bb8920c64a97c269efb57aff88e0 authored over 11 years ago
Prepare 0.3.0 for release

e16535b4b300f35fe40352e3e3b4215df8cc7208 authored over 11 years ago
Don't insert matching quote when quote is before the cursor

Closes atom/atom#730

e2a1807a824ae5109d773c56b548af74ac64ec5c authored over 11 years ago
Bump version to 0.2.0

1eb73d571228f0eb320ad680114753ed05230acb authored over 11 years ago
Remove Point and Range classes now provided by telepath

ffc8d47af3c88287f1de245fd6d38a35cc560567 authored over 11 years ago
Update text buffer to use telepath markers

53e379d068842bb96163a34cd4bfd3d25281aea3 authored over 11 years ago
Bump version to 0.1.0

4ecbdc0720ee9d78263ee87fa58f3d5c915b0d07 authored over 11 years ago
Add more fields to package.json

d15e4f68ae933ca208be5a54265c66a74a343fe7 authored over 11 years ago
Add initial README

3611018c94615201357cde957a028fe371b015a0 authored over 11 years ago
Convert package.cson to package.json

0c81d1c045ed47f78d498a0606d24cfb7ee2afab authored over 11 years ago
Add a description for each package

5a6975b617ac4b0e3a1813f3f806b9da983bb0c1 authored over 11 years ago
Make bracket matcher work with new marker API

f801fce316ac15a35e0250ca1cd5ade052a8d9de authored over 11 years ago
Merge remote-tracking branch 'origin/master' into vim-core-changes

Conflicts:
src/app/editor.coffee

7ac5a99da4d893f344438f76f54ba66a9e94da70 authored almost 12 years ago