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

Merge remote-tracking branch 'refs/remotes/origin/master' into wl-fix-windows-specs

58b260712bae4a5f1f8a0801c8df6dbd9e6306a7 authored over 8 years ago
Revert "Update deprecated require"

This reverts commit 6b4de0a7ac1c0a8cb3039cc9154eda5b6a60a36b.

824db03aba6c14753680fd6cb0f0ecfd4721dfad authored over 8 years ago
Update deprecated require

6b4de0a7ac1c0a8cb3039cc9154eda5b6a60a36b authored over 8 years ago
:white_check_mark: add specs for function showCurrentFileInFileManager()

- reuse spec of "showSelectedEntryInFileManager()" with some modification1

9031ea3b0299985b7d5a6e6e8bc62939c064b5f2 authored over 8 years ago
feat: open current file in file manager in editor view

- add function showCurrentFileInFileManager() in tree-view.coffee
- add menu-item in context-men...

6c6e5a786c3f40d4a992d895fc15d560b1129dc6 authored over 8 years ago
:art: wrap some code in showSelectedEntryInFileManager()

- wrap it into openInFileManager() for future feature

3ba57e02665805c0ddf253aea056967380c24138 authored over 8 years ago
Prepare 0.208.1 release

387cb6b79779b9e46417805903243f8382fabf90 authored over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-fix-windows-specs

# Conflicts:
# spec/default-file-icons-spec.coffee

78ec013b16dfd9121621f76a42ab2d7a1bc7a77a authored over 8 years ago
Revert back file accidentally included in 84cef31

978bc5b7178b5f45bc6355119d8c42456fd66554 authored over 8 years ago
Symlink require admin on Windows so let specs pass

f619f5801c0eefc3d1deeacffaff9668e5e5eeb0 authored over 8 years ago
Enable Windows builds on AppVeyor

56856d5504030f1f1dc64b8eec2d47c300be0fd2 authored over 8 years ago
Isolate filesystem-stats spec to a new file

d82ce9585c5d2efd6094738d4f2b9ff3815cdf4e authored over 8 years ago
Avoid breaking on non-existent filesystem times

If a date-typed stat is undefined, avoid throwing a TypeError.

61adcbce5613f8e0ea0571db75ab530985607008 authored over 8 years ago
Use a more specific name for iterator variables

Requested by @thomasjo:
- https://github.com/atom/tree-view/pull/859#discussion-diff-65813251

6980dfc69617225dbc1088992b694f8828778969 authored over 8 years ago
Remove console.log call from Directory class

023ac756131fad261a9f93ce9c5c0df045212eda authored over 8 years ago
Convert date-based stats to Unix timestamps

This allows easier comparison of times, and also stops Date objects from
being serialised into s...

3aff76cfe31afc013dcbf798f99e0809deb1cb5b authored over 8 years ago
Use expand method to open directories in spec

ca9acf68d8298e979b2f4ce65065053709eb9574 authored over 8 years ago
Add specs for da97a26

8bde2883e19345002caf893eae9406051f7074b7 authored over 8 years ago
Pass filesystem stats to directory/file instances

Developers monitoring the tree-view may need to access file-system stats
for an entry. Having th...

da97a2683d3e5cd2247db288e862b2fd6d4dde57 authored over 8 years ago
Merge pull request #847 from atom/ku-dont-open-duplicate-file

Fix bug where duplicate tabs open for a given file

ced5f95b75abf1b04b705e498728a6ca1c73a74c authored over 8 years ago
Don't open duplicate when file is opened by pressing enter

Signed-off-by: Michelle Tilley <[email protected]>

d871466cd822f0362e7c37a5a14965c89e35f391 authored over 8 years ago
Fix bug where duplicate tabs open for a given file

In atom/atom#11391 a race condition in opening pending items caused
duplicate items to be opened...

1a015b6108cd05b80eb18c56ab1d8726b3c9b680 authored over 8 years ago
Merge pull request #842 from Connormiha/master

