Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/tree-view

:lock: 🌳 Explore and open project files in Pulsar
https://github.com/pulsar-edit/tree-view

Add Open In New Window menu item

This opens the selected folder/file in a new window.

Closes #137

29808a62a852ca2e4673ee81a8c5a9d9fde3ead3 authored over 10 years ago
:lipstick:

56c14a87e78b2a9a33e2b8d3aea2bc0fe6c8646c authored over 10 years ago
Scroll to cursor position after attaching

Closes #107

692566560ecbb98eefe8a82dde195d4e95b7a2c9 authored over 10 years ago
Prepare 0.99.0 release

86fd7ab3d6a16213d9c9744755bf1f026d3d522b authored over 10 years ago
Merge pull request #165 from atom/ks-specs-on-windows

Get specs green on Windows

39a59bf11ea5f85a1e7af96391a8541ddf1b11d0 authored over 10 years ago
:lipstick:

24ebebbe04dcbe3d380044e11d025bc2984a14a6 authored over 10 years ago
:checkered_flag: Use path.join/path.basename

7238ff2595b62af9d25d520931d10932fd9423e8 authored over 10 years ago
:checkered_flag: Use path.sep

7840da1e3f3713421f27e5ab509c5af53a47f344 authored over 10 years ago
Prepare 0.98.0 release

602d3600fbe6c0dfc5665ec337d8550f8b46d132 authored over 10 years ago
Merge pull request #164 from brendankemp/emacs-bindings

Add ctrl-f,b bindings for expanding/collapsing dir

69e593738853c11b415f155bfc238e6888031686 authored over 10 years ago
Add ctrl-f,b bindings for expanding/collapsing dir

Make emacs bindings consistent with rest of app

dc58640a564cebcf60ef98e3c36678a260be8c6e authored over 10 years ago
Expand and collapse folders recursively

Directories may be expanded or collapse recursively by holding `alt` when using
the keyboard or ...

9eefebacf75571cdad6cc33305c3df436cd45bfd authored over 10 years ago
Prepare 0.97.0 release

f14abb3a75c55322d529fc2a310ef45f0c55da6b authored over 10 years ago
Map f2 to tree-view:move

Closes #162

ce9956f1e08c9f108d5fd72a553f0122cfcef5df authored over 10 years ago
Prepare 0.96.0 release

3e25c2d574b58d06f7d0667ea980ddb399389364 authored over 10 years ago
Merge pull request #157 from gerardroche/patch-1

Support expand/collapse with h/l keys

4e7c65eb32b30ab7332c170fe5dcc1f6ffeddb9b authored over 10 years ago
Support expand/collapse with h/l keys

2d3a8ada0a75d6a0d9bd784db10adfc6f97fe015 authored over 10 years ago
Prepare 0.95.0 release

d8df05789c82f59bbafd22c386333498ca924af0 authored over 10 years ago
:lipstick: Remove empty newlines

6440c05aaecda346057d1ca278512ff82417aa44 authored over 10 years ago
Merge pull request #148 from nticaric/patch-1

Resize cursor on windows

2c684f32b7a68ab6bfe4eb58ab06d5ac80ecc3d2 authored over 10 years ago
Prepare 0.94.0 release

18044fabd8d11d820bfeadf0f450ea966c50c04d authored over 10 years ago
Merge pull request #153 from atom/iz-fix-tree-view-scroll

Turn off default up/down scrolling from ScrollView's core:move-up/down event handling

971f3edfdc3c3fd7eab75b05103811066f0eb206 authored over 10 years ago
Turn off default up/down scrolling from ScrollView

When https://github.com/atom/atom/pull/2368 was merged, ScrollView
gained the ability to scroll ...

0dec13c5f69d491cced1b556229739a6da208b1b authored over 10 years ago
resize cursor on win platform

d68d32c2745c4b9faebf0897d96cc9242eb9187f authored over 10 years ago
Update contributing file

