Hi there,
Is there a bundle for the wikipedia syntax? I tried Standard ML, YAML,
Markdown, multi markdown, and none of them seem to grok wikipedia source
code.
Hej everyone,
I just stumbled over this:
The path to the .tex file looks like this
/Users/chris/Aka Flieg/D38/file.tex
Using “Show in TeXniscope (pdfsync)” in Textmate works but it does
not the other way around. So when I cmd-click
in TeXniscope nothing happens. The console.log says:
2006-07-20 08:51:52.788 open[7515] No such file: /Users/chris/Aka
Flieg/D38/txmt:/open?url=file:/'/Users/chris/Aka Flieg/D38/
file.tex'&line=48
Is there a way to change the editor argument in TeXniscope ("txmt://
open?url=file://%file&line=%line")?
Thanks
Christoph
~~~~~
Christoph Biela
cbiela(a)gmail.com
I'm having some problems using the Blogging bundle with typepad. I had
managed to get it working but now I seem to be getting this error
whenever I try and contact the server to fetch a post.
/usr/lib/ruby/1.8/xmlrpc/parser.rb:98:in `dateTime': wrong
dateTime.iso8601 format (RuntimeError)
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:538:in `tag_end'
from /usr/lib/ruby/1.8/rexml/parsers/streamparser.rb:26:in `parse'
from /usr/lib/ruby/1.8/rexml/document.rb:171:in `parse_stream'
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:722:in `parse'
from /usr/lib/ruby/1.8/xmlrpc/parser.rb:462:in `parseMethodResponse'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:410:in `call2'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:399:in `call'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/metaweblog.rb:31:in
`getRecentPosts'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:541:in
`fetch'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:540:in
`popen'
from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/progress.rb:11:in
`call_with_progress'
from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:540:in
`fetch'
from /tmp/temp_textmate.M7wcXA:3
My settings for the Blogging bundle look something like this:
# Blogging Weblog List
# Enter a weblog name followed by the endpoint URL
# Weblog Name URL
Blog Name http://username@www.typepad.com/t/api#000001
Any ideas? I'm guessing the TypePad API is returning something unexepected?
Cheers
Steve
This me be a stupid question and/or not possible, but I come up
against this a lot....
As a php guy, I use the "if" snippet which, of course, has tab stops.
The problem is that there is no way of triggering another snippet --
"$_" for example, with first "getting out of" the if.
Am I missing something obvious?
--
dc
-----
David Clark
Web Specialist
Institute for Community Inclusion (http://www.communityinclusion.org/)
david.clark(a)umb.edu
(617) 287-4318
Hi there!
When I run "typeset & view" in Latex mode or try to open any bundle's
documentation I always get nothing but an empty window. I have
deleted my prefs and 'reinstalled' TextMate from the .dmg but still
get the same stuff. Are there any caches I should empty? Any other
thoughts?
Any help is greatly appreciated!
Gregor
I am attempting to modify the LaTeX Language Grammar so that I may
style superscripts and subscripts distinctly. I tried to add the
following:
{ name = 'constant.superscript.latex';
match = '\^(\w{1}|\{.*?\}|\\\w*)';
captures = { 1 = { name = 'meta.supersript.latex'; }; };
},
{ name = 'constant.subscript.latex';
match = '_(\w{1}|\{.*?\}|\\\w*)';
captures = { 1 = { name = 'meta.subscript.latex'; }; };
},
However, when I invoke the "show scope" command in the TextMate
bundle, neither of these scopes will appear. (For example, if I type
"Suppose that $\{x_n\}$ is a sequence..." and put the caret after the
underscore, neither "constant.subscript.latex" nor
"meta.subscript.latex" appears in the show scope tooltip.)
I am new to regular expressions, but if I do a find and replace with
those expressions, they do seem to find all occurrences of subscripts
and superscripts. I think I probably don't understand the LaTeX
language grammar, since I have trouble understanding even the
shortest of grammars!
Also, are my naming conventions even close to correct?
For reference, I'm using TextMate 1.5.2 (r1180) and revision 4405 of
the LaTeX bundle from the repository.
Thanks for your help,
Mike Miller
when a project is open, stand-alone editing windows and other windows
(preferences, bundle editor, html view, you name it) don't react to
the cmd+W keystroke (as would be appropriate), but only to cmd+shift
+W. the "Close" shortcut in the File menu is still associated to cmd
+shift+W, while cmd+W is bound to "Close tab". closing all open
projects causes the "Close" shortcut to become again cmd+W.
stupid but annoying.
this bug was probably introduced in the latest revision, or at least
I didn't notice it earlier.
bye,
domenico
Hello all,
I've noticed that when editing using the HTML bundle the Insert
Closing Tag command (Opt+Cmd+.) inserts a closing tag but doesn't
seem to match the indentation of the opening tag.
For example (all tabs are inserted by Textmate automatically):
<ul>
{1 tab}<li>
{2 tab}Lorem ipsum [now press Opt+Cmd+.]
{2 tab}</li> [now press Opt+Cmd+. again]
{2 tab}</ul>
In the above I think it should (or at least I would like) the final
closing li tag to be set 1 tab in, to match the opening li tag, and
the final closing ul to be set with no indent, to match the opening
tag. I think it used to maintain the indent structure, but this might
just be wishful thinking on my part.
Can the bundle be modified to do this?
Thanks in advance,
Matthew
Hello. When I'm doing LaTeX and use \cite or \ref and Option-esc, I
get the dialogue with all the right choices. But when I select one,
the following is inserted into my document:
(\ref{/Applications/TextMate.app/Contents/SharedSupport/Support/bin/ :
11: warning: Insecure world writable dir /Users/apape/bin, mode 040777
lem:twocausalmodels})
How can I suppress/cure the error message? Thanks!
--duus
I'm currently trialling TextMate and like it a lot but would like to print
in colour etc... I see from the Manual that a workaround is to View as PDF
from the Source bundle, but I can't see this option. Am II missing
something?
THanks in advance
Denis