:art: minor fix for before pseudo element

32351a4480bbcc81d93e8edd0b65337da44c4c22 authored over 8 years ago
:art: minor fix for before pseudo element

c86fbbfff01e7959efd2052b1d1c085ba43f0dd8 authored over 8 years ago
Merge remote-tracking branch 'origin/master' into drag-and-drop-root

036ed0f4dbae443976e435dc907ce7351b8dbf3e authored over 8 years ago
Prepare 0.208.0 release

205a7a6922ebc6e1a267b96e2ead5e7106e23f15 authored over 8 years ago
Merge pull request #582 from forivall/always-open-existing

Add option to always open existing view

76e204efc6b4632b5a928898720bda1d67330356 authored over 8 years ago
fix alwaysOpenExisting specs

ffb8fd1b6381d280e30ea44664671966c9de46ca authored over 8 years ago
Prepare 0.207.0 release

073e24a0bbd67d739a85cf5b111d8ded8089d6b6 authored over 8 years ago
Merge pull request #649 from atom/wl-paste-fixes

Fix copy/pasting files under certain scenarios

bbfb9262e6561bb21b635b18b36531c3f26c996e authored over 8 years ago
:fire: Remove unused toString() calls

4f25fcee8e443be7ef5971322040b6b818bd7d62 authored over 8 years ago
:art: Refactor getFullExtension

d24737653e783f81d904ce0675a9b9eb7d1b2e98 authored over 8 years ago
:art: Make assertions less clever in tree-view-spec.coffee

b83be8d8660564dc124a0abd49b9e15a107e4251 authored over 8 years ago
Update alwaysOpenExisting for current master

33aacc512e65177f284faeff6e8878b7cc8a2d58 authored over 8 years ago
Enable previously disabled test

62e408450f4e11f36a7b05236e1017689edecbf5 authored over 8 years ago
Add specs and minor fix

1d3c8f9545653012316152ad37e947ef7ad04607 authored over 8 years ago
Add option to always open existing view

If the file is already open, by default, if it's not open in the current
pane, tree view will op...

0d0de208c4097133814fd787aabee91f7adff68d authored over 8 years ago
Silence Travis

37b791eea8fcf9788c89520e3faf97e08f626e07 authored over 8 years ago
Pass the file's DOM element as a secondary argument

This provides developers with much more information beyond a simple file
reference, which can al...

4ec7de345f15ceb69df9a35cf3c0007d30fcd53d authored over 8 years ago
Add specs for enhanced class-list handling

457b26ec3ebb01ef9169fbd9af2cea7619192c8d authored over 8 years ago
Merge pull request #826 from danielmurray/dm-rename-tab-file

rename file from tab

a0ca5abd00a9c1e627a6345b1a1025e6f2b5e53d authored over 8 years ago
Emit events when directories are toggled

e36352a0a61f444608fd98cc329349804d3bc4f1 authored over 8 years ago
Pass file references as a secondary argument

If the package providing the service needs additional information on the
file, they can't do so ...

2c5801262744593695b99979085e3a494577bed8 authored over 8 years ago
removed rename from item-view context menu

116b481cd25c0704406227cda10748fc74df8993 authored over 8 years ago
rename file from tab

2054d653621be1a6c583487d0c22481bdb9dbef9 authored over 8 years ago
:green_heart: Fix typo

47c9392bfe34b86f6a2b1035f079654a95288156 authored over 8 years ago
:art: also use path.join in the specs file

f6c5f62a54d0c06d297a74bd86713f8a53f1892a authored over 8 years ago
Merge remote-tracking branch 'wl-paste-fixes' into wl-paste-fixes

# Conflicts:
# lib/tree-view.coffee

815b04a085501bc9458becfe1137aefa13bee979 authored over 8 years ago
:art: Extract extension code into a helper function

6807f5c71079bdfae3eefb9a97198816ce1a8fcf authored over 8 years ago
Use path.join instead of concatenating with path.sep