0da9a37e297c3fe23349f521b8fa58f55576e572 authored over 10 years ago
Resize curosor on windows

The col-resize cursor does not show up on a windows build. The ones that are working are:

* e...

f35a576f6f945174873681518a6884123c1672a0 authored over 10 years ago
Prepare 0.93.0 release

529d7b66d23e190b4526bf1f8a78d1bbf9a61122 authored over 10 years ago
Use simpler .platform-linux class in menu selector

44f094c0719bbecbddb0831489d3bedcbdb2ef0c authored over 10 years ago
Make isFile second argument

b1e27f1f7ec37faf667e2e8dc06cf7ddc1cb0727 authored over 10 years ago
Use custom label for each OS file manager

23a5f5c57e072b2aed85c2934b072b341e9b09d2 authored over 10 years ago
Rename argument to pathToOpen

d9cb353e51f8c63b42ccaf6b8bd06bb655570372 authored over 10 years ago
Remove internal label

842a0327cd1010ff50cde7c6ab0e412e7f0bbb79 authored over 10 years ago
Merge pull request #144 from jdhoek/master

Add cross-platform support to show-in-file-manager.

ba9fb16e55095659f2e099edaea6e031752d9046 authored over 10 years ago
Fix inconsistent indenting warning by coffeelint.

364d1f067829e43acb24678838032b922cb1ca6e authored over 10 years ago
Extract operating system specific choosing of a suitable file manager calling executable to a separate method, as suggested by @bradgearon .

