Hello,
In TM 2, the Build Target... command in the Ant bundle is failing with the following error message:
tm_dialog: [NOTE: this exception originated in the server.]
-[__NSCFDictionary length]: unrecognized selector sent to instance 0x7f86bff03020
/Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:198:in `load': Cannot parse a NULL or zero-length data (OSX::PropertyListError)
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:198:in `menu'
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:193:in `popen'
from /Users/rob/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:193:in `menu'
from Build Target…:63
Looking at the Bundles section of Preferences, it appears that I have the latest updates of both the Ant and the Bundle Support bundles. I'm not a Ruby guy, so I'm not entirely sure what's up with this. Line 63 in the bundle command is:
res = TextMate::UI.menu(ant_targets)
Lines 193-198 in ui.rb are:
193 res = ::IO.popen("#{TM_DIALOG} -u", "r+") do |io|
194 Thread.new do
195 plist = { 'menuItems' => options }.to_plist
196 io.write plist; io.close_write
197 end
198 OSX::PropertyList::load(io)
Any ideas how how to solve that problem? I actually hasn't worked since TM 2 came out, but I'm just now getting around to trying to figure it out.
Thanks,
Rob
I have found over the past week+ (it could have been considerably longer
but I suspect it was just the past week or so) I have had annoying problem
occur where I can load a remote file using *rmate* and can edit it and even
save it without complaint but the save operation apparently doesn't work.
This is happening in an environment where I've used rmate successfully for
some time and I don't think I've changed anything other than accepting the
TM 2.0 updates.
Can anyone help?
Ken
I am using the latex bundle with a .tex file. I¹m trying to use auto
completion of citations. I have gone to TextMate > Preferences > Variables
and set TM_LATEX_BIB to /Users/rossahmed/folder/refs.bib. Nothing happens
when I place the caret in between the wiggly brackets in \cite{} and press
option+esc.
How can I get auto completion of citations to work in latex bundle?
Thanks
Ross
UNSUBSCRIBE!
2013/7/15 <textmate-request(a)lists.macromates.com>
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Interpreter not found using TM (Allan Odgaard)
> 2. Re: Build problems. Heard that before? :) (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 15 Jul 2013 01:31:16 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Interpreter not found using TM
> Message-ID: <E3689AC9-5184-405A-B265-AADBDDCE9B7A(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 13 Jul 2013, at 15:10, Brad Hutchins wrote:
>
> > No the Ruby.framework is missing. I uninstalled the current version
> > of ruby and used Homebrew to put on Ruby 2.0 .
>
> You should re-install ruby 1.8, as it is required by TextMate.
>
> On a general note, don?t remove system files.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 15 Jul 2013 01:42:53 +0200
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Build problems. Heard that before? :)
> Message-ID: <E62CBFEF-14E6-4BE6-AE33-E35001D3B024(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 13 Jul 2013, at 14:13, Richard Drake wrote:
>
> > textmate(master) $ ./configure
> > make: ***
> >
> [/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem]
> > Error 127
>
> The failing line would be this (which you can try to re-run):
>
> DST=build/Frameworks/SoftwareUpdate/fixtures make -C
> Frameworks/SoftwareUpdate/fixtures
>
> Although it?s invoking a (small) Makefile, so you?d have to dig into
> that, to find the exact thing which is failing.
>
> You can add ?-n? to ?make? to see what it calls.
>
> > [?]
> > /bin/sh: line 1: 33977 Segmentation fault: 11
> > /Users/richarddrake/build/TextMate/Frameworks/scm/test_scm
> >
> > Got another error in trying again so googled and did:
> >
> > textmate(master) $ ninja scm/coerce
>
> Normally it would fail if you lack ?hg? ? but missing SCM commands
> shouldn?t produce segfaults.
>
> > textmate(master) $ ninja SoftwareUpdate/coerce
> > [1/1] Skip test
> >
> '/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
> >
> > which got me to:
> > [8/26] Run test
> >
> '/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
>
> The SoftwareUpdate/coerce target should cause the test to be skipped,
> that said, the test is failing because you lack the fixtures, which are
> missing because ./configure failed.
>
> It?s the first time I hear of someone with ./configure failing to
> generate the fixtures, so I don?t know what would cause it, but
> openssl is used in the process, so perhaps you have some non-standard
> version of that.
>
> Adding ?-n? to the make invocation above and then running the
> commands manually should help track down the problem.
>
>
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 62, Issue 18
> ****************************************
>
Running into an odd problem. Just recently chanted to Ruby 2.0 P195 (but have not use 'TM' in a while either)
Can run ruby from the CLI
The Path is set to /usr/local/bin/ruby in both .profile and .bash_profile. And in the path in 'TM'.
Overall environment is set to /usr/bin/env
Yet I keep getting this error when trying to do CMD + R
I’m using 2.0-alpha.9443
A while back, converting Markdown to HTML with ⌃⇧H quit working. It just results in a blank document.
I finally got irritated enough to investigate and I tracked it down to SmartyPants. That is, if I set TM_SMARTYPANTS to `/bin/cat`, the Markdown command to convert starts working.
The only copy I seem to have is at `~/Library/Application Support/TextMate/Pristine Copy/Support/bin/SmartyPants.pl`. It doesn’t seem to be included with the Markdown bundle. Is that right? Any ideas why it’s not being found when the command runs?
I think this started with a9423, which says “A bunch of (work in progress) refactoring has caused some changes to executing commands”.
--
Rob McBroom
<http://www.skurfer.com/>
I work primarily in C++, but regardless of the file or language, syntax
coloring has broken in build 9443 for me. I get some (but not all) keyword
highlighting, some (but not all) type highlighting, and perhaps most oddly,
comments are not being detected. See screenshot attached.
[image: Inline image 1]
Anyone else having this problem?
Hi:
I am using Textmate to edit scripts on a remote server. I use FTP (client
is Transmit) to get to them, then open them from Transmit it Textmate.
I noticed something odd recently: With each series of edits to the script
file, after I saved, I went to run the script and the execute permission
was gone (I edited the file, did chmod u+x, ran the script, then went to
edit again, etc. when I saved, I had to chmod u+x again because the execute
was lost).
The only reason (other than server bugs) that I can find that this my have
happened is that I opened the file with Textmate originally before I did
chmod u+x (right after I did touch to create it), and that the permissions
on the file that Textmate opened were -rw-r--r-- so I restored those when
it saved.
Two questions:
1) Is this possible? Does Textmate do this?
2) If yes, how can I get it not to change permissions back on save?
Any help, direction or advice is much appreciated!
Thanks,
Jeff
>
>
> Hi
>
> I've been using
> TextMate version 2.0-alpha.9443
>
>
> for a few weeks now but since yesterday I can't get it to send do files directly to Stata. Well, to be more precise, when I send a do file to Stata using the bundle commands, instead of the do file turning up in the Stata do file editor with the same name, e.g. `environment.do', it turns up with a name like `tm-stata-1200.do' which causes an error message from Stata because it can't locate such a file.
>
> I have re-installed TM but still have the same problem.
>
> Can anyone help me please?
>
> Many thanks
>
> Liz