Greetings tm users...
In the 2nd obj-c screencast:
<http://macromates.com/screencast/objective_c_part_2.mov>
Shortly into this demo (in the first 20%) ... just after the insertion
of the delegate method "outlineView", Allan begins to introduce a
reformatting command (a bundle command?). After he shows what the
command is based on -- a command in the menu "Text->Reformat
Paragraph" used to reformat comments -- he moves the cursor to the
bottom of the window and presses on a UI element that looks like a
gear. This brings up a long list of bundle commands with their
associated icons (C, S, M, etc). When I press this UI element, I get a
popup menu of only a few items:
Help
Documentation for Selection
---
Language Boiler Plate ->
Accessor Methods For ->
Common Object Calls ->
Object Instantiations ->
Idioms ->
---
and about 6 more items.
Perhaps there was a change in Textmate or I am missing something in the GUI?
How do I see the pop up menu as shown in the screencast?
Thank you!
AZ
On Dec 20, 2007, at 06:00 , textmate-request(a)lists.macromates.com wrote:
>>
>> So I finally upgraded to Leopard, but somehow my Multimarkdown
>> bundle got borked? I went to preview a document in XHTML and got
>> this:
>>
>> /bin/bash: line 2: cd: ~/Library/Application Support/MultiMarkdown: =
>
>> No such file or directory
>> /bin/bash: line 3: cd: bin: No such file or directory
>> /bin/bash: line 4: ./multimarkdown2XHTML.pl: No such file or
>> directory
>>
>> I remembered having some difficulties with this a while ago, but I
>> couldn't remember what I had done to straighten it out. I went to
>> the bundle's help file, thinking it might jog my memory, but it too =
>
>> is coming up with a similar error report. Is this a problem a re-
>> install will solve?
>
> I assume this is Fletcher=92s own MultiMarkdown bundle and not our
> default MultiMarkdown support.
>
> It sounds a little bit like an unquoted shell variable. It might be
> good to fetch his latest bundle and see if that still has the
> problem, =
>
> if it does, paste the source of the command in question.
Hmm. I downloaded the current versions of the TM bundle AND the
separate Multimarkdown folder that gets placed in the Application
Support folder AND I went ahead and created a TM_MULTIMARKDOWN_PATH
shell variable in my preferences that points to
~/Library/Application Support/MultiMarkdown (Can I leave the space in
like that?)
And I'm still seeing the same three lines of reported errors when I do
a Preview and use the Multimarkdown option of export to XHTML.
The preview from within the Markdown bundle works fine, but, of
course, it doesn't support things like external style sheets like
Fletcher's MMD bundle does.
I cannot run Preview using MultiMarkdown under Leopard
I get the following error.
/bin/bash: line 2: cd: ~/Library/Application\ Support/MultiMarkdown:
No such file or directory
/bin/bash: line 3: cd: bin: No such file or directory
/bin/bash: line 5: ./multimarkdown2XHTML.pl: No such file or directory
The command is
# Process the MultiMarkdowndocument and display as a web page
cd "${TM_MULTIMARKDOWN_PATH:-~/Library/Application Support/
MultiMarkdown}"
cd bin
./multimarkdown2XHTML.pl
Alan
Hi,
TextMate's LaTeX bundle can't find my bib files when using the
citation completion commands. It returns the error, "Can't find any
files named 'bibname'", where bibname is the name of my bib file. The
bib files are in a local directory, ~/Documents/bibs. There is a
symbolic link to this directory in ~/Library/texmf/bibtex/bib. Doing
kpsewhich -show-path=bib returns
> /Users/kjhealy/Documents/bibs:.:/Users/kjhealy/Library/texmf/bibtex/
> bib//:!!/usr/local/gwTeX/texmf.local/bibtex/bib//:!!/usr/local/gwTeX/
> texmf.pkgs/bibtex/bib//:!!/usr/local/gwTeX/texmf.gwtex/bibtex/
> bib//:!!/usr/local/gwTeX/texmf.texlive/bibtex/bib//:!!/usr/local/
> gwTeX/texmf/bibtex/bib//:/Users/kjhealy/Library/texmf/bibtex///:!!/
> usr/local/gwTeX/texmf.local/bibtex///:!!/usr/local/gwTeX/texmf.pkgs/
> bibtex///:!!/usr/local/gwTeX/texmf.gwtex/bibtex///:!!/usr/local/
> gwTeX/texmf.texlive/bibtex///:!!/usr/local/gwTeX/texmf/bibtex///
TM_LATEX_BIB is set to /Users/kjhealy/Documents/bibs. Latex documents
will compile happily (using latexmk.pl) within TextMate, including
their bibliographies. It's just the citation completion within
documents that isn't working. My Latex bundle and Support folder are
at revision 8696. I'm running Leopard (10.5.1) and TextMate 1.5.7
(1436).
Any hints on why this isn't working as it should?
Kieran
Hi there :)
I seem to remember that this bug has already
been reported and if it's the case, it is still around
for me…
Quite ramdomly, TM simply crash when bringing
up the Find/Replace dialog window and tabbing
between the “Find:” field and the “Replace:” field.
Let me know if you need the Crash Report :)
TIA
So I finally upgraded to Leopard, but somehow my Multimarkdown bundle
got borked? I went to preview a document in XHTML and got this:
/bin/bash: line 2: cd: ~/Library/Application Support/MultiMarkdown: No
such file or directory
/bin/bash: line 3: cd: bin: No such file or directory
/bin/bash: line 4: ./multimarkdown2XHTML.pl: No such file or directory
I remembered having some difficulties with this a while ago, but I
couldn't remember what I had done to straighten it out. I went to the
bundle's help file, thinking it might jog my memory, but it too is
coming up with a similar error report. Is this a problem a re-install
will solve? It's late and I don't think I'm seeing the obvious.
john
Hi,
This is probably some stupid mistake on my part, but I'm having
problems with importing the objc package in Python. When I try to
import it, I get the following error:
ImportError: No module named objc
What's strange, is I can import objc from a terminal window, without
any problems. I made sure that Textmate is running the same install of
python, so that's not the problem. All other packages I've tried
import without problems.
In case you're interested, I'm running Python 2.5.1 (default Leopard
install) with Textmate build 1436.
Any help would be appreciated. Thanks,
-Tony
Hi Everyone,
What I want to do, is extend the css & js definitions to have
alternate start / end tags...
For javascript, I want to match the normal <script></script> tags, but
I also want to have it use
<?php $this->js()->start() ?> / <?php $this->js()->end() ?>
(Same for css, except using "css()")
How can I go about doing this?
Regards,
Eric
Hello all,
after searching the list archive for a while, I have hacked together a
short command to run Matlab straight from within textmate. The current
problem is (as has been discussed on the list previously) that Matlab
has to be launched from scratch every time (takes about 5s for simple
hello-world scripts to execute).
Is there a maintainer for the Matlab bundle? Is there anyone around
who knows how to access the current Matlab session?
Best,
Jonas
I just committed a new bundle for review, SecondLife LSL
http://macromates.com/svn/Bundles/trunk/Review/Bundles/SecondLife%20LSL.tmb…
I forget why I never shared it before. Seems pretty done. There's code
completion and everything.
There's even contextual help set to ⌃h (ctrl-h) which searches the
lsl wiki.
I think I used someone else's language bundle to start out with and
then modified it,
but I can't remember at this point, so I'll take all the credit ;)
It's been a long while since I've played with LSL. But I don't think
the language has changed much in the meantime.
Let me know if you have any issues.
—Thomas Aylott – subtleGradient—