Fix broken :not selector in menu; needs element specified to work (i.e., body:not(.platform-darwi...

f05e2627ff3a6755b7a5cf388bda3c2246dac402 authored over 10 years ago
Use process.platform instead of os.platform() to determine operating system.

Have operating system specific lables for the "Show in …" menu entry.
The generic "Show in File ...

c15012675e453e629b59cec8f7dc83e5df47c540 authored over 10 years ago
Add cross-platform support to show-in-file-manager. The "Show in file manager" menu option should now open the preferred file manager on Windows and GNU/Linux (and probably *BSD) as well as Mac OS X.

1157af13feb152b47634abac8579256f3329b12c authored over 10 years ago
Prepare 0.92.0 release

74023f38ae53d3ee79d527e0251cad13489ba513 authored over 10 years ago
Merge pull request #130 from abe33/feature_data_attributes

Add data attributes on directory and file views

5505165a5df3a11c49a04c44f08696a454e3f27d authored over 10 years ago
:lipstick: Remove obsolete requires

3a198427e581d052ad5e6ebdafec497e0a5ee84f authored over 10 years ago
:lipstick: Use atom project method to compute relative path

bb5a5bc3f85e5b84c22ad49257616f1a3c427ca9 authored over 10 years ago
Adds specs testing data attributes on tree view items

75649243c5a8615baa16bc15f85d090ee9b42a8c authored over 10 years ago
:bulb: Add data attributes on directory and file views

It’ll allow for complex theming of the tree view items through CSS
attributes selectors and with...

05319e98763a895891c1159e7a62c6ed410800fa authored over 10 years ago
Prepare 0.91.0 release

5ce805ca2f3ee5338f19f13a30c3bfe9816bd74c authored over 10 years ago
Check document.activeElement in hasFocus

This allows the focus check to be correct when the tree view has focus
but the window does not a...

2fa21d2b4d406447835d72ad0d602fad7bb5a966 authored over 10 years ago
Register tree-view:remove on atom.workspaceView

This supports using it even when the tree view does not have focus
which will instead delete the...

6c6dca39d14b1b5720a5274e2071f2edc4ea7274 authored over 10 years ago
Merge pull request #127 from hurrymaplelad/editor-duplicate

Listen for duplicate on atom.workspace

6efb3d605bba4b9d3807a282e7332be0b4c2fc31 authored over 10 years ago
Listen for duplicate on atom.workspace

Duplicates the active file without tree view open or focused.

60580cdcbbf401ffc161634e2da4f1a9736f5195 authored over 10 years ago
Update Travis config

a1ecef11ae4871934cf1101e1ffc4f811fbcac4c authored over 10 years ago
Prepare 0.90.0 release

2845dbc71d2701738a6cfcabda110714137d3772 authored almost 11 years ago
Use Workspace::getActivePaneItem

482f9b60a9721f4874e6418b69016fc7631b92dd authored almost 11 years ago
Call open on workspace instead of workspace view

57a542708dc373d09604de7b4de4a27c9645a053 authored almost 11 years ago
Prepare 0.89.0 release

edefba956588bf893f93348002defe8e4cc6c47c authored almost 11 years ago
:racehorse: Add CSS fix for #110

Previously the fix was to force a redraw of the deselected nodes
which was much slower

291e983654d126ca695388f128b082cc60b01d77 authored almost 11 years ago
Prepare 0.88.0 release

8cb9f71b54b055883bfe934636f1b28419cb1162 authored almost 11 years ago
Support double click to shrink tree view

Closes #116

89038acd415822cd3b6d988e07b228c943f6b77b authored almost 11 years ago
Force redraw when deselecting

This removes leftover highlights that started showing up.

Closes #110

c4e867cb6a849e5b2db73a98d52622046c0976eb authored almost 11 years ago
Listen for add-file/folder on atom.workspaceView

Having these work without having the tree view open and focused
allows you to quick create new f...

cbaf0866cab37b8b5c0ca51abe5a63cfc65ae185 authored almost 11 years ago
Prepare 0.87.0 release

6ec6079a123f4be0d68d87b60d3ae95a53dce0cc authored almost 11 years ago
Only show toggle side item in Packages menu

Showing in the View menu just pollutes that menu

1361ef0d450c4d1d67d662ee101e5ea419ced2a1 authored almost 11 years ago
Prepare 0.86.0 release

c8faac7a030972df927b45618c1fefa597b92204 authored almost 11 years ago
:penguin: Add linux keymaps.

357fc19b37f43afb517aacc5a0c4633143604c7f authored almost 11 years ago
Prepare 0.85.0 release

f0c3a688c2719599d4cb391a693052d907fa5746 authored almost 11 years ago
Use new Git::getCachedPathStatus API

9f095dbbc12c485a24c86a0cca9a1ff11d6a7e6a authored almost 11 years ago
Prepare 0.84.0 release

8921c656170efe2a0ab10feac45b5bc7ab2590e4 authored almost 11 years ago
In copy spec, wait for the new path to exist

Previously we were asserting the existence of the new path directly
after the tree view updated....

31b74c4688fadc50bdfde5085571fda7ac7da267 authored almost 11 years ago
Prepare 0.83.0 release

9c296fb4eb8a31da57941fb5a17a6649a8aa7ad3 authored almost 11 years ago
Don't throw an error when pasting nothing

e6734fa1579112f1b52ccea7a5342ac9de055a95 authored almost 11 years ago
Prepare 0.82.0 release

f76f51acf2dbc53e63b78bc3a6b7685ec7b4e626 authored almost 11 years ago
:lipstick: Use or instead of || #

fef27e4cb65ffa7597c31fe97514dc54b0883a28 authored almost 11 years ago
Merge pull request #94 from renz45/ctrl_click_fix

Take into account ctrl click and number of selected items for context menu changes

9dbfd9bd5ff2fb29784aad4812137d21b994aea1 authored almost 11 years ago
Add specs for the ctrl key fix

d6883c92e7c8105c49b73dce8a0d490e8897aeed authored almost 11 years ago
Condense conditional to one line

006f8f547acdc2335efd50cf7a6f875d950596a3 authored almost 11 years ago
Take into account ctrl click and number of selected items for context menu changes

2c92286ed853616eacc63005aeaf59f3f1ec3625 authored almost 11 years ago
Prepare 0.81.0 release

2f28ec5bb642ac6acaf32c3e4cf0eee1558c6e13 authored almost 11 years ago
Always try to call fs.realpathSync

Catch the error and use the unreal path when it fails

65b60245829154b53b84c762c5ed0c7a81c67e34 authored almost 11 years ago
Merge pull request #87 from renz45/fix_symlink_file_selection

Fix selection bug when selecting files inside of a symlinked directory

df08ebca64a2dbae3d6efd879c55c22b73688d6e authored almost 11 years ago
Require fs-plus 2.0.4

4ee7692b338abc64dce1f11e1a1067d46130dbd0 authored almost 11 years ago
Fix specs when using realpathSync for files

45f53517543794a5ca7841dc202b4adc4b0778fb authored almost 11 years ago
Assign realpath to @path in constructor

b638735d1686f87351d0d449671ad34cee2e73db authored almost 11 years ago
Use fs.realpathSync to save the correct path for files in symlinked directories

26d545c1cecf68568253ebbbdf969e2f90ef3f23 authored almost 11 years ago
Prepare 0.80.0 release

ef6ffc664a13db7d2bfb7cbbc17fce2244c02a29 authored almost 11 years ago
Use a temp copy of the fixture directory for each spec

59bb8126e28d43482ce1b209fc6e1bdcbea6cd0c authored almost 11 years ago
Prepare 0.79.0 release

4b467767ba833b04e38b54b5f2979140e2057c1b authored almost 11 years ago
Rename other copy/cut menu items

7d558b47e29ea8f771913f7711f18d0ecd50b6c8 authored almost 11 years ago
Rename copy/cut menu items to match other menu item's style

0eb4c1b464f0e7bce0b71b18d0c6ad1fbfb7aded authored almost 11 years ago
Merge pull request #48 from renz45/copy_cut_paste

Copy cut paste

b915f8380a3fc8031137035b57616f3e4d8d2243 authored almost 11 years ago
Add cut/copy/paste functionality

Pluralize method names to reflect acting on multiple files

Fix localStorage clearing specs on c...

da634678fb2037f03d5e22124a29676cea459d1a authored almost 11 years ago
Merge pull request #74 from rjocoleman/duplicate

add feature: Duplicate command

9fc01614a34bb6238cac867fa47e7cd8c68b0a1c authored almost 11 years ago
add feature: Duplicate command

c31a010a76c1ead2e1fa2fa2d5e89f100b739a43 authored almost 11 years ago
Merge pull request #82 from atom/izuzak/add-files-folders

Separate adding files from adding folders

df0e5f07a19aae2f7a5112c70bc495742cb01a40 authored almost 11 years ago
Use component padding on the right side

5df5449a75d745404f34665d2d2d580ae3e909d0 authored almost 11 years ago
Assert that width increases

1a34c3bef24a132fcb07beac853bc1856b24d466 authored almost 11 years ago
Merge pull request #77 from victorgama/resize-to-content

Add resize to fit content on double clicking the handle (Fix #65)

ae2fb03fd17cdf9b8777070e5baf26b9859a3855 authored almost 11 years ago
separate adding files from adding folders

6a459856ef907ba6776ac01e47facd783e9725d5 authored almost 11 years ago
Only enable on active tab

60ee3a34d311c156bf50030ec697bc4af478050b authored almost 11 years ago
Merge pull request #81 from markmsmith/AddRevalToTabContextMenu

Add the 'Reveal in Tree View' context menu to the file tab.

4fa92d16afef2c5f54172f8adb84495101b66636 authored almost 11 years ago
Add the 'Reveal in Tree View' context menu to the file tab.

b108b0e1fcfc7512e4e7ef1bad94d8de10d10e91 authored almost 11 years ago
Add spec

30719f3c9a9fbcbf6d6166e9b994d68bcfd2ccd8 authored almost 11 years ago
Use `@list` instead of `@find`

1f0aee304e5ffc1cb4376ff74137c05dd17482a1 authored almost 11 years ago