custom-title icon indicating copy to clipboard operation
custom-title copied to clipboard

Bust

Open oliver-dungey opened this issue 9 years ago • 5 comments

I installed it. Nothing went wrong. I restarted my editor and there is no full path in the title bar - it's just showing me the project folder like every other day. If I mess with the settings it will show me my git branch but that's not what I want/need. I've read comments on the web from 2014 saying it didn't work back then.

oliver-dungey avatar Feb 23 '16 16:02 oliver-dungey

+1

sergiu-paraschiv avatar May 17 '16 08:05 sergiu-paraschiv

This package does not automatically add the file path to the title bar. Nothing in the project says that it does. What it does do is allow you to customize the title. So, if you want the file path added to your title bar, you have to configure the package.

In the package's settings screen, I set the Template to <%= filePath %><% if (projectName) { %> - <%= projectName %><% } %>

And it works great for me. Thanks, @postcasio!

firejdl avatar May 23 '16 19:05 firejdl

I set Template to "FOO BAR BAZ" and nothing happened. I also tried stuff like "<%= filePath %>" and nothing happened. No exceptions thrown either. Atom 1.7.3 on Ubuntu 14.04.

sergiu-paraschiv avatar May 24 '16 09:05 sergiu-paraschiv

Works after I followed @firejdl 's advice. Would be nice if the documentation explicitly stated that the Examples given are to be typed into the package Settings. Thanks for the package!

adc-gsandell avatar May 25 '16 18:05 adc-gsandell

Glad it worked for you, @adc-gsandell!

@sergiu-paraschiv: you might be able to get some debugging information by going to the View menu -> Developer -> Toggle Developer Tools, and clicking into the Console in the developer tools. That would probably help the developer (who is not me, so I won't be much more helpful!)

firejdl avatar May 25 '16 19:05 firejdl