Recently, when I try to open TextMate, TextEdit opens up instead. I cannot
figure out how to launch TextMate. I think this started happening around
the time I upgraded to Lion, but I am not sure if there is any connection.
I rebooted one time and was about to launch TextMate, but now even if I
reboot it still brings up TextEdit.
Thanks for your help,
- Tad
--
View this message in context: http://old.nabble.com/TextEdit-opens-intead-tp32872813p32872813.html
Sent from the textmate users mailing list archive at Nabble.com.
Not sure what I've done to make this happen, but in the last day or so, ⌘T or Go to File has stopped working. I haven't edited any bundles recently, updated any bundles or any such activity.
Any ideas?
Adam Merrifield
seyDoggy vCard: seydoggy.com/vcard
I just updated my D compiler on Lion. Now when I run a C++ program in
? (not a D program!) I get the following:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb:194: warning: Insecure world writable dir /Users/chuck/dmd2/osx in PATH, mode
040777
Any ideas?
Thanks,
Chuck Allison
> Was hoping there was an environment variable to get a list of the open
tabs in a project. Is this possible?
You can look at the environment variables by enabling the Bundle
Development bundle. Go into the Bundle Editor, and click on Filter near
the bottom. Check the box next to Bundle Development. Now go to a
document and press shift+ctrl+command+p. That should pop up a tooltip with
all of the environment variables. Someone please correct me if I am
mistaken and that is not all of the environment variables.
There is also this thing called TMTOOLS which supposedly hacks in a some
extra functionality...but rather than go that route you might just bide
your time and see if a future update possibly provides the features you are
looking for.
Brandon
Hi.
I installed the TxMt sass bundle from sea of clouds but despite adding the
path to html2haml in my .bash_profile & the shell variables preference in
TxMt when I try to run `html2haml` I get:
`/bin/bash: html2haml: command not found`
This on 10.6.8 & ruby-1.9.3.
Any help appreciated.
Cheers,
Phil...
--
Nothing to see here... move along, move along
Ok, so what is the latest way to get updated bundles? I've been using
GetBundles, but now when I try to use it, it just spins on "updating
TextMate support" or just any action. I can't get it to do any updates.
I used to just do:
cd /Library/Application\ Support/TextMate
svn up
but I had thought I read that bundles are moving to Github, so that command
isn't quite the right way.
So... what's the new and improved method to update bundles?
(one for example - I'm trying to see if there's a Rails bundle update that
has updates for Rails 3.1)
Thanks!
Is it possible to have a language bundle inherit foldingStartMarker and
foldingStopMarker from another? e.g. having the Ruby on Rails bundle using
the folding rules from the Ruby bundle.
Hi, I'm korean.
I'm very poor at english, but i have one question.
Why didn't parsed this ?
#ifdef
if(condition) {
#endif
#ifdef
}
#endif
int test_func() //TextMate didn't parsed this function.
{
...
}
}
Hi.
I'm trying to install the plugin in the Rails bundle & TxMt throws this
error:
`/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on
Rails.tmbundle/Support/bin/list_plugins.rb:27:in `join': can't convert nil
into String (TypeError) from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on
Rails.tmbundle/Support/bin/list_plugins.rb:27:in `'`
There's very little info on Google (I have successfully installed Edit in
TextMate in /Library/InputManagers & it's owned by root:admin) so I wondered
if anybody had had similar problems.
Cheers,
Phil...
--
Nothing to see here... move along, move along
>
> But that's because I chmod'd a couple of Cache directories in /usr/local/
> to
> 777 so they could be writable to by apapche 2.2. I don't think that can be
> the cause because I did the same in /opt/local/ where my working copy of
> perl is & TM returns any output from any script fine if I supply the
> correct
> shebang line `/opt/local/bin/perl`
I recommend changing the group of those files to Apache's group ('www' on
OSX I believe) and making the files group writable but not writable by
everyone. It's safer that way.
Hi, all.
I've just started to use TextMate & I'm wondering how to get it to recognise
the Ruby version I use.
I've altered my $PATH in TM's Prefs to reflect the change, Terminal shows:
[Mon Nov 14 20:00:55 dobbin@darkstar:~ ] $ which ruby
/usr/local/rvm/rubies/ruby-1.9.3-p0/bin/ruby
but running the example script even with a shebang line returns this:
#!/usr/local/rvm/rubies/ruby-1.9.3-p0/bin/ruby
RUBY_VERSION # => "1.8.7"
data = %w[one two three four five]
results = data.select { |n| n[0] == ?t } # => ["two", "three"]
Any help appreciated.
Cheers,
Phil...
--
Nothing to see here... move along, move along
Hello,
I want to use quantlib within TextMate.
My Shell Variables are:
PATH =
/opt/local/bin:/opt/local/sbin:
/Library/Frameworks/Python.framework/Versions/2.6/bin:
/usr/bin:
/bin:
/usr/sbin:
/sbin:
/usr/local/bin:
/usr/X11/bin:
/usr/texbin:
/opt/local/include:
/opt/local/lib:
and
TM_CXX = -I/opt/local/include
When I test quantlib with
g++ -I/opt/local/include/ -I/opt/local/include/boost testQuantlib.cpp -o testQuantlib -L/opt/local/lib/ -lQuantlib
it compiles fine.
How must I set the shell variables to use quantlib to compile with TextMate?
Thanks for the answer,
Andre
I have 20,000+ lines that I need to select-all and then be able to
insert a special character like ^ not normally found within the
document, at the beginning of every line, to allow me to then use Find
and Replace to insert a common string at the beginning of each line.
After doing this, I also need to be able to do the same thing at the
END of each line of text and run find and replace with a different
string on all 20,000 lines.
I know how to use Find & Replace.
What I don't know and what I can't locate in the manual document is
how to select all 20,000 lines and insert a character at the beginning
and end of each of those lines.
What is the most efficient way of doing this?
Thanks in advance for any help!
--
Adam Boettiger
adam(a)adamboettiger.com
Portland, Oregon
>
> I have 20,000+ lines that I need to select-all and then be able to
> insert a special character like ^ not normally found within the
> document, at the beginning of every line, to allow me to then use Find
> and Replace to insert a common string at the beginning of each line.
> After doing this, I also need to be able to do the same thing at the
> END of each line of text and run find and replace with a different
> string on all 20,000 lines.
> What is the most efficient way of doing this?
I think using sed might be more efficient since TextMate's handling of
large files can be a little unreliable sometimes. Press option+command+r
to bring up the Filter Through Command dialog and put this in the Command
input box:
sed -e "s/^/\^/" -e "s/$/\^/"
That is, substitute a literal ^ (\^) for a beginning-of-line (^), and do
the same for end-of-line ($).
That might be faster than the Find and Replace dialog on a big file. You
can also store it as a command if you end up doing it a lot.
I hope that helps,
Brandon
tracing a message to source.
the message in question is:
Type your password to allow TextMate to make changes.
the heart of the message is as i would see it is:
((((((( to allow ))))))))))) (((((( TextMate ))))))) ((((((( make
changes )))))))))
i do apologize for the excess use of parentheses to emphasize.
i have been dealing with this situation for a while now. in a few forums.
any way , the words the code developer used to convey a message are:
" to allow TextMate to make changes "
what is text mate changing ???
it would be nice to know.
this situation revolves around the action of placing a textMate file in
XAMPP htdocs.
I could chase answers over here and chase answers over there. etc.
but what would be really cool is if the code developer could stimulate some
reference to a file or a process or some other lead.
are there any command line utilities that could show the last known file
that executed action to the screen.
Thank you.
I'm new to textmate, so...
I was trying to figure out why the syntax highlighting in perl sucked so
much, when I realized it was getting messed up by some regex code.
Paste this into file (e.g. test.pl) and view in textmate. Does the 2nd
function hilight correctly? It is the /\\/ regex I think - comment the
first one out and watch the hilighting change.
sub fn() {
# some perl code
my $f = shift;
if( $f =~ /\\/ ) {
my $var = "Hello";
}
}
sub fn2() {
# some perl code
my $f = shift;
if( $f =~ /\\/ ) {
my $var = "Hello";
}
}
Thoughts? I am using textmate Version 1.5.10 (1631)
thanks -thomas
Hello everyone!
I discovered Textmate this summer and can't let go of it ^^
I'd like to use the Ada bundle, but when I try to run my program, textmate tells me "gnatmake: command not found". I suppose I did something wrong with the config.
besides, when I run the script given on the bundles page, I get
2011-11-09 09:49:49.095 osascript[1760:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
Ada comDoes anyone know how I could fix this?
thanks a lot for your help
Iwanami
Hi all,
I'm next to text mate and so far I'm loving it! There's one thing though
that I miss from BBedit, and it's likely there i just can't find it so if
anyone is kind enough to help me that would be nice.
In bbedit while writing CSS there's a function called : Context-sensitive
tag and attribute completion while typing ; basically it's simply suggesting
you word/function while you type so you can simply select it instead of
typing the whole thing. It's is slightly faster but what it liked more was
the fact that this way you avoid attribute typo. So is there something
similar in textmate? I'm still new to the whole bundle thing but I know
textmate get a lot out of it.
Thanks
--
View this message in context: http://old.nabble.com/Attribute-completion-while-typing-tp32805992p32805992…
Sent from the textmate users mailing list archive at Nabble.com.
Im trying to create a bundle for GAMS and when wanting to do syntax
highlighting i have an issue. Several of the commands in GAMS starts with a
$ sign, e.g. $INCLUDE, so how do i get the editor to recognize this? I've
tried doing the litteral \$ but it wont recognize it in my syntax.
{ name = 'keyword';
match = '^\b((?i)(\$INCLUDE))\b';
}
What am i doing wrong?
I user Textmate for all my Ruby work. It would be really great if Textmate 2.0
comes with Ruby 1.9 instead of using the default 1.8.7 that comes installed
with OSX these days. Please consider embedding Ruby 1.9 in Textmate 2!
You could of course provide an option for using that or the version of Ruby
installed with the system.
So, I'm new to my Mac, FileZilla and TextMate.
I have set TextMate as my editor in FileZilla but when I try to save it the
Mac just goes, "Doh!" and won't save my edits.
I notice that the red close jewel has a dot inside it and not a cross.
I'm perplexed.
Thanks
Martin
PS I think this probably has to do with file permissions. The files were
downloaded from an existing site.
--
View this message in context: http://old.nabble.com/Open-TextMate-from-FileZilla-and-I-Can%27t-Save-my-Ed…
Sent from the textmate users mailing list archive at Nabble.com.
> Macfusion
Unfortunately I've lost data using Macfusion when TextMate beachballs
looking through the remote filesystem. ForkLife has a ridiculous amount of
awesome, such as easily creating 'synclets', standalone app files that will
sync directories when you run them, and 'droplets' which are apps that you
can drop a file onto to upload it to a specific remote location. You can
mount any remote directory as a local volume (a la MacFusion but more
powerful). It really makes working with remote files as transparent as
working with them locally, you can transfer or sync remote directories
against each other with a bunch of options (such as includes/exclude by
regex filter & more) and it has a great visual diff/merge tool also. I'm
usually all for open source but this program saves me so much time that
using anything else would cost me way more than $30. It's a one-man-shop
(like a lot of the best software ;) ) so I feel good about giving him my
support.
Brandon
> So, I'm new to my Mac, FileZilla and TextMate.
Might I recommend ForkLift <http://www.binarynights.com/>. $30 of the
time-savingest dollars I've ever spent (and I really try to use open source
mostly). Makes it super easy to open a lot of remote files and edit them
without any hassel. Tons of great features, couldn't imagine my coding
life without it.
On Tue, Nov 1, 2011 at 5:00 AM, <textmate-request(a)lists.macromates.com>wrote:
> 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. Open TextMate from FileZilla and I Can't Save my Edits (martcol)
> 2. Re: Open TextMate from FileZilla and I Can't Save my Edits
> (tamouse mailing lists)
> 3. Re: Open TextMate from FileZilla and I Can't Save my Edits
> (martcol)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 31 Oct 2011 10:55:08 -0700 (PDT)
> From: martcol <martcol(a)tiscali.co.uk>
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Open TextMate from FileZilla and I Can't Save my
> Edits
> Message-ID: <32753442.post(a)talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> So, I'm new to my Mac, FileZilla and TextMate.
>
> I have set TextMate as my editor in FileZilla but when I try to save it the
> Mac just goes, "Doh!" and won't save my edits.
>
> I notice that the red close jewel has a dot inside it and not a cross.
>
> I'm perplexed.
>
> Thanks
>
> Martin
>
> PS I think this probably has to do with file permissions. The files were
> downloaded from an existing site.
> --
> View this message in context:
> http://old.nabble.com/Open-TextMate-from-FileZilla-and-I-Can%27t-Save-my-Ed…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 31 Oct 2011 16:51:43 -0500
> From: tamouse mailing lists <tamouse.lists(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Open TextMate from FileZilla and I Can't Save my
> Edits
> Message-ID:
> <CAHUC_t9FtLxsWzPmoB4Rug8p1Vze90u66gTZFz+yznpFaEyNAA(a)mail.gmail.com
> >
> Content-Type: text/plain; charset=UTF-8
>
> On Mon, Oct 31, 2011 at 12:55 PM, martcol <martcol(a)tiscali.co.uk> wrote:
> >
> > So, I'm new to my Mac, FileZilla and TextMate.
> >
> > I have set TextMate as my editor in FileZilla but when I try to save it
> the
> > Mac just goes, "Doh!" and won't save my edits.
> >
> > I notice that the red close jewel has a dot inside it and not a cross.
> >
> > I'm perplexed.
> >
> > Thanks
> >
> > Martin
> >
>
> I would, at a guess, say you're probably saying "TextMate.app" (or
> maybe without the .app part).
>
> What you want is to specify the command line program mate or matewait
> which runs separately and hooks up to the TextMate application when
> invoked.
>
> See: http://manual.macromates.com/en/using_textmate_from_terminal.html
> (which is really about calling TextMate from other appliations)
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 1 Nov 2011 00:17:55 -0700 (PDT)
> From: martcol <martcol(a)tiscali.co.uk>
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Re: Open TextMate from FileZilla and I Can't Save my
> Edits
> Message-ID: <32757168.post(a)talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
>
>
> tamouse mailing lists wrote:
> >
> >
> > I would, at a guess, say you're probably saying "TextMate.app" (or
> > maybe without the .app part).
> >
> > What you want is to specify the command line program mate or matewait
> > which runs separately and hooks up to the TextMate application when
> > invoked.
> >
> > See: http://manual.macromates.com/en/using_textmate_from_terminal.html
> > (which is really about calling TextMate from other appliations)
> >
> > _______________________________________________
> > textmate mailing list
> > textmate(a)lists.macromates.com
> > http://lists.macromates.com/listinfo/textmate
> >
> >
> thank you tamouse
>
> I read the page on opening TextMate in another app. With FikeZilla there
> is
> already a way to get that. It's in preferences and I just navigated to
> >applications>TextMate. TextMate opens ok but once it is open it won't let
> me save any edits.
>
> Anyway, since posting I have worked out that it's a permissions thing. So,
> I
> don't think it's actually a TextMate problem but more about me not
> understanding my mac!
>
> The files are site files and are downloaded from an existing site. Somehow
> the mac thinks I don't have the permissions to edit them.
>
> Martin
>
> --
> View this message in context:
> http://old.nabble.com/Open-TextMate-from-FileZilla-and-I-Can%27t-Save-my-Ed…
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 42, Issue 1
> ***************************************
>
Hi, I use Edit in TextMate a lot but recently it simply disappeared from my
menus. I have been using 10.6.8 for a while, the last system related
software I installed was the 'OS X Server Administration' pack if that is
known to cause issues.
I reinstalled the input manager with the command TextMate -> Install Edit
in TextMate, then tried moving /Library/InputManagers to
~/Library/InputManagers to see if that made a difference. I restarted
first my applications, and then my computer after each of those steps to
see if that worked.
Unfortunately it has not fixed it. Does anyone know what might be
disabling my InputManagers? Or if someone has a better solution for
writing Language Grammars I would be happy to hear it.
Thanks!
Brandon