Coder Social home page Coder Social logo

brackets-tree-icons's Introduction

[NOTE]

This extension is not maintained anymore. If someone would like to take over the maintenance and future updates, contact me. PR will be merged immediately.

You want to add some icon?

Create new entry in config.js and styles/style.css. For simple usage use generator.php and add your definition in $data array;
Add new svg file into svg folder. And send PR.

/* config.js */
{
    ext: '<file-type-extension>',
    css: '<css-class>'
}
/* styles/style.css */
.file-icon.icon-<css-class> {
    background: url('../svg/<css-class>.svg');
}

Brackets Tree Icons

This extension adds file and folder (open and close state) icons to the brackets file tree. Originally based on drewbkoch and his Brackets File Icons project, which is based on ivogabe's Brackets-Icons project. Thank to both of you.

Toggle to show grayscaled icons has been added to View menu.

Screenshots

Screenshot

Supported files

Numberous icons format are supported, including opened and closed folder.

How to install

Open Brackets, and click the extensions button on the right. Search for 'Brackets File Icons' and click install.

Changelog

v2.0.0 - switch from icon fonts to css for simpler additions and maintenance for future contributors. Option to display grayscaled icons has been added.

v1.2.0 - remove default folder arrow, dashed lines in file tree, new formats

v1.1.1 - added open folder, font clean up

v1.1.0 - moved icon to :before pseudoelement to be compatible with brackets-move-files.

License

Brackets Tree Icons is licensed under the MIT license.

Svg files are taken from vscode-icons.

The icons are licensed under the Creative Commons - ShareAlike (CC BY-SA) license.

Branded icons are licensed under their copyright license.

brackets-tree-icons's People

Contributors

mskocik avatar jarexx avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.