Hi,
I installed Todd Werth's IR_Black theme (http://blog.toddwerth.com/entries/2) in TM2 and get this error when I press Ctrl-Shift-P to show scope:
Failure running "Show Scope (HTML)".
Could not locate your theme file!
Has anyone else had success using this theme in TM2? Tried deleting the bundle, then recreating it again with the .tmTheme file, but same result. Didn't have any issues when I installed the Railscasts theme.
Adam
have you tried the copy here?
http://blog.toddwerth.com/entries/13
not sure it works but might be newer?
Also, in tm2, themes are part of bundles, so may want to make a new bundle (cmd-N in item editor, and select bundle, then add this theme to the new bundle's theme folder?
t
On 22 May 2012, at 02:02, Adam Sharp adsharp@me.com wrote:
Hi,
I installed Todd Werth's IR_Black theme (http://blog.toddwerth.com/entries/2) in TM2 and get this error when I press Ctrl-Shift-P to show scope:
<capture 2012-05-22 at 10.59.22 AM.PNG>
Failure running "Show Scope (HTML)".
Could not locate your theme file!
Has anyone else had success using this theme in TM2? Tried deleting the bundle, then recreating it again with the .tmTheme file, but same result. Didn't have any issues when I installed the Railscasts theme.
Adam
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 22/05/2012, at 11:20 AM, Timothy Bates wrote:
have you tried the copy here?
I have seen that, but it's a Terminal theme, not an update for the TextMate theme.
Also, in tm2, themes are part of bundles, so may want to make a new bundle (cmd-N in item editor, and select bundle, then add this theme to the new bundle's theme folder?
Indeed, that's the process I used to install the theme.
For testing purposes, here's the bundle I created---it includes both the IR_Black and IR_White themes:
Adam
On 22/05/2012, at 03.02, Adam Sharp wrote:
I installed Todd Werth's IR_Black theme (http://blog.toddwerth.com/entries/2) in TM2 and get this error when I press Ctrl-Shift-P to show scope:
The issue is that we look for the theme in TextMate 1.x folders.
If you add the theme to ~/Library/Application Support/TextMate/Themes then I believe it should work.
On 27/06/2012, at 12:58 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 22/05/2012, at 03.02, Adam Sharp wrote:
I installed Todd Werth's IR_Black theme (http://blog.toddwerth.com/entries/2) in TM2 and get this error when I press Ctrl-Shift-P to show scope:
The issue is that we look for the theme in TextMate 1.x folders.
If you add the theme to ~/Library/Application Support/TextMate/Themes then I believe it should work.
Took me a while to get around to this, but for the record, copying the contents of <bundle>/Themes to ~/Library/Application Support/TextMate/Themes/ did resolve the issue.
Thanks, Allan.
Also, would it be worth raising this as an issue on GitHub?
Adam
On Aug 13, 2012, at 3:41 AM, Adam Sharp adsharp@me.com wrote:
[ commands reading themes from disk fail to find 2.0 themes ] Also, would it be worth raising this as an issue on GitHub?
Well, the main problem is that I don’t really know how we can address it.
I’m leaning toward simply removing this command, it was sort of a gimmick and I don’t think we should expose “read theme colors” API to bundles just for this lone command.
True, we also have the Create HTML From Document / Selection, but it might be worth making that more of a native feature.
Themes in 2.0 can actually be deltafied, so simply exposing path to current theme won’t cut it.