help
i assume that text mate does have a built in updater that runs behind the
scenes. i have searched and cannot find a manual way to check for an update,
is there a way to check manually ?. current version on this machine is,
1.5.8 (1498)
copied from console,
2009-08-13 09:23:14.056 TextMate[5229] Error checking for new version: no
Internet connection
2009-08-13 09:23:14.056 TextMate[5229] Will try again in one hour
also, is there a way to see what the current available version to the public
is.
thank you
The proposed solution did not work as hoped for.
TtH operates like other standard "TeX programs (e.g. pdfLaTeX). It
reads a foo.tex input file and produces a foo.html output. The goal
is to then preview the foo.html output file. Hence I wish to view
pdfLaTeX output using Skim while I wish to view TtH output using
TexMate's standard HTML viewing facility.
Can someone suggest the appropriate code to do this.
Michael Goldweber
Hi,
I have the trial of textmate and I'm trying to generate PDF from a simple
markdown document.
I installed htmldoc from here:
http://www.brothersoft.com/htmldoc-for-mac-download-200361.html
I have all bundled synched against svn.
When I try to generate the PDF from markdown, I get:
ERROR: Unable to install license: Bad license characterPlease enter your
license key of the form AB34-AB34-AB34-AB34: The file /tmp/untitled.pdf does
not exist.
How can I fix this?
Thanks,
David
David Watson
davidthewatson(a)gmail.com
http://davidwatson.org/
I think the confusion is that both the Markdown (MD) and MultiMarkdown
(MMD) bundles have a convert to PDF command. The MD bundle uses
HTMLDOC to do the conversion whilst MMD uses LaTeX. I am not sure
exactly what the commands are called in the respective bundles as I
have changed both to suit my preferences. I would suggest that if you
want to use any of the MMD functionality that you delete the MMD
commands (and language) in the MD bundle and install the MMD bundle.
Here is a question with regard to the LaTeX bundle:
I wish to use both pdfLaTeX as well as TtH (a latex to HTML
converter). With pdfLaTeX, I have used TextMate as the previewer, but
have recently discovered Skim and the synctex (along with the
watching) facility. Hence in the LaTeX bundle preferences menu I have
selected Skim.
For TtH, I hacked up an very old version of the LaTeX current file
script to invoke TtH (attached below). The trouble is this script
requires TextMate as the "previewer."
What I don't want is to have to continually switch my preferences back
and forth since I might both LaTeX a document in addition to TtH'ing
it for posting on the Web.
In a perfect world, I would like the LaTeX bundle to have native
support for using TtH. In the absence of that, could someone suggest
edit changes to the hacked script I have, or better yet, provide an
improved version.
Michael Goldweber
If you place the cursor on a variable in NetBeans (at least in Ruby
code) it highlights all instances of that variable. This is a feature
I like very much.
Does TextMate or some bundle have a similar feature?
I have also asked this question on StackOverflow. If anyone wants to
get some points there:
http://stackoverflow.com/questions/1259604/how-to-highlight-all-instances-o…
Best regards,
-Markus-
Hi there,
does anyone uses succesfully Textmate with JRuby. Setting TM_RUBY =
<JRUBY_HOME>/bin/jruby seems to fail in my case. Hitting cmd-r prints:
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb:99:in
`run': JRuby only supports F_SETFL and F_GETFL with NONBLOCK for
fcntl/ioctl (NotImplementedError) from
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:84:in
`run' from
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/run_script.rb:65
Regards,
Johannes
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
Hi all, this is my first post to the mailing list. I'm having a problem with
my templates. It looks like CocoaDialog is acting up, I'm not sure - for
certain CocoaDialog results I get an error message as the result, with the
text "QT call results in 0". Specifically this happens in the Actionscript
3.tmbundle's Project template. I'm not sure if it happens in other project
templates, but it is effectively keeping me from creating new projects by
placing my new project inside the tmbundle and giving everything the wrong
name [like "QT call results in 0-config.xml", etc.]. Anyone know what's up?
Thanks!
--
Schell Scivally
efsubenovex(a)gmail.com
http://blog.efnx.com
>
>
> On 7 Aug 2009, at 22:17, brad tittle wrote:
>
> > When I click on textMate and drag a line that has already been
> > selected down
> > a line, it does not change the focus to textMate.
>
> This is by design. Generally click-to-drag has the purpose of dropping
> the dragged text in your currently active application and hence should
> not change focus.
>
> You should find this behavior in most other apps.
I am not complaining. I figured out what was going on and will adapt
accordingly. I haven't managed to find this behavior in any apple
application yet. I can't say have haved tried everything by any means, but
Pages, Numbers, and Neo Office focus themselves when I attempt to drag
anything.
I have to disagree slightly with your premise though. If you click in an
application to drag something and then drop it in another application the
focus should change according to the drop location. Whichever app received
the drop should probably get focus. I can see times where this might not be
preferable. If the drop is within the same application (in this case I
dragged from textMate to textMate), the drop location is textMate and should
make textMate the focus. I am having difficulty envisioning a time when
dragging something in one application should result in the previously
focussed app keeping focus unless that app receives the drop OR the drop
results in a message to the focussed app (which at this time is NOT the app
that is being manipulated).
As I said in my first post, I was doing it the backward way anyway.
I suspect that most people using textMate are keyboard maniacs and wouldn't
resort to something as crude as a mouse drag (especially doing the extremely
crude 1984 type debugging that I was doing -- resorting to log statements
followed by DIE to find out how I had managed to cut my own throat, which I
had.)
Have a great day. I love textMate. I can't get my boss to understand why
textMate is better than DreamWeaver (but that is his problem and not yours,
and results from his graphics background).
Hallo Guys,
I am making experience with TextMate, I like it very much, but I have
found a couple of problems with code validation and php colors. I'll
try to explain:
If I am coding a php page and I add an instruction like:
$result = mysqli_query($db, "SELECT LOWER(REPLACE(REPLACE(field_name,'
','-'),'\'','-')) AS test FROM test_tb");
the code above this line will be marked all of the same color and
errors are showed by TextMate... but there are not errors, the problem
here seems to be with the filter '\'' that TextMate detects like a
missing ' char.
Anybody knows how to fix such situation?
Further more I often use php HERE DOCUMENT feature so if I type
something like:
$test = <<<TEST
this should be normal html code and I would like to have it coloured
like html text and tags.
But this not happens in textmate.
TEST;
Is there any way to have it coloured like html code while inside there?
thanks!
--
yours
Fabio
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
Last Minute a Riccione. Scopri le offerte su vacanzedivertenti.it
* Buona Vacanza!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9391&d=9-8
I have recently moved my work on adding MultiMarkdown support to github.
I forked the original Markdown bundle on github, and the rewrote my
changes for improved MultiMarkdown support. My project can be found:
<http://github.com/fletcher/markdown.tmbundle/tree/master>
I thought by keeping the ".tmbundle" part of the name that it would be
picked up automatically by GetBundles, but a month or more later, that
is clearly not the case.
What am I doing wrong?
Thanks!
Fletcher Penney
--
Fletcher T. Penney
fletcher(a)fletcherpenney.net
Today I will gladly share my experience and advice, for
there are no sweeter words than "I told you so."
When I click on textMate and drag a line that has already been selected down
a line, it does not change the focus to textMate.
I drag the line, hit Command-S (save) and the save panel for Safari (the
application I was in, descends).
If I then click on textMate focus changes and I save.
If I consciously click on the selection after dragging, it also works.
If I were clever and used Command-Tab (to change apps), control-command
down-arrow (to move the line down), Command-R (to refresh running
browser), this wouldn't happen, but I acted like a damn user and did things
the wrong way. Just a heads up.
--
Brad Tittle
Tech Support
Hello list,
Usually lists (enumerate, itemize, etc.) are indented as follows:
\begin{enumerate}
\item A very long item which wraps to the next line.
Next line starts from the column 1.
\item Another item.
\end{enumerate}
Is there a way to make the indentation continue on the second and
third, etc. line of the \item? Something like this:
\begin{enumerate}
\item A very long item which wraps to the next line.
Next line starts from the column 1. The second line has slightly
more indentation
than the first line.
\item Another item.
\end{enumerate}
I remember this was happening automatically with Vim-LaTeX, but I
haven't worked with it for a long time.
Best,
Hooman Javidnia
Just for the record, I'm running Wordpress 2.83 and just posted my
first entry from Textmate this morning. Worked like a charm for me.
I'm using the Ruby that came with OS X:
$ which ruby
/usr/bin/ruby
$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
> From: Daniel Miessler <daniel(a)danielmiessler.com>
> To: textmate(a)lists.macromates.com
> Date: Sat, 1 Aug 2009 21:31:19 -0400
> Subject: [TxMt] Blogging Bundle WordPress Post Timeout
> Greetings List,
>
> I have been using the Blogging Bundle to post to WordPress for quite
> some time, but about two months ago I started getting an error when
> posting.
>
> None of my settings for my blog have changed, but I've upgraded my
> WordPress version in that time frame. The time of the error beginning
> might coincide with my upgrade to WordPress 2.8.x, but I'm not sure of
> that.
>
> Anyway, here's the error I'm getting:
>
> http://danielmiessler.com/images/tmerror.png
>
> This is clearly a timeout issue, but the interesting part is that the
> blog posts *ARE* making it to the blog--but I'm not getting the quick
> response and then the invokation of Safari to view the just-posted
> content like usual. Also, if I make changes to a post now it'll post
> as a duplicate instead of updating the one that's already there.
>
> I've tried the following things:
>
> * disabling pings on individual posts
> * disabling the ping notification services within WordPress
>
> ...with no luck.
>
> Anyone have any idea what could be going wrong here?
>
> Thanks in advance...
>
> --
> Daniel R. Miessler
> W: http://danielmiessler.com
> E: daniel(a)danielmiessler.com
> T: 510 585 9143
> P: 0x4048712D
>
>
>
> ---------- Forwarded message ----------
> From: Hooman Javidnia <hooman.javidnia(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Date: Sun, 2 Aug 2009 00:48:11 -0400
> Subject: [TxMt] Re: Blogging Bundle WordPress Post Timeout
> Hello Daniel,
> I have a similar problem with blogging bundle, although it is not exactly the same and like you I think it has started to happen since I upgraded to WordPress 2.8.2. The error message that I get as a tooltip can be seen here:
> http://javidnia.org/images/TM_Blogging_Error.png
> I have no idea how ruby works, but what I found out from google search is that WordPress API provides some information that is not consistent with what the installed version of Ruby on Mac OS X Leopard expects to see. The only thing that came to my mind was to upgrade Ruby on Leopard, but I was very busy and I didn't get the chance to try it.
> I hope that other people with intimate knowledge of WordPress and Ruby can suggest a solution to this problem.
> Regards,
> Hooman
>
I'd like to make my CSS bundle compatible with {less}
{less} : http://lesscss.org/
mCSS bundle: http://minimaldesign.net/downloads/tools/textmate-css-bundle
For a start, I'd like to add a command to generate the CSS file to a
location specified by an environment variable in TM prefs. Shouldn't
be too hard... But language definition and syntax highlighting is more
than I can handle myself... I looked at the CSS one as a reference and
my regex skills are not up to snuff I guess...
I was wondering if someone on here would like to help with that...
Ideally I'd like to add extra syntax highlighting onto the default CSS
bundle if that's possible, instead of creating a whole new one, since
{less} uses almost exclusively CSS syntax but with the additions of
nested selectors, variables, etc (check out the link above to see all
the features).
Anyway, if anyone's interested, contact me directly (contact info on
my site: http://minimaldesign.net ). Off course I'll give you credit
for whatever you do.
I also put the CSS bundle on Github if that's any help:
http://github.com/minimaldesign
Thanks!
On Aug 2, 2009, at 8:00 AM, textmate-request(a)lists.macromates.com wrote:
> It's been pretty much removed at this point in favor of a custom
> dialog tool that now ships with TextMate.
That sounds great, James.
I'm still running TM 1.5.8 (1489), though I recall in your book on
TextMate (my primary summer reading!) you recommend opting for
"Cutting Edge" software updates. Is that how I would find the new
tool? If not, where else would I locate it?
jon
/RR (http://responserequested.com)
______________________________
Still Water--what networks need to thrive.
http://still-water.net/
Greetings List,
I have been using the Blogging Bundle to post to WordPress for quite
some time, but about two months ago I started getting an error when
posting.
None of my settings for my blog have changed, but I've upgraded my
WordPress version in that time frame. The time of the error beginning
might coincide with my upgrade to WordPress 2.8.x, but I'm not sure of
that.
Anyway, here's the error I'm getting:
http://danielmiessler.com/images/tmerror.png
This is clearly a timeout issue, but the interesting part is that the
blog posts *ARE* making it to the blog--but I'm not getting the quick
response and then the invokation of Safari to view the just-posted
content like usual. Also, if I make changes to a post now it'll post
as a duplicate instead of updating the one that's already there.
I've tried the following things:
* disabling pings on individual posts
* disabling the ping notification services within WordPress
...with no luck.
Anyone have any idea what could be going wrong here?
Thanks in advance...
--
Daniel R. Miessler
W: http://danielmiessler.com
E: daniel(a)danielmiessler.com
T: 510 585 9143
P: 0x4048712D
CocoaDialog sounds like something worth playing with, but I recall
reading somewhere that its use in TextMate is or will soon be
deprecated.
While acknowledging that there's no set timetable for TM2, does anyone
have a sense of what CocoaDialog's lifespan for TextMate may be, and
whether there's any news of a potential replacement?
Thanks!
jon
/RR (http://responserequested.com)
______________________________
Still Water--what networks need to thrive.
http://still-water.net/
A few people asked me before so... just a quick note to let you guys know
that my bundles are now available on github:
http://github.com/minimaldesign
Thanks!
Say I have this snippet:
${1:function}(${2:param1}, ${3:param2})
using tab trigger: pairfun
(so this theoretical snippet writes the code to call a two argument
function)
So I type "pairfun" and hit tab. type a function name. Hit tab. Now I
want to fill my first parameter with the output of a snippet. If I want
to use a tab trigger here, it won't invoke the snippet, but instead tabs
to the second function parameter in the current snippet.
Is it possible to use another key combination to invoke a second tab
trigger within a snippet? My current workaround is to finish tabbing
through and then come back to fill in the parameter.
Apologies if I am asking in the wrong place.
When I plug in my laptop to my network, it appears in the finder as an
available shared device. The finder obviously gets notice that a new device
is available. Anyone know how to capture that particular message?
I would like to automount the disk
from the work computer (and also from the Home computer), but I would
rather be responding to an event rather than just running the script
every 5 minutes as a cron job.
The cron job might actually be the way to go....
--
Brad Tittle
Tech Support