In a nutshell, the new XML Catalog features allow you to easily
configure TeXMLMate to substitute local resources (like DTDs and
other schemas) for remote resources referenced by URLs. This allows,
for example, convenient validation of XHTML documents against a local
(possibly customized) copy of an XHTML DTD without having to change
the URLs used in the XHTML doctype to local file paths. Parsing/
validation with local schemas is much faster and allows offline
validation.
To download:
http://www.ditchnet.org/texmlmate/
For more complete details see the description here:
http://www.ditchnet.org/wp/2007/01/03/texmlmate-13-released/
Todd Ditchendorf
Scandalous Software - Cocoa Developer Tools
http://scan.dalo.us
Hi!
I have here a problem with the Blogging-bundle and free blogs at
wordpress.com
If I try to fetch a posting I get the following error:
Received Exception: Wrong Size. Was 3732, should be <unknown>
No posts are available!
Posts are available.
I can post though but after posting it, the posting has an error in
the first line (and the date looks strange:
Received exception:Wrong size. Was 1275, should be <unknown>
Type: Blog Post (Markdown)
Blog: a Shortcut a Day
Post: 5
Title: testpost3
Date: -4712-01-01 01:00:00 +0100
Pings: Off
Comments: Off
testpost
The posting looks right in the dashboard of wordpress and date and
everything else looks right as well.
I am quite sure that I set up things right because it worked with my
blogs which weren't on wordpress.com - here's the content of the
setup-file:
# List of Blogs
#
# Enter a blog name followed by the endpoint URL
#
# Blog Name URL
a Shortcut a Day http://nielsk@macshortcut.wordpress.com/xmlrpc.php
Any help appreciated
Niels
Hi,
I just found a very tiny bug within the R function getSig.r of that
bundle.
If you type 'plot.lm' and invoke that command to get the template it
gives you a weird output because within the formals you find an item
'caption', and within this item there is a '\n'. The ruby pop down
menu, of course, interprets a '\n' as a new line.
To avoid this I would include within the getSig.r at line 12 this:
10: if (is.symbol(f[[arg]]) && f[[arg]] == "") arg else list(arg, f
[[arg]])
11: ),
12: function (arg, escape=function(x) ifelse(snippet, {gsub("([\\
$`}])", "\\\\\\1", x);gsub("\n", "", x)}, x))
13: if (is.list(arg))
i.e. I add a gsub in the 'escape' function to delete each '\n'
I don't know whether this will be good. The case is very rarely.
Comments?
Best,
-Hans
HI,
sorry for the, maybe stupid, question, but I didn't find something in
the internet.
How can I make a copy of an existing bundle? To duplicate commands or
snippets, that's simple, but for an entire bundle?
If I simply create a new folder.tmbundle and copy&paste things in it,
then I also have duplicated uuid's.
Thanks in advance
-Hans
Hi there
I am very new to programming and ive used to make programm in Flash.
Its just a little project and i do programming in my freetime as a
hobby.
My 30 days of using Flash for free are over (since a half year now ;)
and i wanted to re-wake this project and do it without Flash using
TextMate and the ActionScript Bundle.
I had a look at the Bundle Developer Site and followed the
instructions mentioned there. But i still have absolutely NO CLUE
what to do.
My first intention, just to see how things are working i wanted to
make a trace output - which says "Hello World".
What am i doing wrong? Ive tried to use the ActionScript template and
i did a script which just says
trace ("Hello World");
I did use the "Install MTASC Support Files" and i did a try
without...nothing happens.
Can anybody help or does know where i get some information?
Thanks for your help
==================================
Zettt
azeitler(a)zettt.de
==================================
I've been trying to set the foldingStartMarker and foldingStopMarker
for a simplified variant of Markdown but have had no success. The
file would look something like this
# First heading #
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse
vel nunc.
Suspendisse egestas erat vitae pede. Phasellus quis libero et tortor
commodo
auctor. Sed et erat. Aliquam sed lectus. Fusce semper elit nec ipsum.
Morbi
sem nisl, tristique id, venenatis quis, gravida sed, neque. Etiam ut
felis. Curabitur leo magna, molestie vitae, blandit et, fringilla
vitae, purus.
# Second heading #
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse
vel nunc.
Suspendisse egestas erat vitae pede. Phasellus quis libero et tortor
commodo
auctor. Sed et erat.
Aliquam sed lectus. Fusce semper elit nec ipsum. Morbi
sem nisl, tristique id, venenatis quis, gravida sed, neque. Etiam ut
felis. Curabitur leo magna, molestie vitae, blandit et, fringilla
vitae, purus.
# Third heading #
etc
I'd like to fold so that only the heading lines show.
The foldingStartMarker is easy:
foldingStartMarker = '^# +';
But I can't get a foldingStopMarker that works. What I'd like to use
is a blank line followed by a positive lookahead to a line that
starts with a hash and a space, but
foldingStopMarker = '^$\n(?=^# +)';
doesn't work, even though that regex works in the Find dialog box.
Are the start and stop markers restricted to single line patterns?
The manual suggests that, but it isn't explicit. Does anyone have any
ideas?
--
Dr. Drang
Hi,
Running Octave scripts from Textmate using Matlab bundle works fine, but I'm not sure what sort of output I should use. I have set it to 'Show as HTML', since I don't want to create a new file for each run and the tooltip option is too volatile. The only problem is the text comes out without any line breaks, which is very painful to read especially when it comes to vectors and matrices.
Any tip?
thanks,
baptiste
__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités
http://mail.yahoo.fr Yahoo! Mail
> Sounds quite interesting. ;)
>
> How do i do this?
Google is your friend :)
Take a look at the documentation on the MTASC website, and take a
look at Ralf Bokel's hacked version (HAMTASC) for more fun with
command-line options.
The howto I pointed to on my blog has a ZIP that you can download for
the walkthrough. Good luck!
___________________
Ben Jackson
Diretor de Desenvolvimento
+55 (21) 2256-1022
ben(a)incomumdesign.com
http://www.incomumdesign.com
Not a lot of explanation needed. These are all XHTML compliant, some
include self closing tags and do not offer the option to avoid this,
so some work may be necessary. In fact, there will probably be a lot
of disagreement over how to handle a few things, and my feelings
won't be hurt. Take this as a suggestion, and perhaps overkill. I
actually prefer to just use the generic "insert open/close tag" these
days, but agree that there are times that typing a tag and hitting
tab would be convenient.
Brett
Hi,
I have to work remotely on one website and can only test if the files
are on the server. I would like to integrate an ftp client with
textmate. I have been using CyberDuck but perhaps Panic's Transmit
would be better, I'm not sure.
If I could get the work flow down to just the following I would be happy.
cmd-s to save the file
cmd-u to upload the file (or changed files)
cmd-tab to switch to firefox
cmd-r to refresh the page
I don't know how the textmate integration would work. If I am working
on a variety of files from a variety of directories on the server,
should I have these files in one textmate project or should I have
them open individually. If I want to have all the files in a project
can I have just the file I'm working on or would i need to have the
complete directories on the server in which these files exist?
Thank you,
Peter
--
Fork JavaScript: http://forkjavascript.org
Hi there,
I have an Antville Blog running, and was just asking myself if i
could use TextMate (with the Blogging Bundle) to make a post to it.
Does anyone know if this is possible?
This has been taken from the FAQ on their site:
Auf der folgenden Seite wählen Sie bitte aus:
als System: Andere (API auswählen)
als API: Blogger (eventuell auch: XML-RPC)
als Zugangspunkt: http://blogs.macnews.de:8081
Thanks in Advance
PS: You can reach the blog at zBlog.zettt.de
==================================
Zeitler Andreas
azeitler(a)zettt.de
==================================
I assume the guy responsible for TeXMLMate is here, right?
You really should start converting your disk image to r/o compressed
before distributing it. The disk image for TeXMLMate 1.2 gets 91.8%
savings when converted this way - 212kB, down from 2.5MB.
--
Kevin Ballard
http://kevin.sb.org
kevin(a)sb.org
http://www.tildesoft.com
I apologize for the simple question but is there a way to turn on tag
completion? For instance, when I close a paragraph tag i would like
textmate to automatically create a closing tag for me. Thanks so much.
I've just released another TextMate plug-in:
TeXMLMate
http://www.ditchnet.org/texmlmate/
TeXMLMate is a floating palette designed for checking XML and XHTML
documents for Well-Formedness and Validity while editing them in
TextMate. Includes support for DTD, W3C XML Schema, RELAX NG and
XInclude.
Todd Ditchendorf
Scandalous Software - Cocoa Developer Tools
http://scan.dalo.us
Hey guys,
I know that you're trying to create a code completion library for
Ruby (however, I wasn't a member of this list when those messages
were posted, so I'm unable to reply to them). I wondered if you are
aware of the existence of rct-complete, part of the rcodetools[1]? I
believe the current implementation in the Experimental bundle only
does static completion. rct-complete, however, can do a lot more:
http://frim.frim.nl/ss/Picture%20239.png
It actually knows the class get_new() returns, and thus won't suggest
test_3.
Well, good luck with your efforts, I hope to see a stable completion
library in the Ruby bundle soon!
- Pieter
[1] http://eigenclass.org/hiki.rb?rcodetools
The first release of the Wordpress bundle I'm working on is available
on my blog[1] and on Ale's SVN server[2].
The bundle is designed to aid in creating templates for Wordpress.
It includes snippets for inserting skeletal structures for common
template pieces (header, footer, sidebar, loop, headline, etc.) as
well as some very detailed plist based commands that serve as
references for everything from bloginfo commands to database tables
for queries. Most of the commands are snippetized with sample data
(ala the Codex) inserted rather than the fairly nondescript
definitions that the documentation uses.
If I can get a helping hand, I’ll add a few basic templates and a
help file, but I’m concentrating on the coding end of things for now.
I know there wasn’t much response on the list, but I’ve been getting
a lot of requests for this from the masses of new TextMate users via
MacHeist and related buzz that’s picking up around the Internets.
[1]http://blog.circlesixdesign.com/2006/12/30/wordpress-theme-bundle-
for-textmate/
[2]svn co http://svn.sofanaranja.com/projects/brettbundles/trunk/
Bundles/Wordpress\ Theme.tmbundle Wordpress\ Theme.tmbundle
When I do cmd-R using the Ruby bundle and RubyMate executes, is there
a way using the keyboard to get back to the file I was editing? I
hate having to move my hand to grab the mouse to click on the TM
window where I'm working.
Happy Holidays.
Bob
Hello,
Starting this morning, I have noticed that when I "archive completed"
in my GTDAlt file, it becomes completely empty. The action is
archived in the log file, but the rest of the contents of the gtd
file disappears. I also noticed that when I process my inbox, the
window that tells me the result of the processing was also empty (but
the processing worked correctly).
I'm using the current SVN version of the bundle (as well as the
current version of the dialog plugin and support folder).
Alan
--
Alan Schmitt <http://alan.petitepomme.net/>
The hacker: someone who figured things out and made something cool
happen.
.O.
..O
OOO
Love the recent improvements to the Xcode bundle, thanks!
Using the Xcode bundle build&Run command, if the applications output
is wider than the "Build With Xcode" window, horizontal scrolling
will display black text on dark blue background (default theme) in
the scrolled portions. Not the most readable...
Thanks
Gerd
To further crowd a field amply covered by the GTD, GTD2, and GTDAlt
bundles, I've written my own bundle, called LGTD (Little GTD). It
uses Markdown syntax for your Next Action lists, coordinates lists
between project-oriented views and context-oriented views, and has a
command for printing lists to index cards for Hipster PDA users. I've
written a few posts about it on my blog, starting with this one
http://www.leancrew.com/all-this/2006/12/
a_little_more_gtd_with_textmat.html
which has links to the later posts.
LGTD does very little, but it does what I want. It may do what you want.
--
Dr. Drang
I'm a TM noob so bear with me.
I have installed textmate and rails and all that, everything works but TM
wont auto complete anything.... if I'm in a migration for instance, and type
mcc[tab] all I end up with is mcc.
Tab completion wont work in any of my files.
I dont know if it makes a diff or not, but I'm using the bluetooth
keyboard...
So, any advice?
Thanks,
Dallas
--
---------------------------------------
The Code Ninja is swift with his tool, precise in his delivery, and deadly
accurate in his execution.
Hey all,
usually i'm using "SpaceCadet" as syntax highlighter theme within TextMate, is
it possible to export any given file (javascript, java ruby html php...) into
html with the same colors as in the theme in use ?
Yvon
Hello,
I have just started using Textmate as my primary editor. I would very
much like to make use of some of the howto's offered in the wiki, but I
am a bit confused on how to implement them. I am assuming they are
bundles, and are implemented via the bundle editor. At the moment I am
specifically interested in this one:
- Before: Do Nothing
- Command: grep -n
'^[[:space:]]*\(public\|private\|protected\)\?\([[:space:]]\+static\|
[[:space:]]\+abstract\)\?[[:space:]]\+function'
- Std In: Entire Document
- Std out: Show in separate win
- Pattern: ^(\d+):\s(public|private|protected)?(\s+static|\s+abstract)?
\s+function\s+([_A-Za-z][_A-Za-z0-9]*)\s*[(](.*)[)]
- Format: $2$3 $4\( $5 \)
- Line: 1
which supposedly creates a clickable list of functions for php 4 and 5.
Looking at the bundle editor, would I set this up as a php command, or
something else entirely? And what would be the actual code placed into
the Command(s) box?
Any advice is appreciated.