b0513795e4c6fe48dc8a645432b191e71d6a3f1c authored over 8 years ago
Properly copy files with multiple extensions

9429247cba6b138285b1181d6a697923c327917b authored over 8 years ago
Don't reinvent the wheel

33cec23db8c8bd60be8831fcc6b2bb6438a29667 authored over 8 years ago
Allow packages to provide multiple file-icon classes

06f70307033ff220370ca4630ecad2e8a4f962fd authored almost 9 years ago
Prepare 0.206.2 release

e73fa5fff0f45bf5f9c09ec5f751836568ab6b63 authored almost 9 years ago
Merge pull request #821 from acontreras89/ac-continue-756

Update file icons when service is reset

383e9368b89c1425e8593857c87857496c90ddc3 authored almost 9 years ago
Update file icons when service is reset

e93c939bec8aad681df77f308479cb57a314aa0c authored almost 9 years ago
Merge pull request #756 from azawawi/master

Fix #732: Tree-view API is not being called on startup

665cc064ca84fc60ef83ffa8270c56bc388c71c7 authored almost 9 years ago
Prepare 0.206.1 release

22da788bdc72f590396842893c77e4210c83cf72 authored almost 9 years ago
Merge pull request #815 from atom/wl-windows-ampersands

Enclose path in quotes for explorer.exe

a5a24145b6e58af1798780b238ba9bcff85036be authored almost 9 years ago
Enclose path in quotes for explorer.exe

d70649e1127d15927436cac5e7e90d71dd0e72fa authored almost 9 years ago
Merge branch 'master' into wl-paste-fixes

ff16807d067d6e57fea0e8f61db4bd5160e9f88a authored almost 9 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-fix-windows-specs

28e9e6b872680a68f95b9fd09051858b2bee9aef authored almost 9 years ago
Remove try/catch now that Electron 0.36.8 is on stable

ab06a0738db0040630d2d7e2e2d263ed723ebfda authored almost 9 years ago
Prepare 0.206.0 release

4752c82e5d6869874a90f096fd64ab6fd647cd4b authored almost 9 years ago
Merge pull request #805 from atom/ku-select-first-sub-entry-on-expand-directory-if-already-expanded

Select first sub entry on expand directory if already expanded

1a3eab1ed0cc3e4610077b953dbc5a0e24d46c4e authored almost 9 years ago
More clean up after merge conflicts

17766e19c8bbc184a9113f385936969f15836dc5 authored almost 9 years ago
Select first sub-entry on expand-directory if already expanded

Enable faster, more natural navigation by having the tree-view.expand-directory
command select t...

a753e0e13a56600a1b4379a2df4b19ca2f130238 authored almost 9 years ago
Prepare 0.205.0 release

c67266bffa2075468a656ddc1f5f229c5d9f3e17 authored almost 9 years ago
Merge pull request #803 from atom/ku-dont-open-file-on-single-click

Don't open file on single-click unless core.allowPendingPaneItems=true

e36921d414249a62c258a22dc08fd0b13fcd5eff authored almost 9 years ago
Don't open file on single-click unless core.allowPendingPaneItems is true

Cleaned up specs for when files are clicked. Removed unnecessary tests
that cover behavior imple...

0fcd473601f56986f895a178ef371b5dc0ca58af authored almost 9 years ago
Prepare 0.204.0 release

bc3b05de4170600cf62c477298b043437fce59e7 authored almost 9 years ago
Merge pull request #801 from atom/ku-keep-focus-on-single-click-and-update-to-use-1.6stable-pending-items-api

Keep focus on single click and update to use 1.6stable pending items api

319205aea3a1a040392adc7de9a3be0804648049 authored almost 9 years ago
Remove more backward compat checks from specs

c4ce7afe9981c453f4a7c4229de9e7f6c4c1a416 authored almost 9 years ago
Replace backwards compat checks with new pending items API

bc0a7f778548fdfdff2e9934536ee837fdf76e83 authored almost 9 years ago
Retain focus on tree-view on single-click

