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
Only match brackets if underlayer is visible
b617f69be0e74ca2aea762e7367b9fb5c46c1c2c authored almost 12 years ago
b617f69be0e74ca2aea762e7367b9fb5c46c1c2c authored almost 12 years ago
Revert "Selection support for bracket matcher"
This reverts commit 460c4a0b09bb5b87acc6448fa23a32462b824f8b.
33b2fd7777711245566f4878b1f2b789ad6f7b52 authored almost 12 years ago
Merge remote-tracking branch 'origin/master' into vim-core-changes
Conflicts:
src/app/text-buffer.coffee
Always pass a hash to TextBuffer.scanInRange iterators
This makes it easy to only assign variables for the information you
need in the iterator. Before...
Use `backwardsScanInRange` instead of passing `true`
c84bbe6d3c6ec4ea55ab6fd50a5fcb593d558deb authored almost 12 years ago
c84bbe6d3c6ec4ea55ab6fd50a5fcb593d558deb authored almost 12 years ago
Selection support for bracket matcher
6a68f34656f68680a7ae5f18bb776d3c80c02c72 authored almost 12 years ago
6a68f34656f68680a7ae5f18bb776d3c80c02c72 authored almost 12 years ago
Use `atom.activatePackage` directly in specs
387c660ee52cfa87a4de727364e40a095fe1d146 authored almost 12 years ago
387c660ee52cfa87a4de727364e40a095fe1d146 authored almost 12 years ago
Enforce stricter requirements for Editor.getPane()
Previously it would return the closest '.pane' element
which would cause an editor inside of ano...
Merge remote-tracking branch 'origin/master' into cefode
Conflicts:
native/v8_extensions/native.mm
spec/app/config-spec.coffee
spec/app/window-spec.co...
Use node's require instead of internal require
8ad8be86be9a4a5c1a68e895f73565a13b836cd1 authored almost 12 years ago
8ad8be86be9a4a5c1a68e895f73565a13b836cd1 authored almost 12 years ago
Use underscore node module
ad9f709d516fa0e2798a472bef5e08cfd4f100db authored almost 12 years ago
ad9f709d516fa0e2798a472bef5e08cfd4f100db authored almost 12 years ago
braket-matcher.css -> bracket-matcher.less
f26822204012402787b6a329c6470b25c90557f8 authored almost 12 years ago
f26822204012402787b6a329c6470b25c90557f8 authored almost 12 years ago
Replace RootView.getActiveEditor() with getActiveView()
abb8119035ae3f328eb2fd301cad59caf0ffd0fb authored almost 12 years ago
abb8119035ae3f328eb2fd301cad59caf0ffd0fb authored almost 12 years ago
Remove unneeded calls to rootView.deactivate
0eb11208386a7ac2c83b1e4b76dcce63f2aa2c7c authored almost 12 years ago
0eb11208386a7ac2c83b1e4b76dcce63f2aa2c7c authored almost 12 years ago
RootView.initialize no longer assigns window.rootView or calls open
138b1b7f6b087802e5414d8f015b42392d93d6c5 authored almost 12 years ago
138b1b7f6b087802e5414d8f015b42392d93d6c5 authored almost 12 years ago
Recycle bracket highlight views
e683ca96e1e2b3d06ab13a85d6f7ce04b316fb2c authored almost 12 years ago
e683ca96e1e2b3d06ab13a85d6f7ce04b316fb2c authored almost 12 years ago
Calculate pixel position of both bracket highlights before adding them
Before, we were causing a layout to occur twice because we needed to
read the DOM for the pixel ...
Moved atom.loadPackage to a spec-only helper function
d21a45bad535434cffaeed45ceb41257e342a47c authored almost 12 years ago
d21a45bad535434cffaeed45ceb41257e342a47c authored almost 12 years ago
Modernize bracket-matcher package with package.cson
5d8b1aa3f5612ff14bfbf2ff9489fa07225cf769 authored almost 12 years ago
5d8b1aa3f5612ff14bfbf2ff9489fa07225cf769 authored almost 12 years ago
Move matching bracket insertion to bracket-matcher package
f885717c1dc93fccc9942fa9e5e694dec8eeffba authored almost 12 years ago
f885717c1dc93fccc9942fa9e5e694dec8eeffba authored almost 12 years ago
Remove single and double quotes from highlighted pairs
04bf07935bd58b76982e334130da648cc8c5be38 authored almost 12 years ago
04bf07935bd58b76982e334130da648cc8c5be38 authored almost 12 years ago
bracket matcher animation was kind of annoying when typing between brackets
e5692253d81240323e807ebf11c80912c964e08d authored almost 12 years ago
e5692253d81240323e807ebf11c80912c964e08d authored almost 12 years ago
sublte animation on bracket match
8b02c0b634c61795754a9b44358176a6fa37c75f authored almost 12 years ago
8b02c0b634c61795754a9b44358176a6fa37c75f authored almost 12 years ago
making the default bracket theme yellow border, incase non-atom theme is used
27855752dd13702f61222ae6aa06ebde011bf897 authored almost 12 years ago
27855752dd13702f61222ae6aa06ebde011bf897 authored almost 12 years ago
Use line height instead of char height
c5be616906ddd38ea0fd2e8e1badcc162f3324bb authored almost 12 years ago
c5be616906ddd38ea0fd2e8e1badcc162f3324bb authored almost 12 years ago
Add package namespace to command registration
b06c39fd130891d3db7295d6817745c642adff2d authored almost 12 years ago
b06c39fd130891d3db7295d6817745c642adff2d authored almost 12 years ago
Bind ctrl-j to jump to matching bracket
29abf082a242b84cc0a10b61b8992f5782131837 authored almost 12 years ago
29abf082a242b84cc0a10b61b8992f5782131837 authored almost 12 years ago
Remove event handlers when editor is removed
0af2ad4eacfff85e909550455cbf3854cc98d252 authored almost 12 years ago
0af2ad4eacfff85e909550455cbf3854cc98d252 authored almost 12 years ago
Add bracket matcher that highlights pair
(), {}, and [] pairs are now highlighted when
after or before the cursor