I'm using the TODO bundle. It will find all TODO tags in the current file, but will not report all tags in the .tmproj project. The project is simply files in a single directory.
Any help is appreciated.
Thanks.
> When I have a number of files open in tabs - the draw/file-tree can be in any state (folder closed etc). So it's sometimes hard, or just time consuming to locate the current selected tab's file in the tree.
>
> Is there a shortcut does: "show be this file in the draw"
>
> I've had this in other editors - but can't seem to find it in the Menus. Alternatively, is there perhaps a more "Text-matey" way of doing this?
>
> Thanks for the advice.
>
> --
> Phil Cockfield
I recently noticed that the letter template in the Latex bundle stopped
working (TextMate hangs for a second and then does nothing, not even a
console message). I started fiddling with the ruby script that produces the
template document and it appears that the line
me_entry = OSX::ABAddressBook.sharedAddressBook.me
does not work. Commenting out that block and the code that depends on it
makes the template work again. I know so little about ruby it is
embarrassing and consequently have little knowledge on how to fix this. Did
apple change the address book API to Ruby? Perhaps another special case is
need now.
Kyle
Hi all,
I'm editing a man page markup file with a ".1" extension, and I wanted
to get some syntax highlighting, so I installed the official "Man
pages" bundle with GetBundles and set the language to "Man". However,
this produces a hang, and I have to force quit TextMate. (I'm seeing
this on two computers, one running Lion and one Snow Leopard.) If I
restart TextMate and select the same file, the hang recurs.
Is this a bug; or if not, does anyone have any pointers on what I can
do to avoid it?
Thanks,
Jon
I am trying to hunt down a bug somewhere and the was hoping that validate syntax would help me but it is broken on Mac OS X Lion for some reason with a message about:
https://skitch.com/mhenrixon/fpska/textmate
What do I have to do to make it work?
Mikael Henriksson
T: +46 (0) 730 393 200
E: mikael(a)zoolutions.se
W: http://flavors.me/mhenrixon
If I write a long enough single paragraph (or a line) which includes enough
nordic characters (particularly "a" and "o" with umlauts: "ä" and "ö"), the
typing speed while in that paragraph gets very slow. When I switch to a new
line, the typing speed gets back to normal. If I switch back to the
umlaut-paragraph, the typing speed is still very slow.
This problem makes it very hard for me to write text files in Finnish.
Thanks,
Juha
--
View this message in context: http://old.nabble.com/Slow-typing-with-nordic-characters-tp32201911p3220191…
Sent from the textmate users mailing list archive at Nabble.com.
My TextMate now quits immediately on startup. The menu icon bounces once and
then it's gone. It won't show any window. If it matters at all, I have Lion
installed, though TextMate did work on it until yesterday.
I don't see any reports on /Users/[home]/Library/Logs/CrashReporter.
The problem is with only my primary account, if I log on with a guest
account, it works.
--
View this message in context: http://old.nabble.com/TextMate-quits-on-startup-%28Lion%29-tp32200728p32200…
Sent from the textmate users mailing list archive at Nabble.com.
I have noticed that block folding behaves differently in 10.7 when using HTML bundle in PHP environment.
The code below behaves in 10.6.8 as it should, folding properly, but in 10.7 it has somehow begun to take notice of the "array(" and starting to mess up the rest of the folding.
<?php
class dummy {
private $var = array(
"key" => "value"
);
function function1() {
}
function function2() {
}
}
?>
> In my opinion, the full screen of the app pages is well implemented. It is
> almost like write room. Is it possible to have a similar implementation of
> the Lion full screen in Textmate?
It's possible to hack full-screen functionality into 1.5:
in Terminal type:
plutil -convert xml1
/Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
mate /Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
Search for 'NSWindowBacking' key/value pair and after these entries,
insert the following:
<key>NSWindowCollectionBehavior</key>
<integer>128</integer>
Quit TextMate, and in terminal type:
plutil -convert binary1
/Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
I'm still working out if this is a good idea or not.
Andy.
Hello,
Thanks for the replay. I figured it out. By using this:
{name = 'variable.ksp';
match = '(\$)[a-z_]\w*';
},
{name = 'entity.ksp';
match = '(\%)[a-zA-Z_]\w*';
it works well but is there a way that I could have the $ and % a different color? Currently when I change the color in the theme for the variable and entity it changes the color of the whole word including the variable and array symbols ($ and %). It would be nice if I could have different colors for those as signifiers of what they are in the code.
Is there a way to do that? How can I change the scope for only the symbols($ or %) and not the words after?
Thanks for your time and answer.
Best,
John
This will get you started...
http://manual.macromates.com/en/scope_selectors
Adam Merrifield
seydoggy.com
820 Strasburg rd, Kitchener,
Ontario, N2E 2Y3, Canada
Email: info(a)seydoggy.com
Office: 519-489-6033
Cell: 519-574-9788
On 2011-08-01, at 20:57, Walter Lee Davis <waltd(a)wdstudio.com> wrote:
> The PHP bundle does the first of these, you might want to look at that for insight. Im not sure how you would do the second one, but you may spot a different construct in there that would help you figure this out.
>
> Walter
>
> On Aug 1, 2011, at 4:59 PM, John Relosa wrote:
>
>> Hello,
>> I post this question a while back but had no answer... Is it one of those RTFM question or did it slip through the cracks? Can someone point me to the right direction if so on how to accomplish such t a thing??
>> Thank you in
>> advance.
>>
>> Best
>> John
>> ----------------------------------------------------
>> I've seen some bundles do that but I can't figure out the way to accomplish this.
>>
>> In the language that I am working on I have variables and arrays etc...
>> Is there a way that I can have a variable declared with a $ symbol and then have it custom colored every time any word has the $symbol in front?
>>
>> Something like
>>
>> declare $variable
>> declare %array[]
>>
>> so every time these variables appear in the script they would be a certain(assignable) color and a different color for the %array?.
>>
>> Thank you.
>>
>> Best,
>> John
>>
>> _______________________________________________
>> textmate mailing list
>> textmate(a)lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
------------------------------
_______________________________________________
textmate mailing list
textmate(a)lists.macromates.com
http://lists.macromates.com/listinfo/textmate
End of textmate Digest, Vol 39, Issue 2
***************************************