After opening a new template -nothing- happens (no window, no notification).
I've tried:
1. Wiped out everything related to textmate and reinstalled (same result)
2. Made sure the /tmp/ folder is writable (suggested in #textmate, same
result)
3. Created a new OS X profile, launched textmate to have it -briefly- work..
only to stop sometime later (maybe after opening an old project).
Is there something basic I'm missing?
Any suggestions appreciated, -m
Hi to all,
I need to order file and folder in project window for filetype and not
for file/dir-name. Is it possible?
Many thanks in advance.
max
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Conquista e fatti conquistare aderendo al Club PER DUE di Blinko
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5494&d=28-8
Hi there,
What about changing the script snippet to:
<script type="text/javascript" charset="utf-8">
// <![CDATA[
$0
// ]]>
</script>
This would make it more palatable under XHTML and of course, it can be
modified to make the CDATA enclosures deleteable by tabbing, with a few
extra pieces of TextMate code. Just a thought...
--
Glenn Batuyong
Web Developer
http://www.47ronin.com/
--
--
Hi!
Does someone has the same following problem as me with the LaTeX-Bundle?
The shortcut for "Insert Environment based on current word" is cmd+
{ (which is on a German keyboard-layout: cmd+option+8) and it doesn't
work (nothing happens -- if you choose it from the menu it works).
But the shortcut of "Insert Command based on current word" (cmd+}
which is cmd+option+9) works.
If I switch to a Dvorak-layout, Korean-HNC-Romaja, Japanese or US-
American-keyboard-layout (the last three have {} all on the same
position - Dvorak-layout-{} are on the two keys next to Backspace)
both shortcuts are working.
Anyone else has the same problem (maybe on other keyboard-layouts)?
Does anyone has a solution?
Niels
--
Jack Sparrow: Me? I'm dishonest, and a dishonest man you can always
trust to be dishonest. Honestly. It's the honest ones you want to
watch out for, because you can never predict when they're going to do
something incredibly... stupid.
-- Pirates of the Carribean: The Secret of the Black Pearl
Whenever I send a post to a Movable Type blog with »Status: Draft«,
the entry gets published instantly. Is there a workaround or bugfix
for this? It works fine with Wordpress.
Thank you in advance.
regards,
Manuela
I've been playing around with the Blogging bundle the past few days,
because I recently updated my weblog app, SimpleLog[1], with full
XML-RPC API support. Most people will use MarsEdit and the like, but I
live in TextMate so I'd like to use it if possible. But I have some
weird problems.
The first, is that the blog setup suggests writing the endpoint URL as
http://username@site.com, but usernames for my weblog app are email
addresses, so this doesn't work (http://user@site.com@site.com
obviously won't work). Now, if you don't put the username and @ sign
in the setup, the Blogging bundle will ask you for your username when
connecting, but with a few problems:
1. It will say '--button1' in the field when it prompts you.
2. It won't remember your username and will keep asking you (it does,
however, remember you password).
Now, it does allow you to connect, and that's great. However, there is
an issue when posting/updating posts. While it does successfully post
and update, it also ALWAYS errors. The first line becomes:
2006-08-25 12:07:00.341 open[4844] No such file:
/Users/garrett/Library/Preferences/this_is_a_test_yep
Now, the error is different depending on the user, setup, etc. But
it's something like this. In this case, garrett is my username
(obviously), and this_is_a_test_yep is the permalink for this post.
What's causing this?
I'd like to get everything working smoothly so I can promote this
functionality in SimpleLog. Help would be appreciated.
Also, on a side note--I'm sure this has been addressed, but it's a
little annoying to have to have a file open before being able to fetch
posts...
Thanks again,
g
[1]: http://simplelog.net
Hi there,
I can't get the Obj-C documentation (⌃H) to work.
I always get “No documentation found...”. Looking
in the Bundle Editor to see how it works, I think
the doc_references.txt is not correct anymore : the
paths in this file are different than in my
/Developer/ADC Reference Library directories...
I'm using Xcode 2.4
Thanks in advance :)
Are there any plans to add something like the Subethaedit online
collaboration features to Textmate? In the light of Leopard's apparent
focus on online collaboration, such things would be double-plus good!
(and it would limit the number of editors I need on my system!)
Best,
N
Could this HTML drag command for js files be included with TextMate?
echo "<script src=\"$TM_DROPPED_FILE\" type=\"text/javascript\"
charset=\"utf-8\"></script>"
Beau
Hi,
the following code behaves a bit strange when in ruby mode:
def to_pdf
dictionary_writer({
"Type" => "Pages",
"Kids" => @kids,
"Count" => @kids.size,
"Resources" => @resources,
"MediaBox" => @mediabox,
})
end
Just select all the text and indent it. The folding markers are at
lines 1,2 and 9 (odd number) and the 'end' is indented to the right.
What can I do?
Patrick
Hi,
I experience a reproducible crash with TextMate. I open a simple ruby file, for example this foo.rb:
def foo
puts "bar"
end
Then I press ctrl-R to run the program, close the 'run' window with
cmd-w. Then, in the main window with the ruby source, the lines on the
cursor get black. When I close this window with cmd-w, TextMate
crashes.
What can I do?
Patrick
When using version control, my commits outnumber my adds by an order
of magnitude or two. That being the case, why give "Add to repository"
top billing on these menus?
I've reordered the version control menus on my system roughly in
order of usage. Huffman would be proud - they all start with "Commit"
now. :-)
e.g.
Commit
Diff with newest (HEAD)
Diff with previous revision (PREV)
Diff with working copy (BASE)
Diff with revision...
---
Log
---
Add to repository
Check out revision
---
(everything else)
-Joshua
I have posted a couple of significant improvements to the GTD
Bundle. First I created an exclusion list, which allows you to
create a list but exclude it from your active task list. The other
improvement is an overhaul of the help system - it was way out of
date. Please feel free to let me know if you're using the GTD bundle
and have a suggestion. Thanks.
Mike
Hello,
As previouslky annouced, here is My 1st question about TextMate 1.5.2
Watching at LateX video on TextMate site, I saw an interesting functionality : Bibliography completion.
I well know BibDesk, which I use daily. So, I launched BibDesk, opened a .bib file and went back to TextMate (as shown in the video) and nothing happened ?
Did I miss something ?
Thanks for help
Francois
I've had a couple (2 or 3) of occasions with TextMate crashing and
all those times, it happens doing exactly the same. However, this
isn't reproducible in the sense that I can make it happen anytime I
want to. That said, what happens is the following:
1. Cmd-F to bring up the Find dialog box.
2. Fill in the text to be searched.
3. Press <tab>.
4. Boom.
Each time, I send a crash log to Macromates and Apple, but I haven't
seen this problem on the list. I know of one other person who also
had this happen. Are we the only ones? :(
--
Regards, Charles.
There's an initiative to unify the web preview output of all
different run tools (RubyMate, PyMate etc) and this is fine and
dandy. However, I've been thinking about going a step further and
creating a generic "RunMate" that can be configured to capture output
and do the stuff the other "Mates" are capable of.
So attached is a draft version of such a tool called "RunMate.rb".
Just drop it in Library/Application Support/TextMate/Support/Bin or
where you keep your custom stuff.
It's used by specifying the following arguments:
--format=[fmt] (fmt can be "gcc", "ruby", "javac" or "haxe" at the
moment).
--ant (strips the stuff ant adds to its subtools' output)
--run=[cmd] (run the specified command and capture its output.
STDERR and STDOUT are caught automatically)
So, here's how a java ANT build could look like: RunMate.rb --
format=javac --ant --run="ant -s build.xml"
And a ruby run thing: RunMate.rb --format=ruby --run="ruby
\"$TM_FILEPATH\""
I don't know if you believe going forward with this is a worthwhile
effort so please give comments and suggestions.
--
Mikael Säker <mikael(a)sicher.org>
http://www.sicher.org
"Strangers have the best candy."

I used the reply function of my email account (yahoo) and didn't noticed that by default it uses the sender's address and not the list's address...
Have a nice week-end
F
----- Message d'origine ----
De : Charilaos Skiadas <skiadas(a)hanover.edu>
À : Francois <francois_75015(a)yahoo.fr>
Envoyé le : Samedi, 26 Août 2006, 1h21mn 08s
Objet : Re: Re : Re : [TxMt] BibDesk link
Off list,
just to make it clear, I didn't mean to imply that you shouldn't
have sent it to me off list. I just didn't know if you sent it to me
intentionally, or if you just didn't notice that you were replying
only to me. It's fine to email me directly.
On Aug 25, 2006, at 4:42 PM, Francois wrote:
> BTW, I will post to the list from now ;-)
>
> Cheers
> F
Haris
Every time I use a paste command like "look up selection from google
and link", or "check spelling" I get at the beginning of the pasted
text something like this "2006-08-25 10:48:29.205 CocoaDialog[24321]
[Amendment] Loaded". I never used to, any ideas to get rid of it?
Thanks.
Hi,
I would like to know more abour modifying a bundle's language so that it can
use the symbols functions (you know, the little pop up at the bottom, and
the go to symbol command). I work in ActionScript mainly, and the
ActionScript bundle doesn't seem to allow this. I do seem to remember way
back when I was demoing TextMate that ActionScript symbols seemed to show
up, and I thought that was cool, but at some point they just stopped
working. It just says "-- no symbols to show for current document" for .as
files. I've seen a few languages that have symbols show up...and I just
don't know what I need to do to get it working. When I was using Eclipse I
found the class browser thing very handy...would be nice to have that in my
now-preferred editor.
I checked the docs, searched at macromates.com, searched Google...can't seem
to find any good documentation on how to work with symbols. Any help would
be greatly appreciated!
Thanks,
Dru
Hello Harris and thanks for this tip. I
'll try it as soon as I get hands on my Mac...
BTW, I will post to the list from now ;-)
Cheers
F
----- Message d'origine ----
De : Charilaos Skiadas <skiadas(a)hanover.edu>
À : Francois <francois_75015(a)yahoo.fr>
Envoyé le : Vendredi, 25 Août 2006, 12h36mn 43s
Objet : Re: Re : [TxMt] BibDesk link
On Aug 24, 2006, at 6:26 PM, Francois wrote:
> Hello Haris and thanks for this detailed explanation.
>
> The method you lmentin works perfectly well, but I think we could
> improve this powerful function. For one reason: As many LaTeX
> users, I suppose, I use the \include{the_file_I_need} function.
> That's to say that all my .tex document do not contain a
> \bibliography{} command at the end.
This should already work just fine. If the \bibliography{} line is in
the current file, or any file \include'd in it, it will work.
Further, if you are using a "master file" as it seems you do, you
would want to set the TM_LATEX_MASTER variable to point to that file.
And then the completion commands, as well as the compiling, will use
that file instead of whatever the current file is. I hope this makes
sense, the help talks a bit more about it. And you might be
interested in some of the things I've written here: http://
skiadas.dcostanet.net/afterthought/list-of-my-textmate-pages/
(btw, any reason you emailed me and not the list? feel free to take
this back to the list if you like.)
Haris
I like the new preview window for markdown and the ability to select
a theme. However, I sometimes use markdown for a quick note to
distribute which I print right from the preview window so I would
like the ability to close the header and theme pics from printing
from the preview window. Maybe a print.css option?
Thanks
Robert
Hi all,
When I work on a rails app, I generally have an iTerm window open
with four tabs (sessions) in it:
1: COMMANDS Session = for basic Rails commands (script/generate...)
2: SERVER Session = for WeBrick/Lighttpd script/server sessions
3: AUTOTEST Session = for Zentest autotest functionality (see [http://
nubyonrails.com/articles/2006/04/19/autotest-rails] for more info
4: CONSOLE Session = for working with the console
Now opening up those windows/tabs each time I work on a project gets
tiring real fast, so hence this little TM Command to do it in seconds.
Hopefully it could be useful for someone else out there.

Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
Hello,
TabMate 1.1 is released.
TabMate is a plugin that makes it possible to have per-file indenting
settings, so you don't have to manually change these when you switch
between files with different code styles.
New in 1.1:
* TabMate now adhers to the programming language in the modeline.
Please see http://konstochvanligasaker.se/tabmate for more information.
/Håkan
Ok, I have a non registered version. Yesterday it updated with a
newer version. I used it and it was fine. Today I launched it and it
immediatly updated. Now as soon as I try to open a document that has
some form of colorencoding it spontaneously crashes (.rb files for
example). I tried opening regular text-documents and that worked
fine. I zapped the program. Downloaded it again, reinstalled it and
the issue remains. When I open up the program and I go into
preferences and then Colors and Fonts it does the same thing. So I
think it has something to do with the displaying of colors. I even
tried creating a new user profile and use it there .. same issue.
As far as I recall I haven't installed anything since yesterday.
Perhaps Shiira but I doubt that would be the cause of all of this.
opacity should be a recogniced word in the css syntax, right?
______________________
Andreas Wahlin
Webbutvecklare
Webbhuset AB
Östra Hamngatan 45, 411 10 Göteborg
Telefon: 031-339 19 19, Direkt: 031-739 18 20, Fax: 031-711 12 20
www.webbhuset.se
Privileged/confidential information may be contained in this message.
If you are not the addressee indicated in this message (or
responsible for delivery of the message to such person), you may not
copy or deliver this message to anyone. In such case, you should
destroy this message and kindly notify the sender by a reply email.
Thank you.
I'm not much of a fan of collapsing my code within the editor... it
just confuses more more than anything most of the time. Perhaps if
there was a better indicator that there was collapsed code.
However, I work with 500+-line CSS files every day, and we do a decent
job grouping these into sections visually through commenting. It would
be great if we could collapse any one of these "sections" as to help
with general organization, etc. A typical style sheet for us would
look like this:
/*
| 3. Site Structure
|________________________________________________________ */
(structure styles)
/*_______________________________________________________ */
/*
| 4. Front Page
|________________________________________________________ */
(front-page specific styles)
/*_______________________________________________________ */
I'm pretty sure all that would be needed for this are some
standardized tokens that need to appear at the section 'bookends.'
So...
/***
| 4. Front Page
|________________________________________________________ */
...
/*______________________________________________________***/
Preferably looking like this when collapsed:
/***
| 4. Front Page
|________________________________________________________ */
And then the rule would be start collapse at first instance of *** and
end at the next instance of ***. We may want to argue for a few
hundred e-mails on what a more unique token could be, and then there's
the issue of standardizing comment markup so that we can all use
it.... i'm sure it'd be easy enough to do for one example but to
account for other peoples' styles...
Thoughts on this? Anyone feel like whipping this up? I've never done
any bundle editing before but i could give it a whril so long as we
feel this is worthwhile and i've got all the rules down.
--
eric
ericdfields.com
Hello, World of TextMate !
This first mail to say hello (the next one will ask a question ;-)
My name is Francois, I live in Paris (France) and I am new to TextMate. I just discovered TextMate this week-end and paid the shareware fee immediatly. Thanks Allan for this wonderful piece of software.
I am not a programmer or any kind of hacker, just a phd student who uses LaTeX. Before using TextMate, I used TeXshop and BBEdit, Emacs (yes I tried it) and Smultron that was my editor of choice before saturday, when I started using TextMate.
What I like most in TextMate is the overall quality of TextMate and the flexibility in LaTeX editing, more precisely, the ability to keep TeXshop apart.
Well, that's all folks for this small introduction. See you soon on the list
Cheers !
Francois
Hi,
The TODO bundle has a bug: an item like this (in perl):
# TODO: $CONNECTION_TIMEOUT
is not found. If the '$' is removed it works. Apparently some
escaping issue, but I don't do enough Ruby to figure it out.
Gerd
I see another message about which sadly hasn't been answered:
http://comox.textdrive.com/pipermail/textmate/2006-August/012468.html
I followed the instructions at:
http://sg.validcode.at/stuff/textmate-getbundle-bundle
What I did was I removed /Library/Application Support/TextMate prior
to the installation of this bundle. Was that a mistake? There's no
mention of having to checkout the bundles first.
When I choose Bundles -> GetBundle -> Install Bundle, nothing
happens. I was expecting to get a list of the Bundles as the
instructions said, but alas.
How can I solve this?
--
Regards, Charles.
Is there anyone else having a problem with the key command for the
Text > Convert > to Titlecase menu item? I've tried both ctrl+option
+shift+u and ctrl+option+u. Neither works.
Is there a conflict somewhere that is causing it not to work? Is
there a way I can change this binding or is there a fix?
Thanks
Mike Gregoire
Hello!
I am using TextMate for Latex and the umlaute of the german language.
When I have Todos that uses umlaute, I get only questionmarks for
these. Is there an easy way to convert these characters?
greetings
Helge
Hi all,
Is there a way to add some sort of keybinding to have the key
combination SHIFT + SPACE output an underscore character?
I would be happy with this in TextMate or if anyone has any ideas for
a system wide implementation.
Cheers,
LD.
Suppose I have a column of symbols like this:
StoreID
StoreKey
ApplicationID
TerminalID
ReferenceNumber
CashierNumber
TransactionAmount
SalesTaxAmount
Currency
AccountNumber
I want to produce this:
@"StoreID ",
@"StoreKey",
@"ApplicationID",
@"TerminalID",
@"ReferenceNumber",
@"CashierNumber",
@"TransactionAmount",
@"SalesTaxAmount",
@"Currency",
@"AccountNumber",
In Xcode, I'd search for the regular expression
^(\w+)
and replace it with
@"\1",
TextMate appears not to support RE substitution in the replacement
field. Is this the case? Are there thoughts on when that might become
the case?
Is there some TextMate-y way to do what I want in the mean time?
-- F
Hi everyone,
once again, I have a (from my point of view) great Idea, but since I
do not know how to
program it I am sharing my thoughts with you.
I use TextMate a lot for Fortran those days, and markdown, so in
those two "languages" I
know the shortcuts quite well.
Now I start using TextMate to write Latex and I do not know all those
shortcuts I might need.
So here is the request:
Wouldn't it be nice to have a floating window (i.e. the one you get
in iPhoto to adjust contrast...)
showing the contents of the bundle menu on the bottom of the
textwindow? (maybe one could
also click the items and the bundle item will be activated).
Of course it is much more efficient to trigger the bundle action by
the shortcut but during the learning
phase and/or for not so often used actions it would be a help.
Just some thoughts
Christoph
~~~~~
Christoph Biela
cbiela(a)gmail.com
This command overrides reformat paragraph in the comment.line.number-
sign.ruby scope. Here is the description given by rubywrap.rb:
# RubyWrap is a word wrapper utility designed for ruby scripts. It
should,
# however work for any programming language which uses an initial
prefix for
# comments (see --prefix). RubyWrap correctly handles indented
comments,
# indented text within comments, header comments, and many forms of
lists. It
# will also pass through code without change and detabify.
Any interest in adding this to the Ruby bundle?
rubywrap.rb goes in Ruby.tmbundle/Support/bin.
-- Daniel
On Mon, 21 Aug 2006 09:17:37 -0700, Charles Stuart wrote:
> Hi Will, I'm not seeing the preference file. Ran odbeditor and
> returned this:
> --> Unable to find application for bundle com.barebones.bbedit.
>
> And then no preference file
> (~/Library/Preferences/org.dyndns.wuther.ODBforwarder.plist) is
> created in ~/Library or /Library.
Weird. That preference file should be created as soon as the app
starts up. If you double-click on ODBForwarder.app, that file should
be created even though there are no apple-events to forward.
I've made a new version that outputs an error _when_ it can't create
the file. I can't figure out how to make it output _why_ it can't
create the file, so I'm not sure this is much more useful. It is on
the web at: http://www.cse.unsw.edu.au/~willu/ODBSuite/
ODBForwarder-23Aug2006.tgz
I guess it will tell you if the file is being created somewhere
strange. I'm just using the default app preferences API, so I don't
actually tell the OS where to create the file. e.g. it might be
creating a machine specific preference for some reason.
If you've got XCode, you could change the source and recompile...
The default editor bundle ID is listed on line 115 of main.c.
Let me know if that helps,
Will :-}
>>> On Aug 17, 2006, at 11:18 PM, William Uther wrote:
>>>
>>>> Hi,
>>>> Just thought I'd let everyone know that I've made a new app for
>>>> use with TextMate. It is open source and described here:
>>>>
>>>> http://www.cse.unsw.edu.au/~willu/ODBSuite/
>>>>
>>>> Is is still early days and has many rough edges, but I think it's
>>>> useful. I'm releasing early - we'll see if I have enough time to
>>>> release often. :)
>>>>
>>>> The app is a command line app, odbeditor. It acts like the 'mate'
>>>> command line program, but has a few advantages (and some
>>>> disadvantages too :)
>>>>
>>>> usage: odbedit [-h] [-e editor] [-s saveScript] [-c closeScript]
>>>> filename [filename ...]
>>>>
>>>> - It can be run from a remote shell. This means that you can ssh
>>>> into your box and start TextMate remotely. (Yes, there are uses
>>>> for this - it is the main reason I wrote the thing :)
>>>> - It can call out to other scripts when the program is saved or
>>>> closed (so you could scp the file somewhere, just to pull a random
>>>> example out of the air.)
>>>> - It will work with any ODB Suite editor (i.e. any editor that
>>>> works with those FTP programs like Cyberduck.)
>>>>
>>>> Be well,
>>>>
>>>> Will :-}
I am a new user and tried to modify my TextMate. But I am unfamiliar
with unix and clearly made a mess. For example, my TextMate cursor
has changed into a small horizontal bar and I can only modify text,
not enter new text with it. I often lose the find window, too. It
just does not show up and mysteriously comes back every once in a
while. I restarted, rebooted, installed a new copy of TextMate, even
erased the usr/local/bin/mate file. The problems persist. How can I
get restore the default?
Jenny
--
Professor Jenny Harrison
Department of Mathematics
University of California, Berkeley
www.math.berkeley.edu/~harrison
Dear All,
I need your help.
I have to work with text file where block delimiter is more than 1 empty lines.
How to make regex for foldingStopMarker
I was trying foldingStopMarker = '(^$){2,}';
but without success.
Thank you in advance.
Example
"
Block1
text
text
text
text
text
text
Block2
text
text
text
text
text
text
''
On Thu, 17 Aug 2006 23:51:07 -0700, Brad Choate <bchoate(a)gmail.com>
wrote:
>
> Looks like you'll be releasing more often than you thought...
>
> $ odbeditor -h
> ZeroLink: could not load .o file: /Users/willu/src/odbedit/build/
> odbeditor.build/Debug/odbeditor.build/Objects-normal/ppc/odbedit.ob
> Bus error
>
> OSX 10.4.7, PowerBook G4
>
DOH!
Looks like I had the wrong link options set. I've updated the binary
tarballs (the source hasn't changed - so if you wanted to build
yourself you would have been fine... which is why I didn't spot it).
In other news, the building housing the web server is losing power
some time early tomorrow morning, Sydney time. So if you can't get
to the URL, try again in 8-10 hours.
Be well,
Will :-}
> On Aug 17, 2006, at 11:18 PM, William Uther wrote:
>
>> Hi,
>> Just thought I'd let everyone know that I've made a new app for
>> use with TextMate. It is open source and described here:
>>
>> http://www.cse.unsw.edu.au/~willu/ODBSuite/
>>
>> Is is still early days and has many rough edges, but I think it's
>> useful. I'm releasing early - we'll see if I have enough time to
>> release often. :)
>>
>> The app is a command line app, odbeditor. It acts like the 'mate'
>> command line program, but has a few advantages (and some
>> disadvantages too :)
>>
>> usage: odbedit [-h] [-e editor] [-s saveScript] [-c closeScript]
>> filename [filename ...]
>>
>> - It can be run from a remote shell. This means that you can ssh
>> into your box and start TextMate remotely. (Yes, there are uses
>> for this - it is the main reason I wrote the thing :)
>> - It can call out to other scripts when the program is saved or
>> closed (so you could scp the file somewhere, just to pull a random
>> example out of the air.)
>> - It will work with any ODB Suite editor (i.e. any editor that
>> works with those FTP programs like Cyberduck.)
>>
>> Be well,
>>
>> Will :-}
Hi!
Today I noticed a failure in the status-window of the LaTeX-rendering
(I'm using the actual svn-co of the LaTeX-bundle):
/bin/bash: line 23: html_header: command not found
The command in line 23 says:
html_header "Compiling LaTeX (file $FILE)"
Does anyone has an idea what I can do to correct the error? (google
didn't help and I do not want to delete it but to get the correct
output ;) )
Niels
I am using Markdown to edit a blog entry and all of a sudden i
noticed that my right margin wrap has stopped. I'm not sure if i hit
some strange key combination that disabled the wrap, but I'd sure
like to know how to get it back.
NOTE: This is not to be confused with the 'soft wrap' requests that
malign Allan (according to the documentation).
...and...
If anyone has a quick tip on how to change the autocomplete button
from escape to shift+tab (what i use in xcode) that would be much
appreciated.
Steven
Is there any way to deactivate bundles from TextMate so that if I do
a svn update from the repository I don't pull down those items? I'd
like to stay up-to-date with bundle development but there are a bunch
of them that I'll never use.
Thanks,
Neil
---
hushBOOM design
Web design, development & hosting -- Writing & Editing
http://www.hushboom.com/
Hello there--new TextMate user, enjoying it a fair bit, save for one
major problem: it seems unable to use the Python installed from Fink.
Whenever PyMate runs, it always uses Python 2.3.5 installed in /usr/bin,
as opposed to Python 2.4.2 in /sw/bin.
"/usr/bin/env python" calls /sw/bin/python; /sw/bin is listed before
/usr/bin in my PATH.
My suspicion is that there's some preference somewhere in TextMate that
tells it the path to Python. However, I've been unable to find it by
browsing through Preferences.
Can anyone give me a hint as to how to get TextMate to call the proper
Python?
Thanks for any help you can give. :)
This is sort of a reminder about the TextMate quiz
(http://skiadas.dcostanet.net/afterthought/2006/07/14/tmq-1/).
Given that I got no answers to the problem, I am trying to
determine whether it was because of the too long timeframe
which made people forget about it, or whether it was because
of a lack of interest in the problem. So I'm hereby extending
the deadline until the Sunday a week from tomorrow, and I also
wanted to get people's opinions about the quiz and possible
ways to make it more approachable and interesting to people.
So please feel free to reply, either to the list or to me,
with your opinions/ideas.
Haris
Michael McCracken recently posted [1] some small (non-TM) hacks for
displaying text. His TextShape tool is pretty cool, and TextStructure
reminded me of Gerd's TmCodeBrowser plugin, though it adds the neat
feature of marking up the symbols list with little pointers as you
navigate through the file -- pretty cool.
Anyway, I started exploring tmcodebrowser again, and I whipped up a
couple of tiny, trivial lines to add to one's ~/.ctags.tmcodebrowser
file to add support for GTDalt. If anybody's interested, the
following will just show in the codebrowser window a list of projects
in the current .gtd file -- just one more way of displaying your
GTDalts, beyond Haris's great remind/geektool displays. It's handy if
you want to keep a snapshot of the overall set of projects in a very
long .gtd file.
--langdef=gtdalt
--langmap=gtdalt:.gtd
--regex-gtdalt=/^[\t ]*project (.*)$/\1/project/
[1] http://michael-mccracken.net/wp/
-Alan
This is a very basic question, but I am just getting started so I
could use some help.
I want to create an element that recognizes the text between asterisks
as element.comment.first.
For example if I type:
* Textmate *
This would be identified as element.comment.first.
So I wrote the following in my "language" section:
{ name = 'element.comment.first';
match = '[*]\s?([^\* ]|\.| [*] | )*[*]';
},
The problem is it can't identify the element when it comes in the
middle or end of a line, i.e.
I want to learn how to use * Textmate * tomorrow.
What's between the asterisks is not considered an element.comment.first.
Any suggestions or help would be much appreciated. Thanks.
--
Lawrence Goodman
lawrencegoodman(a)gmail.com
Check out my blog: http://goodmanorama.blogspot.com