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

Make `project` a global and refactor startup process

5db9613f25ee17a67b2cb3a64a59c6da68565bf5 authored almost 12 years ago
Eliminate `rootView.project` references.

bc118baf555a11904f92b3ef7b54b3c4f3733ffe authored almost 12 years ago
Use binary icon for .woff and .DS_Store extensions

11a5159c124e2344ca00f39d16bda908f74c144e authored almost 12 years ago
Attach the tree view if the project has no serialized state

4317ca301cc139d193a7739ab9e2429afb16dda9 authored almost 12 years ago
Focus rootView directlly instead of by selector

40d5a03f1669655b2630da9fc6f9ab344d9cb52d authored almost 12 years ago
Moved atom.loadPackage to a spec-only helper function

59d4e527f4639455f69c5a8aae55045bd0f45655 authored almost 12 years ago
Remove unneeded param defaults from activate methods

dd531638f849dc66b00b0ef6a28efbd69febca56 authored almost 12 years ago
Handle deserilization in TreeView's initialize method

ea9fde5db564ae73460384d2a5ebaee93fd11ecd authored almost 12 years ago
Rename isReadme to isReadmePath

5c10a76af7419ce79a70129719dc97ed4af0a9a0 authored almost 12 years ago
merge dev, fix conflicts from package rewrite

d059a39574c86e3a099789f6a53cfc0dbb71ff99 authored almost 12 years ago
Remove rootView as parameter to activate

d98eb6b0cfed978c210821e61cd53703d5161bbb authored almost 12 years ago
Modernize tree-view package with package.cson

0dbd00f1145c39e9912ab70f0c146826a3f01e37 authored almost 12 years ago
RootView can no longer be focused.

Allowing root view to be focused was stealing focus away from the
editor whenever a click event ...

83794e3540e76d67fa43e82d939a3cd46287c569 authored almost 12 years ago
Remove unused requires

9e62ec044a1811e67be643a5fd5031eda2d97da4 authored almost 12 years ago
Remove Native class

This class was only be used for two shims to the
$native object.

eefbb141910f8d1763f2059d534e62673a615bcc authored almost 12 years ago
Use octicon for README files

1bfdc6558156c83a6d22077b3dac5c34c156f9d7 authored almost 12 years ago
Start tracking stats before graph is opened

This allows the graph to open with data available
since the editor was launched.

adfc803b32c5ab0ce660386ce097f0aa716e1f3a authored almost 12 years ago
wait a bit after tree-view:move specs

c4fb6d7872527f45084ec7b8b45fb3bdea1aac30 authored almost 12 years ago
simplifying the tree-view css a little bit

9b6bd3147b99868444274d9ef78480f6384c02ce authored almost 12 years ago
Scrolling to revealed active file in the treeview

085e4cbb8f332c00fa8345e341b1e7876e9a7f91 authored almost 12 years ago
Extend AtomPackage directly in packages index.coffee

3c714784efe621de68b095e05813feac8409b5a5 authored almost 12 years ago
Defer tree view load when possible

83fb57a830195ab2cd8ebc9304e457d01476eb07 authored almost 12 years ago
Merge branch 'dev' into restore-fixed-position-for-resizer

Conflicts:
src/packages/tree-view/spec/tree-view-spec.coffee

49f37ef70042d9ff701a93050c8c335697d6e5d6 authored almost 12 years ago
fixing the tree-view specs

e6696fdfc1fd312d68888c5bccd4a68298f2e4ed authored almost 12 years ago
Fixing a treeView scroll spec

0e17d5353adb6290d89d2fcd808aadec8c841687 authored almost 12 years ago
Fixing the scrolling errors created by adding a wrapper

8fab5ceb14638c1dbc6bc8fb181c3d764121e5f3 authored almost 12 years ago
updating tree-view html to better situate the resizer

0841b9363231345255b1faeaa3ca9b4bffa3e2ea authored almost 12 years ago
Merge branch 'dev' into restore-fixed-position-for-resizer

Conflicts:
src/packages/tree-view/stylesheets/tree-view.css

a16f63d724d2b85e0db87b372a874ff1ad39ffa1 authored almost 12 years ago
Merge branch 'dev' into css-theme-refactor

8fe1d707e7ddce4708c3f3192fac3885b96fe7eb authored almost 12 years ago
Bring back position:fixed for tree view resizer

Without position fixed, the resizer breaks when the tree
view is scrolled.

d4b9114d9b3d794a62cb1b46d29f96463d7fcdb8 authored almost 12 years ago
Only select entry nodes

This ensure the resizer or any other non-entry
nodes are never selected when moving up or down.

9f2bd6969974e01b9cbb4b3880f3740bc2b859c5 authored almost 12 years ago
adding back some tree-view

