Simple Brackets extension that makes the window title more friendly.
Go to file
chylex 526f3c148d Update README.md 2014-11-12 20:33:19 +01:00
LICENSE.md Create LICENSE.md 2014-11-12 20:25:20 +01:00
README.md Update README.md 2014-11-12 20:33:19 +01:00
main.js Quick refactor 2014-11-12 20:16:32 +01:00
package.json "Version is invalid" 2014-11-12 20:29:45 +01:00

README.md

Window Title Tweak

As a user of ProcrastiTracker, I like to have precise statistics for each file in all projects. So I made a Brackets extension to add project name into the title!

Here are a few examples of how the title might look:

  • Brackets (default app name)
  • File - file.html (file outside project)
  • File - folder/file.html (file outside project)
  • Project - MyProject (open project with no open files)
  • Project - MyProject - file.html (open project with an open file)
  • Project - MyProject - folder/file.html (open project with an open file)

Since this is my first extension, there might be some bugs, so please report anything peculiar you find.

Installation Guide

Go to File - Extension Manager, and either search for "Window Title Tweak", or click Install from URL and paste in this link: https://s3.amazonaws.com/extend.brackets/chylex.window-title/chylex.window-title-1.0.0.zip