Okay, I give. I can't for the life of me figure out how to get
TextMate to print using something like a 9pt type. I've tried growing
and shrinking my screen type face, but that doesn't seem to have any
affect. Adjusting the default type size in Preferences has some
effect, but not all that much that I can tell. What am I missing?
john
Sorry for my bad english
Hello :)
I'm a big fan of TextMate for LateX. I can't work without this very
fine tool
My site (www.altermundus.fr) is a classic one with html and css.
I present a lot of pictures and LaTeX codes but I would like now to
use a database
for my png pictures and all my files or (pages ?)
I'm a neewbie with Python and Ruby so i don'tknow what is the best
tool to make this
with texmate.
A lot of scripts in Textmate are ruby scripts so perhaps it's more
…
[View More]interesting
to learn Ruby but what is the tool the more esay to use with TexMate :
(Ruby and Rails) or (Python and Django) ?
I don't need a blog only a static web but with a database for the
pages and
aa simple method to create new one.
The Bundle is very important so what is the best bundle for my problem ?
Thanks
Alain Matthes
[View Less]
On Jun 15, 2007, at 12:10 AM, Allan Odgaard wrote:
> I am forwarding you this, as I don’t think you’re subscribed.
Thanks. Correct, I'm not subscribed, although I've been reading this
thread via the archives. I can't realistically keep up with all of
the lists where WordPress XML-RPC issues might come up, so if you
don't mind making me aware of them I'm happy to work on them as they
arise.
> Begin forwarded message:
>
>> From: "Christoph Koehler" <christoph.…
[View More]koehler(a)gmail.com>
>> Date: 15. Jun 2007 05:14:40 GMT+02:00
>> To: textmate(a)lists.macromates.com
>> Subject: [TxMt] Re: Wordpress 2.2 and Pings/Comments
>> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>>
>>> I've deployed the patch for this to all wordpress.com blogs.
>>> There is also a ticket for wordpress.org:
>>>
>>> http://trac.wordpress.org/ticket/4469
>>>
>>> I'll follow up and make sure the committers there are aware of it.
>>>
>>> Thanks for point this out and doesn't hesitate to contact me
>>> about any other questions/issues/bugs that come up in XML-RPC for
>>> WordPress.
>>>
>>
>> Thanks for the quick action! That's really amazing! I tested the
>> patch on my local install and comments work fine now, but pings
>> are still always disabled.
I tested it against my local install as well and both ping and
comments settings worked as expected. I did this with a PHP script
though, not TextMate. Christoph can you (or someone else) confirm
exactly what TextMate is sending over the wire? A dump of the exact
XML data that is being sent might provide some clues as to why ping
status isn't being properly set.
--
Joseph Scott
http://joseph.randomnetworks.com/
[View Less]
Hi there,
I 've just found a post like this:
>> I didn't know where else to ask this question. If I purchase a
>> single licenses for TextMate can I use it on a
>> Desktop and a Laptop? (As long as I'm not using them at the same
>> time?) I ask this question because I believe
>> it was true with the Office 2004 Student and Teacher Edition license.
Allan answered:
> Yes -- it's a personal license, so as long as you are the user or
> TextMate is running on …
[View More]your machine, everything is fine (needs to put
> that somewhere on the site :) ).
but I need to know if I can use textmate on my laptop at work? I got
a personal MacBook at home and a company's MacBook Pro at work and
both would running textmate nut not at the same time and only used by
me.
I know... 39 EUR are not expensive for this mighty mighty editor but
If I can save money... :-)
Greetings,
Daniel
PS: Good work, Allan :-)
[View Less]
Hi,
I've stumbled on a problem with TextMate's python handling which goes
into an infinite loop (or a really long computation) during certain
circumstances. When this happens, TextMate doesn't react to any input
anymore, which causes dataloss of everything typed after the last save.
I have the following function (<> only shows the position of the
caret and is no text) in a python file:
def c(docstring, baseindent=0):
#from http://www.python.org/dev/peps/pep-0257/
lines = …
[View More]docstring.splitlines()
# Determine minimum indentation (first line doesn't count):
indent = sys.maxint
for line in lines[1:]:
stripped = line.lstrip()
if stripped:
indent = min(indent, len(line) - len(stripped))
# Remove indentation (first line is special):
trimmed = [<>lines[0].strip()]
if indent < sys.maxint:
indent -= baseindent
for line in lines[1:]:
trimmed.append(line[indent:].rstrip())
# Return a single string:
return '\n'.join(trimmed)
Now I type ]<enter> and watch TextMate die. It'd be cool if this
could be fixed.
To reproduce the problem:
1. Open TextMate
2. Paste the above function into TextMate, put your caret where <> is
(and remove <> from the text)
3. Go into python mode (shift-ctrl-opt-p 4)
4. enter ]<cr>
Bye,
Nico
[View Less]
Having a hard time to get ruby scripts to recognize modules. Checked "$:"
and got the following:
/usr/lib/ruby/site_ruby/1.8
/usr/lib/ruby/site_ruby/1.8/powerpc-darwin8.0
/usr/lib/ruby/site_ruby/1.8/universal-darwin8.0
/usr/lib/ruby/site_ruby
/usr/lib/ruby/1.8
/usr/lib/ruby/1.8/powerpc-darwin8.0
/usr/lib/ruby/1.8/universal-darwin8.0
The module I am trying to "require" is in this list (the first listing in
fact). When I try to to run script from TextMate "command + R" the script
keeps …
[View More]failing. When I ask text mate to get required "shift + command + D"
TextMate complains that it can not find require "snmp". When I run script
from the terminal though it finds the 'require' I requested. Any ideas?
Brad
[View Less]
Hi,
TextMate has been crashing on me in the find dialog and I found this solution:
http://comox.textdrive.com/pipermail/textmate/2006-August/012696.html
So, I disabled history for the find dialog and now the text inputs are
small text fields instead of text boxes. Any ideas?
Thanks!
-Roberto.
Hi,
sorry if this is off-topic, but i I think someone may know the answer...
i am using macfuse/sshfs to access my server. until the latest update i I
was able to invoke svn from within tm with a project on this mount. now, i I
have to do svn commands via a ssh session because of permissions on the .svn
dir
Any ideas?
dc
-----
David Clark
Database Developer
Institute for Community Inclusion (http://www.communityinclusion.org/)
david.clark(a)umb.edu
(617) 287-4318
I'm trying out TextMate after a year of using RadRails/Aptana for RoR development. I'm trying to use "validate syntax" in Ruby bundle but no matter what Ruby code I have, it seems to always pop up a tool tip saying the syntax is valid.
Also, it seems to be using /usr/bin/ruby instead of /usr/local/bin/ruby, even though /usr/local/bin is first in my path, so it's finding 1.8.2 instead of 1.8.6.
I haven't had much luck in finding information on this feature, so I hope this is a good place to ask.
Thanks!