599a7f0656d71a5d146a91257265268009b8766c authored almost 12 years ago
some style updates to the resizer

4f20a29f7a4c59b2229cac6f860e29041d861d40 authored almost 12 years ago
Merge branch 'dev' into css-theme-refactor

8bd93154b73a5c52bde8cf35591c86cd7392a9db authored almost 12 years ago
Serialize TreeView width

ccf7836d4d9b4ee32f1437059a378b76e2dd53a6 authored almost 12 years ago
Add min-width back for TreeView

In case someone sets the width to 0 and wonders where it went.

cd34ea18edd0479ed874bfec6b55f4ad0a3750d3 authored almost 12 years ago
Remove width from .tree-view-resizer

a3ae637dbcfeff19da13e29b4b104ad15f025685 authored almost 12 years ago
refactoring all the stylesheets into /Atom - Dark/

Conflicts:
.atom/themes/Atom - Dark/vim-mode.css

0f3a4a91defe779131d548300cda2e7ea7b7644a authored about 12 years ago
No need for the min-width on tree-view anymore

2d38fe38866eecf2af7096fd0c79a713b2f022f1 authored about 12 years ago
Remove use of CSS selectors (use outlets instead)

91fb928ac390380d4e29635f9665801568ff7cd6 authored about 12 years ago
No need for left padding, since the sidebar is resizable

e447b3404e66d787453cbce45e74605272aa406f authored about 12 years ago
Increase size of resize handle to 10px

a06bd64841fc1da9926d6f22a511b5d5ecac2efd authored about 12 years ago
Allow tree view sidebar to be resized.

bb8be87374b424466b5b3d01a58a876e16d7b526 authored about 12 years ago
Update selected entry when moving to top/bottom

49b08eea7a7a264411f10db4454e51b0a753a548 authored about 12 years ago
Remove unused require

36aef6c37ff18098ff511f5b3ab5363dc4d84da8 authored about 12 years ago
Tweak period location in error messages

9e22d6cf98e75aaa42a12a8bcf724a93362ed1c8 authored about 12 years ago
Don't show the move dialog when the project is selected

7dbadb7c91ea72ab4a10fb03707ab568a60870a4 authored about 12 years ago
Use view class of entry instead of native call

16b1a8d9443c083826393b95719e66a0d18d5d02 authored about 12 years ago
Tweak border for TreeView dialogs

e010113ab18ad736cb8058760bd1ae81ae837a52 authored about 12 years ago
Select the base name when it is equal to the extension

da95a83e71d7236e0de99996405d5864d1ccb0aa authored about 12 years ago
Add octicons to TreeView add/move dialog

7a3e8f7c79f29e50d30de9f530af2c8edd0745d1 authored about 12 years ago
Tweak message when prompting for a directory

a442f4beee8f29aefbb9b796839abb3cdea6b1b2 authored about 12 years ago
Add to root if no entry is selected

bcbcbd11489609d15a63367186259c4f81c64c22 authored about 12 years ago
Don't attach the tree view when a project path changes

The tree view shouldn't automatically open when the
project first gets a path after not having o...

75f61ef299e49c6691c08d0cfedaa383d04c725c authored about 12 years ago
Don't attach the TreeView if RootView's path to open is a file

730929132ab5817f60b27421ac70197da1d2246b authored about 12 years ago
Don't attach the TreeView when the project has no path

c5deed99fcd9b3a4e7f38a0eb1e43d46d66e3022 authored about 12 years ago
Remove unneded focus() call

focus() is called from attach()

379bd4f9b995da9017aded9466826d7a349075f2 authored about 12 years ago
Don't show the tree view until the project has a path

6dd1f0afa753687df4ca862d18fcfdce5a26f35b authored about 12 years ago
:lipstick:

0e23a9d1574fb9805c0ec9c289cc9938800a7a30 authored about 12 years ago
Don't check if root is ignored

666fdb22315aafc0cf5e5b7af3761600bd7e052a authored about 12 years ago
Only show repo icon at root of tree

e2e35a7c9f354ff1e61282baeeb6aba8ec6777a4 authored about 12 years ago
Only compute Git status flags once

Previously the status was fetched twice, once for
if modified and once for if new.

Now the flag...

6d870df2bdf95be44259727a9ba5f1bdbd60ba67 authored about 12 years ago
Display submodule icon in tree-view

59eee10c9f8c411eab751343f66cab5ac0b48f18 authored about 12 years ago
Remove stray console.log

64f596704c395c301d8296d3fc981b5c5282d5df authored about 12 years ago
:lipstick:

45256965241077a67cd22cb31920bd4ad0eddc15 authored about 12 years ago
Show octicon for project's that are repos

