I apologize for starting a new thread; my mailing list mail is
cleared pretty quickly. This is a continuation of a previous thread:
http://comox.textdrive.com/pipermail/textmate/2007-March/017974.html
In any case, I have managed to get a screenshot of the issue taking
place with normal font settings (i.e. no italicization). Screenshot
(sorry for the nasty code :-D): http://img144.imageshack.us/
img144/5830/picture6eu8.png . This is actually three separate
screenshots composed. On the left is TM behaving normally with AA
off, the center is normal AA on behavior, and on the right is the
issue taking place.
Deleting the font cache + restart seemed to fix it, but I haven't
experimented enough to verify that that is what is actually fixing it.
Thanks,
Andy K.
Hi Foks,
Not sure if this goes to you all or not but Pymate is using the
wrong version of python when it runs my script. Basically I have a script
which looks like this
#!/usr/bin/env python
print "Hi"
It fires python version 2.3.5.
If I open a shell and type /usr/bin/env python it brings up the version I
want.
I have set TM_PYTHON to point to the version I want but still no luck. Any
ideas?
---
Steven M. Klass
Strategic Manager, Design Automation - Analog Mixed Signal
SMSC
3930 East Ray Road, Suite 200
Phoenix, Arizona 85044
(480) 704-7046 (Desk)
(480) 225-1112 (Mobile)
steven.klass(a)smsc.com
Hello everyone;
Please see the attached tmCommand for a little doodad which reads
a PHP script for private variables and generates getters and setters.
Cheers,
JC.
Hi everybody.
a while ago is followed this article:
http://encytemedia.com/blog/articles/2006/11/3/increasing-
productivity-with-texmate-s-new-tm_dialog
and everything worked well.
but after a while, when inserting an image from the menu generated by
the command it would return that i have a tm_dialog conflict.
at the time i removed the command as i was afraid to do something bad
to my text mate when asked to checkout the dialog.tmplugin
After a while a removed the dialog.tmplugin from my application
support folder.
and i forgot about it.
i just tried to recreate the command but when i use it it return this
/tmp/temp_textmate.n4JLBy:7:in `require': No such file to load -- /
Users/zapata/Library/Application Support/TextMate/Support/lib/plist
(LoadError)
from /tmp/temp_textmate.n4JLBy:7
and i do not have a plist file in my lib folder indeed.
any idea how to fix this or if removing the dialog.tmplugin frommy
application support was a bad idea?
i tried to copy the one from the application content back into the
folder but it doesn't change anything.
cheers people from the world.
other wise i'm as well trying to set up django on my mac osx 10.4.8
but it does/nt do anything when i follow the instruction there :
http://www.djangoproject.com/documentation/install/
tar xzvf Django-0.95.tar.gz
cd Django-0.95
sudo python setup.py install
it keep returning an error message and abort the installation, even
with the firewall off
Downloading http://cheeseshop.python.org/packages/2.5/s/setuptools/
setuptools-0.6c1-py2.5.egg
Traceback (most recent call last):
File "setup.py", line 2, in <module>
ez_setup.use_setuptools()
File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py",
line 72, in use_setuptools
egg = download_setuptools(version, download_base, to_dir,
download_delay)
File "/Users/zapata/Desktop/django/Django-0.95.1/ez_setup.py",
line 126, in download_setuptools
src = urllib2.urlopen(url)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 380, in open
response = meth(req, response)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 491, in http_response
'http', request, response, code, msg, hdrs)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 418, in error
return self._call_chain(*args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 353, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 499, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
Hi,
I rewrote my Command 'Insert File/Path Name + AutoCorrect'.
Key: CTRL+TAB
Scope: none
BTW I use this Command very often to open a file without a mouse or
GUI. Just type:
'mate ' and invoke this Command, and finally press CTRL+R.
To illustrate that Command I did a screencast (without sound because
my mic is out of order, but there are written comments)
http://www.bibiko.de/TM_InsertFilePathNames.mov (ca. 5.7MB)
Comments are welcome!
Best,
Hans
Some features:
- simulates the TAB behaviour on a console with pull down menu,
auto correction by looking backwards for a vaild begin of a path/
file name,
and supports relative path names using TM_DIRECTORY
- it tries to complete that file name according to the file name
before the caret's position
(i.e.: It is possible to use this command not only at the end of
the line but also at the end of a
given path within the line and even inside a given path to
change it.)
- to auto-complete files beginning with a dot type:
e.g.: '~/.p' to look for dot files beginning with p
'~/.+' to list all dot files in the home directory
- if TM_BUNDLE_SUPPORT, TM_SUPPORT_PATH, etc. occures in a line it
will use this directory as start point
Hints:
The path ./ will be substitue with $TM_DIRECTORY!
../ is also supported for relative paths using $TM_DIRECTORY as root!
You can use wildcards. e.g. ~/Pictures/.*jpg (for all jpg files)
[case sensitive!]
Symlinks are supported but not for changing a given path name.
You can use TAB to jump to the end of the line, or if there is a
space in front of the
inserted path name you can jump to that space to delete or to
insert a /.
(Because this command inserts the text as snippet)
Am I missing something or does the 'Revert' option from the subversion
bundle menu (ctrl-shift-A) doesn't display a confirmation dialog? I
managed to crash TextMate as soon as I accidentally pressed that (it's
right next to Update!!!) so I only lost my local changes in 2 of the 15
files I was working on... But honestly... no confirmation dialog? What's
up with that?
(btw, I still think TextMate kicks *ss, don't get me wrong :)
Wow...can't believe I missed that one. I knew about Cmd + T I hadn't
really used it yet because I am just starting work in TextMate and am
working in a project called test and haven't really named my files
something super great yet (and can't remember their names) so clicking
was more efficient for this project but thank you for pointing out the
obvious! So many of the great features are so subtle :-)
Thanks,
-Jon
A little command that's especially useful for writing emails.
It takes a highlighted URI and uses murl.info to shorten it to
something more like:
http://murl.info/14511
Very tinyurl but a little more underground ;-). Plus I couldn't get
tinyurl to do this...
It will accept a uri with or without a protocol (http(s)) and will
accept just about any amount of garbage on the end. It does a pretty
decent job of recognizing if what you have selected is actually a uri
or not.
Brett

Brett Terpstra : Art Director
Circle Six Design, Inc.
111 Riverfront Dr, Suite 204
..................................................
p: 507.459.4398
877.858.4332
f: 1.866.540.3063
e: brett(a)circlesixdesign.com
http://www.circlesixdesign.com
..................................................
Hi list,
generally, I use textmate to write source code for various languages
and systems. Everything works nicely.
Textmate is set to use ISO-Latin1.
From time to time, I need to copy text fragments from Word oder PDF
documents
to PHP scripts. As soon save the file with the copied text, the
encoding of textmate
document suddenly changes. All diacritical characters get converted
to funny
chars. All in all, the resulting PHP isn't any longer useable.
It took me some time to exactly figure out the reasons. But, I failed
to solve it.
Does someone has an idea regarding this?
BTW: If I try this using Eclipse, the IDE reports a problem saving
the file, since
the encoding changed. I have to start windows and copy the Word text
fragments -
since Eclipse on Windows works just fine.
An ideas?
Kind regards,
Stefan