Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/symbols-view

:lock: Jump to symbols in Pulsar
https://github.com/pulsar-edit/symbols-view

Merge pull request #196 from torn4dom4n/master

Update keymap and README

c2af838604fb0b3bf184b2db24f3605c7e82cce8 authored about 8 years ago by Wliu <[email protected]>
Replace R with shift-r

1ae9c00dc82fa3bfeb86d27e2c44f31335dda4aa authored about 8 years ago by Long Nhat Nguyen <[email protected]>
Change OS X to macOS

[ci skip]

b8f4d50efc0fe770828bbe79e482c6c0b536454f authored about 8 years ago by Long Nhat Nguyen <[email protected]>
Added support for tags in .git directory (#164)

* Added support for tags in .git directory

* Improved use of join function

d972783b7e9812c80f0a5d5974bd62423e501688 authored about 8 years ago by Lukáš Zapletal <[email protected]>
Make TagGenerator work on latex files without the .tex extension

Signed-off-by: Max Brunsfeld <[email protected]>

4db67cebaeb49612d1c39fa266ca72c82bd64aac authored about 8 years ago by Katrina Uychaco <[email protected]>
Merge pull request #195 from area/latex-ctags

Add some LaTeX definitions to ctags-config

798d33b46e40ef1fdd6e90f526e7e956bafee7f8 authored about 8 years ago by Katrina Uychaco <[email protected]>
Add some LaTeX definitions to ctags-config

Taken from https://caffeinatedcode.wordpress.com/2009/11/16/simple-latex-ctags-and-taglist/

68ded7e21c7a9462cceda43a2a4087728a26544b authored over 8 years ago by area <[email protected]>
Prepare 0.113.1 release

d6bf81f7dd6396f18339d2937f9777dec2a214cf authored over 8 years ago by Max Brunsfeld <[email protected]>
Replace use of (private) editor.config with atom.config

c697071fac66881b637b2a8f777e4bc9c188531d authored over 8 years ago by Max Brunsfeld <[email protected]>
AppVeyor should test against stable & beta

93a6e4a10948488e1b9ca394e3b6efd907effc71 authored over 8 years ago by Damien Guard <[email protected]>
Enable Windows builds on AppVeyor

0620e2998830ca795d8a05ba96f9233e5744b4c5 authored over 8 years ago by Damien Guard <[email protected]>
Prepare 0.113.0 release

91dc6fa8b52b0ec5db832cd37477a631b67f7128 authored over 8 years ago by Michelle Tilley <[email protected]>
Merge pull request #170 from mislav/fix-return-from-declaration

Fix return-from-declaration when navigating to an unsaved file

c81071b830c768882b59c9d80f92f5736ec1b610 authored over 8 years ago by Michelle Tilley <[email protected]>
Merge pull request #169 from mislav/fix-ruby-word

Fix go-to-declaration for Ruby identifiers in some cases

3987ff89ffc3b4ac7278700852194c36dbedc384 authored over 8 years ago by Michelle Tilley <[email protected]>
Enhance handling of fully-qualified Ruby constants

When cursor is over word `Foo` in `A::Foo::B`, don't look up `A::Foo::B`
constant first because ...

3df39200bff537b3251aa3c1ced6b44f6e2daa85 authored over 8 years ago by Mislav Marohnić <[email protected]>
Handle looking up fully qualified Ruby constants under cursor

When cursor is at word `Foo` inside `A::Foo::B` expression, the entire
`A::Foo::B` qualified con...

caf8436e9f62de3baddacbd346c98b7d73d0dbf8 authored over 8 years ago by Mislav Marohnić <[email protected]>
Handle Ruby `foo =` by first looking up `foo=` then `foo` tags

This enables jumping to a setter method definition whenever a cursor is
positioned over an expre...

60ca83aeac9a1aedd40c2a5991b678299f35c032 authored over 8 years ago by Mislav Marohnić <[email protected]>
More solid jumping to method definitions for Ruby

* Due to limitation in `getCurrentWordBufferRange()`, if the cursor was
positioned after `!` i...

33231da93012afa78ea1d44a43ebed95b5c1aefd authored over 8 years ago by Mislav Marohnić <[email protected]>
Merge pull request #107 from t9md/make_quickJumpToSymbol_optional

Make quickJumpToSymbol optional

cddd149b092f9e6ba13cc235bf3d677e2da52993 authored over 8 years ago by Lee Dohm <[email protected]>
Fix return-from-declaration when navigating to an unsaved file

When editing an unsaved file, using go-to-declaration and then
return-from-declaration, instead ...

6be0ef44e4335953f17407b2af0fc75a49d09f2c authored over 8 years ago by Mislav Marohnić <[email protected]>
Fix go-to-declaration for various cursor position within Ruby identifier

Even though technically the Ruby "word" can only start with a letter or
underscore, in practice ...

a348026ff3975541e2144a6aa6840fd8571324eb authored over 8 years ago by Mislav Marohnić <[email protected]>
Enhance go-to-declaration by defaulting to current selection as symbol

If there is any selected text, use that as the symbol to look up within
tags. Otherwise, fall ba...

c0bcd3a5cbf80206e7570220e664025c6d7f955a authored over 8 years ago by Mislav Marohnić <[email protected]>
Fix getting word under cursor for various Ruby scopes

In Ruby blocks within ERB, go-to-declaration wouldn't work when cursor
was positioned on identif...

540879a2350540ec3345d683c132d6f9a4790a3b authored over 8 years ago by Mislav Marohnić <[email protected]>
Add option to disable auto jump to file symbols #107

ac9cf0205e2871a211caac1c82aeece449b257fa authored over 8 years ago by t9md <[email protected]>
Prepare 0.112.0 release

f36b81fe8358f5e3e300b6bbf43c33e995f93760 authored almost 9 years ago by Daniel Hengeveld <[email protected]>
Merge pull request #157 from atom/dh-add-async-to-js

Add es7 async functions to ctags

d690405cff8d1f5cf74287d89e6699e8f7663ef6 authored almost 9 years ago by Daniel Hengeveld <[email protected]>
remove unnecessary added chars from first char of param list

0570e2a7042adc54db51a4c5e716146bedddb607 authored almost 9 years ago by Daniel Hengeveld <[email protected]>
just use dot

89a3aef8538ba4a7d8d31db6d21996230e44ecff authored almost 9 years ago by Daniel Hengeveld <[email protected]>
add es7 async functions to ctags

6b1b3c3aef8b37db03a7be15a3fa91f9b2f7249f authored almost 9 years ago by Daniel Hengeveld <[email protected]>
Prepare 0.111.1 release

3ce921279c9631a395fd49e045b2c82c467e98f5 authored almost 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #151 from atom/mb-config-in-package-json

Specify config schema in package.json

71f506bbbd505263ee8e032a0619984414b86794 authored almost 9 years ago by Max Brunsfeld <[email protected]>
Specify config schema in package.json

69fa22a696427994f74c8e2cca25a77a289f069f authored almost 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.111.0 release

0a5208673b6dc23854386ba2437658446a676fb3 authored almost 9 years ago by joshaber <[email protected]>
Merge pull request #147 from rgrove/es2015-static-methods

Add support for ES2015 static methods

457b89638d03c0c8f262f26945d1cdbd98e0dbca authored almost 9 years ago by Josh Abernathy <[email protected]>
Add support for ES2015 static methods

d19bfb4454db790743d04abfe00c8d53367cbb7b authored almost 9 years ago by Ryan Grove <[email protected]>
Prepare 0.110.1 release

a785dc745b6dd7802be81bee5d28c5db7f9d0043 authored about 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #131 from atom/as-more-resilient-spec

More resilient spec

0104655a874984618c1282bd10b4aae6f0292d0e authored about 9 years ago by Antonio Scandurra <[email protected]>
:art:

dc66e835e18c14e28c4b1916f5d7bc9c99a21d9e authored about 9 years ago by Antonio Scandurra <[email protected]>
Merge remote-tracking branch 'origin/as-more-resilient-spec' into as-more-resilient-spec

3b7417b342607293fc5196da1477c7a5742215cc authored about 9 years ago by Antonio Scandurra <[email protected]>
Use a spy

8f298be44cab0d2459b4ebc22faa94dce6d95ac6 authored about 9 years ago by Antonio Scandurra <[email protected]>
Add a waitsFor when checking for visibility

82cf924023dea76e2f80c4425a12aa8fefdc769e authored about 9 years ago by Antonio Scandurra <[email protected]>
:green_heart: Make spec more resilient

db6beb9c664998e4580c10e2eaf395eec4d084cf authored about 9 years ago by Antonio Scandurra <[email protected]>
Prepare 0.110.0 release

d0e0dd694c6925f6c46e304ca65161b03cb57665 authored about 9 years ago by Ivan Zuzak <[email protected]>
Merge pull request #126 from atom/iz-add-config-descriptions

Add description for config setting

4372c5d2faab138bd6a463d7a7baddf2013e8b48 authored about 9 years ago by Ivan Žužak <[email protected]>
Add description for config setting

44f5c61b499b8a6192c7ff39aad8e1c1ac0d04dd authored about 9 years ago by Ivan Zuzak <[email protected]>
Prepare 0.109.0 release

efe5c4d5dcb24d09fbec861842781c54c94a3ea7 authored over 9 years ago by Antonio Scandurra <[email protected]>
Merge pull request #124 from atom/as-fix-deprecations

Fix deprecations

7b065e7cc4268442bcb27d06ac74058117bdb5e8 authored over 9 years ago by Antonio Scandurra <[email protected]>
Make package work with both versions of the display buffer

c412c8b91b5566e4848dfaebee3e8bf96e2259b3 authored over 9 years ago by Antonio Scandurra <[email protected]>
Fix deprecations

f49e18286a782eaffe21915d63039c00d0f189ad authored over 9 years ago by Antonio Scandurra <[email protected]>
Prepare 0.108.0 release

76c4907cdab98f5f34cc84e8c42e07d0038e3b14 authored over 9 years ago by Cheng Zhao <[email protected]>
:arrow_up: [email protected]

d24aa0d5213218caf40d85717f3a99dfd29d620f authored over 9 years ago by Cheng Zhao <[email protected]>
Prepare 0.107.0 release

6af49f58da9a88aaacfa8f432ba982ca980be6c2 authored over 9 years ago by Nathan Sobo <[email protected]>
Remove q dependency

c53dd661cfcafe50780785d33c2bd2c77fca2a13 authored over 9 years ago by Nathan Sobo <[email protected]>
Prepare 0.106.0 release

612267640be88e79ccb69fb5560eca1ccb6113ec authored over 9 years ago by Nathan Sobo <[email protected]>
Use native promises instead of Q

7035e854cf0c768983a8458b59b11c9575457118 authored over 9 years ago by Nathan Sobo <[email protected]>
Use exported File instead of pathwatcher

9a59d07a45bf783c3d05af1e18d7f266846b64e1 authored over 9 years ago by Nathan Sobo <[email protected]>
Prepare 0.105.0 release

c9c78d8defccb180ed7c5e210fae320ebea3546f authored over 9 years ago by Nathan Sobo <[email protected]>
Use .then instead of deprecated .done on promises

78ad7a8a7e3fbdf92fc049cb496da9d9b268cc64 authored over 9 years ago by Nathan Sobo <[email protected]>
Prepare 0.104.0 release

af479421561b241c606fdc862a1723f37b2b5013 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #123 from changjej/master

Add simple support for Cap'n Proto (capnp) schema language

eb79b42fe04347b34a146abcd57f74f61fbe7352 authored over 9 years ago by Kevin Sawicki <[email protected]>
Add capnp const

ed78943ba22cf85db5355af28128a1a61d86bfef authored over 9 years ago by Changje Jeong <[email protected]>
Remove logging

304b5f00c3f345a51c12019b6b44d7b22682bb9f authored over 9 years ago by Changje Jeong <[email protected]>
Add simple Cap'n Proto(capnp) support

9be94a4c5dfe3a2b6996ff7459f7a95a95820bba authored over 9 years ago by Changje Jeong <[email protected]>
Prepare 0.103.0 release

4a8edaf6d46097e33c5bd4560c336fb944c3f248 authored over 9 years ago by Thomas Johansen <[email protected]>
Merge pull request #121 from atom/tj-rename-config-file

Rename .ctags file to ctags-config

f40ef46790a5be52bf09212873971ccd0c737fe5 authored over 9 years ago by Thomas Johansen <[email protected]>
Rename .ctags file to ctags-config

Resolves a problem with ASAR ignoring hidden files.

2e9f4f91486407b5cc0d9fdbcea736fe659c5c7c authored over 9 years ago by Thomas Johansen <[email protected]>
Prepare 0.102.0 release

4249e8de97ba0fbc75befe53f04bb82362beb46c authored over 9 years ago by Kevin Sawicki <[email protected]>
Prepare 0.101.0 release

29170606b7f2c9c696fcaf74587a7a8bd04f31c6 authored over 9 years ago by Kevin Sawicki <[email protected]>
:art: sort scope names

2f2caf27b9ce5a2351469848e73a030eb46a7986 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #119 from spencerlyon2/julia-ctags

ENH: added Julia language support closes #118

6f6bee2e41947cbf03cda8797fc643a6b539bdfe authored over 9 years ago by Kevin Sawicki <[email protected]>
Only build pushes on Travis for master branch [ci skip]

96b56c66b143039b1f8556ee1727c6bf149862dc authored over 9 years ago by Machiste Quintana <[email protected]>
ENH: added Julia language support closes #118

e17efd338ce5d1b317ed9cdadc9ccefe4492293a authored over 9 years ago by Spencer Lyon <[email protected]>
Add explicit shift in keybindings list

Refs #112

18d243be029c791696b695d6d73a0058410800f9 authored over 9 years ago by Wliu <[email protected]>
Merge pull request #112 from bronson/patch-1

Add missing keybindings to the readme

0bf99e7ebebb747ca67690dff19059754964eeaa authored over 9 years ago by Wliu <[email protected]>
Use Atom's preferred capitalization and modifiers

b6e74e09f3f00a5f348fb5ddeee8e237cdc9612f authored over 9 years ago by Scott Bronson <[email protected]>
Get rid of <br>s from table headers

5ee04516ef0d82c3d15dedaad92fab02613cb8e1 authored over 9 years ago by Scott Bronson <[email protected]>
put keybindings for all platforms in a table

8317316e99c3f68aa8aac911b6c463ddd0623cd3 authored over 9 years ago by Scott Bronson <[email protected]>
Prepare 0.100.0 release

2a542cb649db1aa8a4e06eee59de971fb8c0697c authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #113 from superlou/master

Add fountain language support

3c33bf8739b132501f9ec2d49dbf09d80021724a authored over 9 years ago by Kevin Sawicki <[email protected]>
Remember how to alphabetize in the language scopes

fa7b2e94c12a911ea05831969eee1f696fcb32a2 authored over 9 years ago by superlou <[email protected]>
Add fountain language support

5aa7bd35feba001e9f23d8d4905072de16bbf84b authored over 9 years ago by superlou <[email protected]>
Use kbd styles for the keypresses

6d7615b380d107d9ab842dfb8a9e62e3b5512888 authored over 9 years ago by Scott Bronson <[email protected]>
Add missing keybindings to the readme

f812c0af39c5affbb6718639a950e598237ac2f7 authored over 9 years ago by Scott Bronson <[email protected]>
Prepare 0.99.0 release

6cf39b39614bc97e09a61e53cb5e6d2236924e97 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #106 from jangko/master

add nim language support

60b8436af5424a01c894554d1bf955ff5a57ad66 authored over 9 years ago by Kevin Sawicki <[email protected]>
:shirt: Add missing spaces

1518150519ce25d505cf2a6df278318e4badf511 authored over 9 years ago by Kevin Sawicki <[email protected]>
add nim language support

b882d091f4155c13529b56ee29b562f27467881f authored over 9 years ago by jangko <[email protected]>
Prepare 0.98.0 release

3a3a8651d21e07130f74bd5d72f5bd246413ed99 authored over 9 years ago by Kevin Sawicki <[email protected]>
:art:

72e893a034f19f67221ac3c6fa50c92dc4b84e9b authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #99 from brumm/quick-focus-symbols-when-selected

Add support for quickly jumping to symbol positions for FileView

831c65ca14dc9c6d82048f74a8485db29183d078 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #102 from atom/mq-coffeelint-plus

Update coffeelint support

57aa6b4093ccd7d8db150b6b996b58705839e7e4 authored over 9 years ago by Machisté N. Quintana <[email protected]>
:shirt: Fix linter errors

e743494061880e092060fa1596ba8915229c08bc authored over 9 years ago by Machiste Quintana <[email protected]>
Add coffeelint support

fd86ac3c8e83200a1336c285908b3528df0b969c authored over 9 years ago by Machiste Quintana <[email protected]>
satisfy copffeelint

b89a0c079e2e88bcf6e76755ea5b3b09380f4c6b authored over 9 years ago by Philipp Brumm <[email protected]>
Add support for quickly jumping to symbol positions for FileView

- only applies to FileView
- takes care of restoring initial editor state if view does not get co...

aba25d7e210b6077a7b9fac564f2ccd7021d0d5a authored over 9 years ago by Philipp Brumm <[email protected]>
Prepare 0.97.0 release

29761e6bdfd78c7cc6329eedb78c97e860ae1b5a authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #98 from atom/mq-highlight-matches

Add match highlighting for symbols

62b8e88daa2df20704ebbc640c55ce698c7be8d7 authored over 9 years ago by Kevin Sawicki <[email protected]>
:art: Inline filter query

33eeab51cf178b4a61ebb843b7f46b24cddee037 authored over 9 years ago by Kevin Sawicki <[email protected]>
Remove unused activate function

fd5659c921e619fbe734a5745bfd3cd6418ebc0b authored over 9 years ago by Kevin Sawicki <[email protected]>
DRY up highlight matches code

25d656d5e61055982231e0ace9a2a854015ede0d authored over 9 years ago by Kevin Sawicki <[email protected]>