Today I tried to use the nice Markdown Bundle, I
drag-and-dropped an html file on an open window
and here is what I got:
Traceback (most recent call last):
File "/Library/Application Support/TextMate/Bundles/Markdown.tmbundle
/Support/bin/html2text.py",
line 395, in <module>
html2text_file(data)
File "/Library/Application Support/TextMate/Bundles/Markdown.tmbundle
/Support/bin/html2text.py",
line 379, in html2text_file
h.feed(html)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib
/python2.5/sgmllib.py", line 99, in feed
self.goahead(0)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib
/python2.5/sgmllib.py", line 188, in
goahead
self.handle_entityref(name)
File "/Library/Application
Support/TextMate/Bundles/Markdown.tmbundle/Support/bin/html2text.py",
line 168, in handle_entityref
self.o(entityref(c))
File "/Library/Application
Support/TextMate/Bundles/Markdown.tmbundle/Support/bin/html2text.py",
line 368, in o
self.out(data)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xc0'
in position 0: ordinal not in range(128)
Regards,
Piero
I just experienced a wierdness with the textmate blogging bundle.
When I tried to fetch a post from my blog to edit, it retrieved the
post which was the one above the one in the dropdown list before the
one I selected.
I just did a little experimentation, and it looks like the problem
occurs when I select a post which was posted before a duplicated post
which I deleted. So, schematically, the list shows:
Post 10
Post 9
Post 7
...
Where there was a Post 8 with the same name as Post 9, but it's now gone.
Selecting post 7 from the list brings back the deleted post 8.
The blog is implemented with typo.
--
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
Hi,
TM remembers the settings like TABSIZE, SOFTWRAP, etc. for a given
TM_MODE, e.g. I set TABSIZE to 8 in a Ruby document and save that
file, TM remembers the TABSIZE if I open a new Ruby document. Fine.
I wonder if it would also be possible that TM remembers the gutter
settings for a given TM_MODE?
Or is this still possible?
Thanks,
--Hans
Hello
When I use "Wrap Selection in" Environment — \begin{}…\end{} I
have indentation with "tab" character.
Is it possible to have space instead tab, perhaps is it possible
to link the the Command Convert Tabs to spaces.
Or perhaps it is possible that the command does not indent
With Tidy, it is the same problem but for all the document,
I can use convert "Tabs" to "Spaces".
I can enabling Soft Tabs but this don't work with the commands
"wrap ...."
Perhaps there is a possibilty for all texts to use spaces
instead of tab characters ?
Regards Alain
I wrote a bunch of Objective-C logging code that includes file and
line in the output in such a way that I can click on it in the XCode
build window.
Usually that works fine, but the bundle logic that finds the full
path when given a file name seems to have a flaw: For example when
the listed line is
PLDocumentController.m:117:[updateRecentMenu:] WARNING: bla bla
the link actually ends up pointing to a file named
BPLDocumentController.m *note the extra 'B' at the beginning).
Seems to me it might be a fairly easy fix for someone how knows what
he/she is doing...
Thanks
Gerd
Hi,
some asked for further examples for the usage of TMTOOLS
Here comes one.
Install the attached bundle AUTOTEXT. Open a new document, set
'language' (CTRL+SHIFT+ALT+A) to AUTOTEXT. Write something, select
something, e.g. the vowel 'a', and press CTRL+ALT+APPLE+S. The
command will highlight all occurrences of the selection within the
document.
Demo movie: http://www.bibiko.de/TMhighlight.mov (3.5MB)
Bye,
--Hans
I just set my TextMate app up to be on the cutting edge.
Now my perl files don't indent properly.
It seems as though the perl bundle is missing it's indentation rules.
Is there an easy way to fix this?
I hope I don't have to hack a way to get it to work myself, don't
really have the time to figure it all out.
Anyone been in my situation before?
Any suggestions?
Thanks,
Boysenberry Payne
You were right, I forgot to reload the bundles after removing them. Thanks
for solving the problem for me :)
Teifion
--
If you think that I'm not completely crazy, you might find my blog
interesting
http://woarl.com/blog
Thanks for the tip, I've tried it but it's sadly not worked. What confuses
me is that the latest update is the point at which the problem occurred.
Do you have any more suggestions?
Thanks for your help
Teifiion
--
If you think that I'm not completely crazy, you might find my blog
interesting
http://woarl.com/blog
Hi,
I'm using the RSpec bundle, and when I run the "Run Behavior
Description" command, I get the following output:
/Users/nate/Library/Application Support/TextMate/Bundles/Ruby
RSpec.tmbundle/Support/lib/spec_mate.rb:2:in `require': No such file
to load -- rubygems (LoadError) from /Users/nate/Library/Application
Support/TextMate/Bundles/Ruby RSpec.tmbundle/Support/lib/spec_mate.rb:
2 from /tmp/temp_textmate.UKmbLu:3:in `require' from /tmp/
temp_textmate.UKmbLu:3
Anyone know what the problem is?
Thanks,
Nate