Alan et all,
Don't know how practical, but I thought I would put it out there -
I do a lot of converting of Words docs to html. JT's tidy MS Word
command is a godsend, but there are things that I need to search and
replace for -- things like empty p tags, apostrophies, quotes,
emdshes, etc
I never have (yet) qotten my head around grep/stdn etc, so I end up
using search/replace.
My question is whether it would be feasible to convert search/replace
macros to their command equivalents, which I could then just append on
to msword tidy?
--
dc
-----
David Clark
Web Specialist
Institute for Community Inclusion (http://www.communityinclusion.org/)
david.clark(a)umb.edu
(617) 287-4318
After the last update to textmate the keyboard shortcut
(command+period) to auto close html tags seems to have broken. This is
the error message that occurs:
<p>/tmp/temp_textmate.IBrgoT:7: undefined method `match' for
#<String:0xc59ac> (NameError)
Does anyone know how or if this can be fixed?
Thank you.
Michael
Hello all,
I haven't been following much the excellent work that Mike Mellor
has been doing with the GTD bundle, but I've had my own ideas of how
GTD should be done in TextMate, so I've created another GTD bundle
that's closer to my philosophy. You can find more about it, and
download it, here:
http://skiadas.dcostanet.net/afterthought/2006/06/20/yet-another-gtd-
bundle/
Enjoy, let me know in what ways it is lacking.
Haris
When I write LaTeX files I run "Typeset & Preview" quite alot, and
therefore was annoyed by the fact that I manually have to scroll the
preview window to the current line in my TextMate.
Hence I customized the "Typeset & Preview" command using TeXniscope's
quite useful AppleScript interface. I replaced the line
--- start ---
open -a "$V" "$PDF"
--- end ---
with
--- start ---
open -a "$V" "$PDF"
osascript << EOF
tell application "TeXniscope"
refresh the front document
the front document goto line $TM_LINE_NUMBER of source "$TM_FILEPATH"
end tell
EOF
---- end -----
Perhaps you find that useful.
For those of you using the GTDAlt bundle, I want to apologize for all
the problems you may have had if you updated it since last night. I
rewrote the main engine and as a consequence broke pretty much every
command. The latest update is more or less fine. Let me know if there
are still any problems.
Also please make sure you don't have any local modifications that
might be affecting the behavior of the commands.
Haris
love textmate, it's always lacked in CVS support, you add features
that are the easiest to add like subversion or other weird libraries.
But not the ONE thing that is a show stopper for almost everyone.
Every office USES CVS? Why can't this be the #1 priority of textmate?
Textmate as an editor is nothing without CVS support. I hate having
to use BBedit, to browse CVS, or textwrangler, then switching back to
textmate.
The one and only thing the developers should focus on right now is.
CONNECTIVITY.
who agrees with me? we your customers want CVS support, and SFTP,
FTP, and networked support, and not through some third party client.
You want to make textmate the worlds best editor? Add in features
that crappy clients like eclipse or zend developer environment have,
that let you browse and commit to the CVS trunk, and roll back.
Anyone who wants, and thinks this is the most important feature of
textmate (aside from being a text editor) please comment and show
your support. I'm personally willing to donate an extra $500 for
seemless CVS intergration, not that crappy bundle that's going around.
As a user interface designer, I could even help you design the
sidebar for browsing CVS, subversion, and feature sets. But everyone
is EDITING files online, it shouldn't be hard to intergrate, there
are SO many free libraries for unix that you can use!!! especially
for the sftp, and so forth, you don't have to re-invent the wheel.
Pleeeeeeease..
Best Regards your loyal customer,
court kizer
Tabs to Spaces and Spaces to Tabs are without keyboard shortcuts.
Allan Odgaard said he would consider giving them shortcuts if he knew
what shortcuts to use. [1]
I'm thinking Command+Option+Shift+S for Tabs to Spaces and Command
+Option+Shift+T for Spaces to Tabs. These seem to be available (but I
have no idea how to be sure).
Does anyone have a better suggestion?
Trevor
[1] http://macromates.com/ticket/show?ticket_id=48DA378E
Ok, this is off topic, but since most of you are coders, and some
probably have done this already (and kept their scripts), I was
wondering if someone of you have a script that does the following
(perl og php preferably):
1. Reads stringparts to be replaced from one file, one string is one
line
2. Traverses a file hierarchy and does a regexp with the stringpart
as the search argument
3. Writes changes back to the files, preferably with a log for
changed files
If you have anything similar, please drop me a line or reply so I
don't have to reinvent the wheel here :)
Cheers,
Egil
--
egil helland / it consultant (mcse, web technology)
web: ikon.as / egil.net mob: +47-91315555
Here's a quick patch to add a New Note snippet:
${1:note comment }<${2:http://}>$0
I was confused at first that Ctrl-L wasn't working on links, but
after reading the code a bit, I realized that you have to enclose the
link in angle brackets. This snippet makes it a bit more convenient
(and obvious). Bound to Ctrl-N on a note line.
Thanks for the nice bundle! Just started using it. One small note,
however: I can't get the @ snippet to fire. I can do '!' then Tab to
create a project, then '@' to start an action, but the '@' doesn't
fire. Possibly a scope problem, or am I misusing it? The Enter
trigger works fine though (as does the gear menu).
John
--
John R. Sheets
http://bark.metacasa.net
http://homepage.mac.com/donbriggs/
> Suite Modeler is an application for Mac OS X Cocoa developers who
> wish to implement AppleScript support in their applications and
> frameworks. Using Suite Modeler, a developer can focus on the
> concepts and rely on Suite Modeler to get all the details right.
This sounds like a Good Thing, but I am quite new to Cocoa programming.
I believe that TextMate would benefit from some kind of general
script-ability, and if it can get AppleScript relatively easily via
Cocoa framework foo then so much the better...
Regards,
- boyd
Boyd Waters
Socorro, New Mexico