postcasio / custom-title

Set your own template for Atom's title bar.
MIT License
27 stars 14 forks source link

Added fileInProject (boolean) #4

Closed ChaoticMind closed 9 years ago

ChaoticMind commented 9 years ago

Allows rules like: <%= projectName %><% if (fileInProject) { %> - <%= relativeFilePath %><% } else { %> - <%= filePath %><% } %> - Atom

postcasio commented 9 years ago

Thanks, sorry this took a while. Included in 1.0.1

ChaoticMind commented 9 years ago

cool! :)