4f3a98f52daf5b477881324a48699db52bf1916d authored almost 9 years ago
:art: update TreeView::entryClicked to use pending items system now on stable

324843ee76916e1315c3147a8915ead115d188e0 authored almost 9 years ago
Prepare 0.203.4 release

0c8f2c79ea64d1dd86ad14984e62019dc79ecbe3 authored almost 9 years ago
Merge pull request #797 from ssorallen/tree-view-layer

Create new layer to reduce work on high DPI displays

bb4d2923c7f157abe627562c288b35bf3ffffcc2 authored almost 9 years ago
Create new layer to reduce work on high DPI displays

Force a new stacking context to prevent a large, duplicate paint layer
from being created for tr...

4a6e9447befc99789d6a13ee581efa9fede09091 authored almost 9 years ago
Revert "Wait for status change before checking modified state"

This reverts commit 3d56064c5f2adf03d0fde4b2fa6f457fd96a00a0.

08d02d3213625336029a9f7ee5a9d9f842675cd9 authored almost 9 years ago
Wait for status change before checking modified state

3d56064c5f2adf03d0fde4b2fa6f457fd96a00a0 authored almost 9 years ago
Fix Windows error message when failing to open externally

2d521dd2c76728aaa992c68df0a61f9dd0f8a7e8 authored almost 9 years ago
Fix backslash escaping issues

c7fd525909dd75b90d18826ed5a5a576a86db755 authored almost 9 years ago
Fix symlinkSync not working on Windows

b5bbb006acd48df3261da0d34fb65a13fea12a07 authored almost 9 years ago
Maybe fix specs

d7519f67f014201660aa0c2118defb2b0476ebbd authored almost 9 years ago
Increment on the filename, not secondary extensions

e.g. test.min.js -> test0.min.js, not test.min0.js

b6abd9cd3a58cae3fedd65c7eb5598fd5423f227 authored almost 9 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-paste-fixes

14fac590148ea2c9d6402fb15b3f2c0f4bb4d015 authored almost 9 years ago
Fix remaining specs

5063ee39726056b8b5dd315e5257e418287fd403 authored almost 9 years ago
Prepare 0.203.3 release

5c0871c1828b48a5ab083296d9e647e2477f2a21 authored almost 9 years ago
Merge pull request #789 from atom/use-sync-fs-for-testing

Use sync fs for testing

8d6f57fc6551493285256632518577acc74f7f1b authored almost 9 years ago
Use sync FS for testing.

309f4f43062c99a7e088680dea4a4ec740db1878 authored almost 9 years ago
Thread useSyncFS through.

de6121e68a7e6c4ed0c4884490ca3a49fa083c5d authored almost 9 years ago
Update data-name and title attributes of squashed directories

d79dc4b82ad021860f9082cdd1b1ef8ee26dca0c authored almost 9 years ago
Fix squashed directories appearing duplicated when reloaded

401acd041b18bfd04b2695897353d14d848852ff authored almost 9 years ago
Add a failing test spec for #705

fa47b685866666d704043673cd816f481ae220cb authored almost 9 years ago
Prepare 0.203.2 release

492e344149bd42755d90765607743173bb9b7c0a authored almost 9 years ago
Merge pull request #768 from atom/mkt-fix-throw-on-first-double-click-if-file-already-opened

Fix exception when double clicking opened file after activation

2ae4fd62abffe0f527b8a021e8518ee758f990e6 authored almost 9 years ago
Fix problem with making pending items permanent on double click

Signed-off-by: Katrina Uychaco <[email protected]>

6e7de05c4cf0330fdc86e3236ed4df226101df73 authored almost 9 years ago
Add spec for throwing when double clicking open file on activation

See #747

d92855538453fa6b20bf33916eb3ff3cead475d9 authored almost 9 years ago
Prepare 0.203.1 release

887056c9fb94d898e83b0d256159bfeb4b33c283 authored almost 9 years ago