9068510a39c02d61636f00e5c9ae15477f20dd6a authored about 12 years ago
Remove unused variable

cb2369031ac7c58802ee1475dc9870fa8a3dc8f6 authored about 12 years ago
Only get path if not returning

cd5c45bd8e40110ad76904b2e046eeb213692ecb authored about 12 years ago
Guard against null repo

9295200b3f601f0b389f32d669889baa55881d5b authored about 12 years ago
Update status class when window gains focus

This will keep the tree view in sync when Git operations are
performed outside of the editor.

cfb5d907913c8cc8d1bfd339d42424319dc5d223 authored about 12 years ago
Remove unused require

0b2dba15c41052edefa8ed05ab36fa3ace3361eb authored about 12 years ago
Pass a name string to `RootView.activatePackage` & `deactivatePackage`

Previously we were relying on the package module itself to have a
`name` field. But now that we'...

e01aaceedddf471a2c88e59c2167f47bfcd566f5 authored about 12 years ago
Rename `Project` events to be past-tense

63cb0b6ffeaaa468c6887c097340a84234d367c0 authored about 12 years ago
Rename 'active-editor-path-change' to 'root-view:active-path-changed'

addcf6152b84f17ff06d30cc988c56c63877341a authored about 12 years ago
Rename `File` and `Directory` 'contents-change' to 'contents-changed'

bc82007f75cdf74862fb4414ac7436cff228b33b authored about 12 years ago
Always use Git instance from project

This removes the need to open a new repository
each time a directory-view or file-view is displa...

51baff7251ffdbba62523d1531c25880db157074 authored about 12 years ago
Move package CSS files to stylesheets directory

439dbb888adaece6c7f41cd9029ce007bea978e3 authored about 12 years ago
Load keymaps from cson

All existing .coffee keymaps are now .cson and package
keymaps are now located in a keymaps fold...

342f89eae522d61b62171eeb6b91de0849ad6f08 authored about 12 years ago
Simplify directory-view's unsubscription from its model

We can just namespace it by the extension name since this the tree view
will only have one direc...

ffbb30ddb76c86659666031796f6527c2a35a340 authored about 12 years ago
Merge branch 'master' into config

d1267f9b4409648f3f453683b1c77dcd156f8d34 authored about 12 years ago
Colorize new and modified files in tree view

a6b25aa0df563ed2d332107ab1882a534bbd8b20 authored about 12 years ago
Revert "removing the tree view core:close test, because cmd-w no longer closes the sidebar."

This reverts commit ab144a6d312765a37aba0bc4bd9dd9d6bc3839f1.

0030f2ef6068ab89f0f1e2aebc18d610fac58441 authored about 12 years ago
Revert "don't close the tree view on cmd-w"

This reverts commit ef48c355fbabbb668d723dfea74a696382828d81.

c921b92c4565820abfc727c4e8db1239e0d7f213 authored about 12 years ago
Merge remote-tracking branch 'origin/master' into config

3f60d7feca0a806b64634aa5ad37e2c5fc32aab8 authored about 12 years ago
removing the tree view core:close test, because cmd-w no longer closes the sidebar.

2c2821613295574f2620537d6cf8d85bfcfd18e3 authored about 12 years ago
don't close the tree view on cmd-w

23dadf6edebbf985913522fa75255baeebb645dc authored about 12 years ago
Add octicons to fuzzy-finder

Also place file base name first followed by
directory path in darker color

00233a543619a083abaa2e7351e3973bbd393399 authored about 12 years ago
Use octicon disclosure arrow

3f0104fc20e9a637a5eeb2f59045d507b7ee3724 authored about 12 years ago
Alphabetize extension arrays

0fe3a691e0f36665ffab890cb4854406b21b1506 authored about 12 years ago
Use image, pdf, and compressed file icons

588dfd70683a512ada91bd49774d0b67de3ef2f0 authored about 12 years ago
fixing the treeView tests

bfd303c3518ae1c132e3535f92cb3291a1ccecf8 authored about 12 years ago
Add a .highlight span in each li

1ca569b33ec8eb496165cc998157b8786e142165 authored about 12 years ago
having div here is invalid `li` can only be in a list

e9b097034b813c23b87928af679fcf233292da2a authored about 12 years ago
RootView talks about packages and packageModules, not extensions

Now you call `rootView.activatePackage`, etc

a2c55937232271f309d3c6a7a7d4fe1bd8f80a22 authored about 12 years ago
Rename extensions to packages

We now look at the `core.disabledPackages` config key. Rename the `src/extensions` directory to ...

c32eb13cc2473d3993830d66a4aa1d78b33aaed3 authored about 12 years ago