Hello all, every day I shave a few percentage points off the time I
spend in BBedit, and get closer to 100% in TM.
Today, I am stuck on showing differences. TM has a lot of good tools
to show the differences in a standard `diff`y kind of way.
What I usually find useful, was in BBedit, I could compare the two
most front files, a window would pop out below the files, sort of a
left, right, and bottom frame display. I could then move through the
line differences in the files.
Any way to do this in TM?
--
Scott
* If you contact me off list replace talklists@ with scott@ *
How do you shut off that annoying start up beep? I've tried the Wiki
and the built in help searching for beep. Nothing found in the
preferences either. It's got to be simple but where?
--
Bob Love
"Entropy ain't what it used to be."
Hello,
I recently installed TextMate on a new computer, and I was pleasantly
surprised when I did Bundles->Subversion->Diff->Diff With Newest and
the changes were color coded for add, remove, etc. So my question is,
why does my old installation of Textmate not do this same
highlighting? Both are version 1498.
I actively use both computers, so this is a nice visual aid. Thanks.
Best Regards,
Armon Dadgar
Hi,
A problem that no-one's been able to help me with since the update
still sits un-resolved. Is there anywhere else I can go to try and get
support with this?
It's weird because I feel that I've paid cash for Textmate (which is
fine, I think Textmate is brilliant) and therefore I should expect
actual tech-support. However if it's a problem with a bundle then
maybe that's not Textmate's responsibility and hence I must resort to
the open-source model of posting questions in places, which is fine
until that model of support fails, as in this case.
I guess I'm hoping that there's another forum somewhere that I should
post to, or should I think about submitting a bug somewhere?
Cheers,
Mike Dewar
Love ProjectPlus, but:
I have several projects within the same git tree. Only for one of them
are the git badges displayed in ProjectPlus, not for the others.
Interestingly the icon in the window title always properly reflects
the git state. That is just a tad maddening, anyone found a workaround
for this?
It seems to be related to how the project is opened: via the tmproj it
does not work. It seems to work when opened as folder, but I can't use
that as I have some project-specific settings in the tmproj file which
the build process needs.
Has there been an update since the 1.2 version from 6 months ago?
Thanks
Gerd
I've heard (from lurking on this list) that the default TextMate concept of
projects is a bit lacking.
Given that, which of the multitude of project bundles should I check out --
or -- should I just play with all of them? i.e. Is there
any canonical "best" ?
-Dave
A few months ago, I been successfully using TM for all sorts of Python
scripts. I recently decided to use it again, but now scripts that used to
run perfectly no longer do so. Here is the key: those same scripts still run
perfectly if I run them from XCode, Editra, or if I make the files
executables and run them from Terminal. They only fail in TM.
I have run into two problems. First, this simple one-line script will cause
two error windows to appear:
text = raw_input("--> ")
The first error window says, "The application Python quit unexpectedly. The
problem may have been caused by the tm_interactive_input.dylib plug-in."
The second error window says, "The application tm_dialog2 quit
unexpectedly."
I can paste the error reports here if you want to see them.
The second script that causes problems is this (reduced down to its
essentials):
import pyglet
class Test(pyglet.window.Window):
def __init__(self):
pyglet.window.Window.__init__(self)
def on_draw(self):
self.clear()
test = Test()
pyglet.app.run()
I get this error message:
OSError: dlopen(/System/Library/Frameworks/AGL.framework/AGL, 6): Symbol not
found: _CGLClearDrawable Referenced from:
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo Expected
in: flat namespace
function __getattr__ in __init__.py at line 307
__import__(import_name)
module body in __init__.py at line 133
from pyglet.gl import gl_info
module body in __init__.py at line 99
from pyglet.gl.lib import GLException
module body in lib.py at line 141
from pyglet.gl.lib_agl import link_GL, link_GLU, link_AGL
module body in lib_agl.py at line 51
framework='/System/Library/Frameworks/AGL.framework')
function load_library in lib.py at line 90
return self.load_framework(kwargs['framework'])
function load_framework in lib.py at line 226
lib = ctypes.cdll.LoadLibrary(realpath)
function LoadLibrary in __init__.py at line 408
return self._dlltype(name)
function __init__ in __init__.py at line 325
self._handle = _dlopen(self._name, mode)
That error message makes it seem like a pyglet problem, but again, I get no
errors when running it outside of TM.
I am running Mac OS X 10.5.6 and the cutting edge version of TextMate
(1498), and I completely reinstalled TM after experiencing these errors. I
am using the stock Python that shipped with Leopard (2.5.1) and that's the
version being used by the Python bundle. There were two older MacPorts
versions of Python that were carried over to my Leopard installation, but I
have uninstalled those. I tried setting the TM_PYTHON variable, but it made
no difference.
A simple pure-Python script that doesn't use pyglet or raw_input will run
fine:
class Test(object):
def __init__(self):
print("Hello, World")
test = Test()
Odd. Ideas?
Jim
--
View this message in context: http://www.nabble.com/Python-bundle---2-problems-tp22163059p22163059.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I'm new to Latex with TextMate.
It might be an easy question, but I couldn't figure it out.
Any comments will be thankful.
I placed the caret in \cite{} and press ESC. There was only one beep.
Nothing happend.
After googling the shell variables TM_LATEX_BIB were filled as my local copy
of bib file. - No luck.
After googling again, I placed the bib file in ~/Library/texmf/bibtex/bib. -
Still no luck.
I've read many posts, but still the citation function is not working.
Would you help me out?
Thanks in advance,
SC
Hi all,
What is the proper channel for submitting bugs and/or feature requests
to bundle authors? Should I just contact the developer directly? If
so, where can I find the developer's contact info?
Thanks,
Michael J. I. Jackson