I've been using Textmate with Transmit with no problems for months, now today
the bundle doesn't seem to work. The only thing I think of is that i did
update my textmate yesterday.
now when I use the bundle, i get the tooltip that says "(filename) sent to
Transmit" but nothing happens. I tried docksend by dragging the file from
finder to the transmit icon and it did work. Its just the bundle in Textmate
that doesn't seem to be working with Transmit. I've reset my bundles, even
re-installed transmit.
I am using textmate 1.5.6 and transmit 3.5.6 on OSX 10.3.9
thank you
--
View this message in context: http://www.nabble.com/textmate-transmit-bundle-not-working-tf4070702.html#a…
Sent from the textmate users mailing list archive at Nabble.com.
Hi everyone :)
Since some months I have had error messages when trying to update my
installed bundles with GetBundle's "Update Installed Bundles" command.
2 different error messages are returned (randomly one or the other,
os so it seems to me) :
1 -> [Target path does not exist]
2 -> [REPORT request failed on '/svn/Bundles/!svn/vcc/default']
Still, after displaying one or the other message, GetBundle tells me
that my bundles were updated an that I can use them...
If I remember well, it all started when I tried to install a bundle
(but don't remember which) and had some error messages during install.
It seems that some people encountered this kind of problem already,
but I couldn't find appropriate solution in this mailing-list archives.
Any help would be appreciated :)
Thanks,
Luc.
Hi List,
Everytime I click out of textmate - like into firefox say - and then
click back into textmate, it freezes for 30 seconds and I get the
loading spinny thing. I monitor on top and it reports:
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
377 TextMate 0.0% 1:32.30 3 94 247 128M
16.9M 152M 485M
And then when I click into textmate:
377 TextMate 99.0% 1:46.34 3 97 253 130M+
16.9M 154M+ 487M+
I've defragged and run the OnyX maintence scripts, restarted, trashed
textmate and reinstalled, and rebooted and this still happens. Ideas?
Avi Flombaum
avi(a)designerpages.com
Hi,
The latest Textmate helpfully highlights SQL in comments, this is
great apart from with Joomla/Mambo code which actually uses a hash in
the table name (this gets replaced before it gets as far as mysql) -
this hash is recognised as a comment, so the end of the string is
ignored and the rest of your file is treated as a comment.
The tables names are referred to as #__mytable. I'm sure if this
isn't the best solution but a quick fix is to open
/Applications/Textmate.app/Contents/SharedSupport/Bundles/
SQL.tmbundle/Syntaxes/SQL.plist
in Property Editor and navigate to
/Root/repository/comments/patterns/1/match
and change the regex from
(#)?.*$\n?
to
(#)[^_][^_]?.*$\n?
Any better solutions gratefully accepted.
Thanks
jeb
Hi Joachim,
Love your Objective-C bundle contributions, use them all the time!
To facilitate a more compact folding I actually prefer a different
way of formatting my methods than what "Completion: Partial Method
Signature" produces. May I suggest to replace
out = out.chomp.strip + "\n\{$0\n#{rv}\}"
with something similar to this (sorry, no Ruby coder):
if ENV['TM_C_METHODBODY']
out = out.chomp.strip + eval(ENV['TM_C_METHODBODY'])
else
out = out.chomp.strip + "\n\{$0\n#{rv}\}"
end
so I can adjust it to my preference?
Thanks
Gerd
I'm trying (for the first time ever) to make Textmate do syntax-
highlighting. The files I want to highlight are JUNOS router
configuration files. My beginning grammar is
{ scopeName = 'source.junos';
fileTypes = ( 'junos' );
foldingStartMarker = '\{\s*$';
foldingStopMarker = '^\s*\}';
patterns = (
{ name = 'keyword.other.junos';
match = 'groups|system|chassis|interfaces|forwarding-options|snmp|
routing-options|protocols|policy-options|firewall|routing-instances';
},
{ name = 'comment.block.junos';
match = '/\*[^\*]*\*/';
},
);
}
When I set the language to JUNOS, folding works but the keywords or
comments stay the default color. Do I need to do something else to
see color highlighting? (assume nothing is too dumb - I'm a newbie
to this)
Assuming I get this working, is there a repository of grammars where
I can share it? And maybe find grammars for other odd languages?
-- Pete
Hi,
Recently I've been finding that textmate seems to be indenting/
autoindenting to the wrong number of chars. I've got the indentation
set to 'Soft Tabs: 2' but I'm finding that when I tab along, I'll end
up indenting to a odd number of chars, eg 3 or 5. I'm also finding
that when I'm writing HTML, if I use Ctrl< to writing the opening and
close tag, then press enter, I'll only be indented 1 char in from the
containing tag, not two as expected.
Any ideas?
---
Jeremy
Hi!
I just tried to render with the filename "Problem Set 5.tex" but it
failed because it seems to "think" that Problem, Set and 5 are three
different documents - here's the output:
atexmk: This is latexmk, John Collins, 26 February 2007, version:
3.08n. **** Report bugs etc to John Collins . **** Latexmk: Could not
find file [Problem] ------------ Run number 1 of 'pdflatex
-interaction=nonstopmode -file-line-error-style Problem' ------------
Latexmk: restoring last Problem.aux file Latexmk: Did not finish
processing file: Latex failed to generate a log file Latexmk: Could
not find file [Set] ------------ Run number 1 of 'pdflatex
-interaction=nonstopmode -file-line-error-style Set' ------------
Latexmk: restoring last Set.aux file Latexmk: Did not finish
processing file: Latex failed to generate a log file Latexmk: Could
not find file [5.tex] ------------ Run number 1 of 'pdflatex
-interaction=nonstopmode -file-line-error-style 5.tex' ------------
Latexmk: restoring last 5.aux file Latexmk: Did not finish processing
file: Latex failed to generate a log file
And I have now the files in the directory of tex-file:
5.aux
5.aux.bak
Problem Set 5.tex
Problem.aux
Problem.aux.bak
Set.aux
Set.aux.bak
texput.log
Removing the spaces from the filename helps. Something should be done
about the error output…should be somehow formatted but I think that
already in discussion…
As written in the subject: it's the actual SVN-checkout of the LaTeX-bundle
Niels
Dear list,
It would appear that the 'Execute Line / Selection as Query' command
in the SQL bundle is not working for multi-line selections.
Am I going mad (missing something?), or can someone else confirm this
problem please. Even better if you know how to fix it.
Thanks
Jez
Hello
I would like to extend the sql language definition to support
PostgreSQL's dollar quoting semantics.
http://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-S…
Ideally, I'd like to be able to fold dollar quoted strings as they're
often used for large chunks of text, particularly function
definitions.
What is the right place to start in order to implement this? Should I
modify the existing sql bundle?
Andrew