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

Command for closing currently open tag.

Triggered with ‘cmd-alt-.’ the command finds if the cursor is in a
position where an html tag is...

17355096f9bab618ce3afed79d4c33ef49b8cf4b authored over 10 years ago
Prepare 0.47.0 release

5bc84ff0bc4bdbd4bd40dd210bbf5afb85ee06e0 authored over 10 years ago
Merge pull request #44 from noseglid/master

Don't autoremove brackets if not autocompleting

bd0b406908f5e550bb5ba92f079602ef55b6d0c6 authored over 10 years ago
Don't autoremove brackets if not autocompleting

If the configuration for autocompleting matching brackets
is turned off, it should not autoremov...

dbf81db2e59bcb338a160926fc4c15a8690c6389 authored over 10 years ago
Prepare 0.46.0 release

b3c400f8de9e24df8796cb8bdc6cb151c3fc75b4 authored over 10 years ago
Remove deprecations

ba8e73a1a50a1682c174625b05980a2aa321e4ab authored over 10 years ago
Prepare 0.45.0 release

414df3ea597b191ad9f822b264c7b47aa953bf0d authored over 10 years ago
Update highlights when code is folded

Register a screen-lines-changed event listener on the editor
and mark the highlights as needing ...

2cfc1c6aae1b89414770befe5c6e75537556b969 authored over 10 years ago
Prepare 0.44.0 release

1dc5281415780167772d87cc1d1b43cb59d4ac37 authored over 10 years ago
Reduce the need for escape quotes

If the string contains `’` surround with `”` if the string contains `”`
surround with `’`’.

2d65b9fdd3cc749228c1aebbbedb8763468a7bdd authored over 10 years ago
Use editor.getText()

51dc2acbcb435224365ffb5b3f47e06e04bbda6a authored over 10 years ago
Use Editor::moveCursorToEndOfLine to make the code more readable

726b927810f95355936ceadb17dba67dfa9721e6 authored over 10 years ago
Merge pull request #41 from deprint/escape-sequence

Disable quote completion when writing escape sequences

d1a67eb0b59412acde3a3d5989ce434e7e635b11 authored over 10 years ago
Remove unused line in bracket-matcher-spec

Replace prepreviousCharacter with RegExp
Replace hasBackslashBeforeCursor with hasEscapeSequenceB...

a36bd33a2f0c3a8e19aba441e881360c57bbd44c authored over 10 years ago
Reformat code

7d17e1b16b0632b71ffb1e803aa8c859878d9bf7 authored over 10 years ago
No insertNewLine when quote contains escape sequence(s)

42eb1a9b8f77517e9f2056e873c17f3862b24287 authored over 10 years ago
No skipOverExistingClosingBracket when cursor at escape sequence

No bracket deletion when pressing backspace at escape sequence

c8aa12bf09da88e69b8e16a2c0163a430aafce2f authored over 10 years ago
Additional tests for quotes after escape sequences

13e11464f476adeac2027117aa6ee6c8601de3d3 authored over 10 years ago
No quote completion when writing escape sequences

93eb75dece728b50d8da0b3d7742aedd2bd2a025 authored over 10 years ago
Prepare 0.43.0 release

93702ef95b52fffd36a991abca66589b38237d72 authored over 10 years ago
Exclude newlines in word regex

This prevents the word range from spanning multiple lines.

Fixes #40

52fb5d610a7c28c7874cbe9186207cffb97e3d3a authored over 10 years ago
Prepare 0.42.0 release

cd5981b919e32b21f4306c9e33f18db8daefb914 authored over 10 years ago
:memo: Mention smart quotes setting name

68ed402169ee6a20e951e6aefe31cbb241d828d9 authored over 10 years ago
:lipstick: Rename pairs objects for clarity

574a2d7fc6765729ff3a381d39f2c0a4f31dde0d authored over 10 years ago
Merge pull request #39 from teoric/master

added option to toggle smart quotes

a39e6fc35a5bbb5c16a8596911226d512b035580 authored over 10 years ago
better documentation for quotation marks

acd935b5ed55ca709e4cd9c7d323476a3f7ce8df authored over 10 years ago
added French quotation marks

8b0163d76e29c8abb706870f0da2c98d4ea8b5ee authored over 10 years ago
use speaking variable name includeSmartQuotes

c595740a855018c4500daf7d9b3c0ee81cfd81ae authored over 10 years ago
change option name, reformat code

option name changed to `autocompleteSmartQuotes`

code reformatted to follow style

b8e643b41035b008829d533b347117cfd0280ab7 authored over 10 years ago
added option to toggle smart quotes

Added `useSmartQuotes` option that allows to toggle smart quotes.
Also documented this.

1e89313a39e3520c62bdf164d01d65062bbf642f authored over 10 years ago
Prepare 0.41.0 release

d5fa4f6c9691dd58d45f8e46264d036116af65de authored over 10 years ago
Merge pull request #37 from atom/smart-quotes

Add smart quote support

716b016934641feb4e07f5d3d08ebcf7bcf026fe authored over 10 years ago
:memo: Doc smart quotes

af2ea66182216b10567765f67be394541ab23d4f authored over 10 years ago
add smart quote support

4ba0a029d4a9ded4629b86deeed9a000282bae22 authored over 10 years ago
Prepare 0.40.0 release

e60ef5815ddf446f195b1527373c09f1bc99e6fe authored over 10 years ago
Consider backtick a type of quote when autocompleting

This allows them to be used in triplets (```) easily just like ' and "
can be

6cf73c85bd7bde8a45bbb0de47c2957d74f3d555 authored over 10 years ago
Prepare 0.39.0 release

87b933154b5ab298fada94efb2f816956662f969 authored over 10 years ago
Autocomplete backticks `

Closes #32

f74657e6afa32ce63239a7b0d06ece7409499ac7 authored over 10 years ago
Only update match if editor is still alive

Previously this wasn't guarding against the last possible cursor being
destroyed in which case u...

a1fc7530f3aab346805b8fdd6ad971b79d392b27 authored over 10 years ago
Merge pull request #36 from atom/ks-match-html-brackets

Match HTML/XML tags

21f3bc4f45d040cb7a62b93248c07deccd199061 authored over 10 years ago
Pass Editor to TagFinder constructor

996f987ea32928e98c7d9ffa854e9ddee73e5fe9 authored over 10 years ago
Escape tag name in pattern

170e3b81482571bb5ef43941e53101f7adff4a7e authored over 10 years ago
Mention XML/HTML tag highlighting

eea4eb572258e4d3e30c50b6de173602d68e7a4d authored over 10 years ago
Sort dependencies

06a5742661f30111d17963cf58171c872af4dd3c authored over 10 years ago
:lipstick:

08243b50502e43e7c1d9a51787a9c4e2b176cb30 authored over 10 years ago
Reuse patterns

4ba7d6703b0fdbae583f5da96af8453ec29147e1 authored over 10 years ago
Remove unused method

90eeebabc8d50e878c64424df47753884419ed89 authored over 10 years ago
Highlight when cursor is at tag definition

8dcb2cdfa88db26214158a26c570c8a04997cc2b authored over 10 years ago
Add spec for tags on single line

71adc2bad3a90c61ecc478d942340bb6dc1d2d7f authored over 10 years ago
Update highlights when grammar changes

13b5f33d948bccef7c8587bb8fd6cda7b5b95924 authored over 10 years ago
:lipstick:

9460b497fc1431f24f628bb37990f4d8f2287045 authored over 10 years ago
Always use full Range object

14c307e5f061514474dea1dd52a5245bfb1fd8fe authored over 10 years ago
Highlight tag when over attribute

95f9111c0cbf6758308b374e066c54746a64e7a0 authored over 10 years ago
Add missing @

0bb66a0065ac27899818b32aaeff942dd818c3de authored over 10 years ago
Add isCursorOnTag helper for clarity

34729e5659b8ae1aa56748a556ffb72dda9b9219 authored over 10 years ago
Remove logging

0f7c89ec62f80b3d21b5028a7ab4fb207beeea2c authored over 10 years ago
Match multiline and tags with attributes

30776cbc6248afc8d7be52abf33d918ed5f4392d authored over 10 years ago
Highlight entire tag name

9e340b4ac00c532248299074b31694555fa11927 authored over 10 years ago
:lipstick:

8c2e2ddae01a71d1de6a301ccd4ac9f71df3cd06 authored over 10 years ago
Ignore commented tags

21dd64b5de0d83d899e0f0c9de309fd0794c92bb authored over 10 years ago
:memo: Use start/end terminology in comment

2246030b17e42b2120b022bb45f6f41f8afd770e authored over 10 years ago
Track unpaired count of open/close tags

394013c9040a965c00345f5db48b60dd9d025406 authored over 10 years ago
Add support for matching from closing tag

21e1e658076d113acc88da9b1e7e7a814979157f authored over 10 years ago
Don't use WorkspaceView::openSync

8ba3b8258e4039a7cf748d104052f219efe76a73 authored over 10 years ago
Add initial spec

b549a3870a521ea5daed705024eb8349df5fc2f4 authored over 10 years ago
Initial tag finder

12e673b8e699d3ec1e33045ad2767bcf04ea2372 authored over 10 years ago
Update contributing file

0d60503c4f5c79dccfd0f72bb8cceb119f8086a1 authored over 10 years ago
Prepare 0.38.0 release

4685e643cd7c40b2a73595f99ad1e8d1df5a8f3a authored over 10 years ago
Update highlights when width changes and soft wrapping

Closes atom/atom#2332

a52e06fda4d7c7e08d28d7c7c72386bfac8ad942 authored over 10 years ago
Prepare 0.37.0 release

c71c98b40dca57f59bcc8adcb88ec8f3ca3cd4e7 authored over 10 years ago
Add setting to wrap selections in brackets

This is enabled by default

Closes #29

956beab89f34a7d2ca955ae9ca8d6290d46e753c authored over 10 years ago
Prepare 0.36.0 release

0d7c2904555a89c71676517ca48a55f5cf010a45 authored over 10 years ago
Listen for cursor being destroyed

Rebind to the editor's last cursor when the initial cursor is destroyed
due to the selections be...

96279a00eb58ced56f2738666adf1cc1c6e8abc8 authored over 10 years ago
Prepare 0.35.0 release

cecbece6cc1fa68e4651d0e9c9fd19afac17f25a authored over 10 years ago
:apple: Only use cmd keybinding Mac OS X

6d99c6223d14fb147aaadef8f50dba6406031538 authored over 10 years ago
Prepare 0.34.0 release

d15ebb6b0bf0d4ec69a906e61b6c57caa59ba23a authored over 10 years ago
:lipstick: Use position arguments for clarity

94ba4659015759077c96b37db2ea5125fd3c313e authored over 10 years ago
Merge pull request #33 from mirek/current-matched-order

Don't change current/matched order.

bfa3dc57aa67ac17f7968f1d6cf87ff1edc8964c authored over 10 years ago
Updated specs.

e51f401513f642941e6d21c06b220f0112f48b9d authored over 10 years ago
Don't change current/matched order.

...so you can use:

.editor .bracket-matcher:nth-of-type(1) { ... }
.editor .bracket-matcher:nth...

00cb327db817faf9254cbc453eaaa22df6f550ce authored over 10 years ago
Update travis config

7feca03dcd21c0ca400eaf5a034e7444814b3b81 authored over 10 years ago
Prepare 0.33.0 release

84ee3fc9c62cc91905370a2fed8b73994d12275b authored almost 11 years ago
Expand disable instructions

44dcf622a17056f5242ce59728afe3945f7282f5 authored almost 11 years ago
Merge branch 'master' of https://github.com/noseglid/bracket-matcher

Conflicts:
README.md
lib/bracket-matcher.coffee

4f18dc0a6402365c914983c713a2480c86628107 authored almost 11 years ago
Prepare 0.32.0 release

6d9e82e6f1bf028899d5c02d462f1ab6027f3988 authored almost 11 years ago
:lipstick: Remove spaces

eddcdc8bd34a0f2a343f3394aeddbf014e7efed1 authored almost 11 years ago
Remove duplicate selection.isEmpty check

3743a589b36b8b8acf5b4329813bb9bd42ad4d10 authored almost 11 years ago
Use editor ivar

45270e4f92086a6f5cf4eeebe11ad760c13256b6 authored almost 11 years ago
Rename command to remove-brackets-from-selection

a90906c2d64769ece4c9c1c7bd29d01331c42994 authored almost 11 years ago
Subscribe to remove command

a4d7f1216456cffc0e3a91444e1ec43791b0af6e authored almost 11 years ago
Remove logging

ae3af06264c6e2943d0765e5541eceef84c2e699 authored almost 11 years ago
Register remove command on editor view

02850fa71674a5a4ea286ec57784dfe046e39b71 authored almost 11 years ago
Merge branch 'bracket-removal' of https://github.com/pcasaretto/bracket-matcher

Conflicts:
lib/bracket-matcher.coffee

56ce13a6af4f765742d2090f223b56b0a1d8e80e authored almost 11 years ago
Add instance methods for each advise before call

f2f641810cfbafb8a0eb45ea6a2e9b0255518863 authored almost 11 years ago
Extract a package main

8dd7b2b5761bd8841d813e83eb5fc1839927420f authored almost 11 years ago
:memo: Document that quotes are autocompleted

Closes #26

df56258725b484f98843dcc79651b02703651b24 authored almost 11 years ago
Improve the code a little bit

Also refactor remove-brackets command so we dont have to pass event
around

9d7103597ee02f79d1f13df20d3133be2f87e48c authored almost 11 years ago
Config name change to 'autocompleteBrackets'

70fac31e5ead0bf849a3ccced6dfb62271fa9087 authored almost 11 years ago
Prepare 0.31.0 release

240b922434452ec5656397aae0aaf5ff4a1127f7 authored almost 11 years ago
Use Workspace::eachEditor

85c1ec97d720b6355ad386a66b9aacbd6b00a665 authored almost 11 years ago