Hello,
some months ago, I changed TextMate's Transmit Bundle to work with
YummyFTP (to be accurate: I duplicated the Transmit Bundle before
playing aroung with it).
"DockSend File" works fine with Yummy.
But when I select "Send File with Active Connnection", I get the
following error message:
37:41: syntax error: Expected ", " but found class name (-2741)
Using the original Transmit bundle, "Send File with Active
Connnection" _will_ trigger Transmit to upload the file, but my
modified version for Yummy does not work.
I only replaced 'Transmit' with 'Yummy FTP' in the bundle editor:
================================================
osascript -e "tell application \"Yummy FTP\"
(upload item \"$TM_FILEPATH\") in current session of first document
end tell"
================================================
So, what is going wrong?
Kind regards,
Tobias Jung
The run command throws up this error:
/Users/jashugan/Library/Application
Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec_mate.rb:18:in
`run_files': private method `split' called for nil:NilClass
(NoMethodError) from /tmp/temp_textmate.HNHo7l:5
Running the specs using rake works fine.
Ahoy.
I've been thinking about doing a smart codecompletion thing for HTML.
Then maybe CSS too.
The way it would work would be similar to how CSSEdit and Dreamweaver
code completion works.
Inside of an HTML tag, you hit space to bring up a list of attributes
that are valid for that tag.
Outside of an HTML tag you hit a key command or tab completion to
bring up a list of tags.
Also, it should be smart enough to insert xhtml tags or html4.0 tags
depending on the doctype.
Pretty simple really, but I'm not sure if people really want me to
share this or just do it for myself.
So, if you would use such a feature, please reply to this message.
Please also reply with what other features you'd like to see in this.
thanks
thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
hello list.
As I've mentioned before on Allans blog, I'm developing a plugin which
should ease developing Actionscript 2 with TextMate.
The plugin is a interface for Mtasc and has an integrated SocketServer which
can display your trace commands. It also has it's own browser (based on the
WebView of course), which can show which files are loaded by your flash
movie.
You can see some screenshots here: http://nesium.com/blog/flashmate/
It works pretty solid right now (I use it for production on a daily basis)
and I hope that I can release a beta version over the next week. So if
you're interested in using it, please drop me a line. I would be pretty
happy if someone could assist me in testing this thing!
cheers,
Marc
One of the very few complaints I have regarding Textmate is how it
handles font sizes for printed documents. I have the apple 30" cinema
display (beautiful!). The problem is that if I have a reasonably
small size font on the screen, the print size is huge. In order to
get the print on the page down to a reasonable font size, I have to
reduce the screen font size down to practically microscopic!
The help system mentions something about the Source Bundle having a
"View Source as PDF" function, but I couldn't find that function.
Bundles -> Source does not show it.
Anyway, I was wondering what other users have done to mitigate this
problem.
Thanks,
sjf
I love how Monaco 11 looks like against my dark TM background when in the
"light" smoothing style. However I can't stand the rest of the OS text and
especially Helvetica in Safari and prefer those to be in "standard" style,
they all just look too fat in "light" while Monaco looks anaemic in
"standard".
Thanks in advance
Allan,
I love Find in Project's... preview window which shows every matched
line in every file in the project. I love it so much so that I often
use it even when I only care about a single file in a project and
just ignore the extraneous results of the other files.
Thus, I am always disappointed when editing a single file (not part
of a project) and I select Find in Project... only to be greeted with
a window titled "Find in Project: <none>" that only beeps at me when
I try to use it. :-(
This may already be on the docket for 2.0, but I'd much prefer if
"Find..." and "Find in Project..." were to always bring up the same
window (whether editing a single file or a project) with one
difference. The window would have a radio-button such as:
(o) Search in current file
( ) Search in project
With the selected radio button according to whether the user used
"Find in Project..." or "Find..." to bring up the window. For single
file editing, the control would be disabled.
I'm sure you can think of a better UI design; I'm just arguing that
the preview functionality is useful in more than just a project context.
Said window could even grow an additional feature:
(o) Search in current file
( ) Search in project
( ) Search files in project matching pattern: [......]
(It should go without saying that any unique features of the
"Find..." window should be available in this unified window.)
I'm sure I'm missing something obvious that makes this a poor
suggestion or difficult to implement. :-)
Thoughts?
j.
Hello,
Can I please get the Grails <http://grails.codehaus.org> TextMate
bundle <http://ldaley.com/downloads/Grails.tmbundle.zip> considered
for inclusion in the bundles repository. It was primarily developed
by Graeme Rocher who developed the Groovy bundle which is in the
repository now. I am submitting this as I have made some changes/
additions with Graeme's blessing.
I would also like to get commit access to this bundle and the Groovy
bundle. What do I need to do to prove my worthiness so to speak? (not
meant to sound antagonizing)
Thanks,
- LD.
I recently had the following problem: I needed to move the contents of my
footnotes in a latex document to parentheses in the main text. I.e. search
and replace \footnote{......} capturing the contents of the footnote etc.
My problem was that \footnote could contain other latex commands, so that it
was not possible simply to search using the braces. I needed some way to
search and replace using matching braces. Is that possible?
Textmate is very good at working out which close brace goes with which open
brace, but as far as I can see that ability is not available when doing a
search and replace. Is that right?
Best wishes,
N
On Aug 30, 2007, at 11:54 PM, "Baluta Cristian"
<cristi.baluta(a)gmail.com> wrote:
> do you have this line in your mtasc.yaml ?
> params: -main
> this was my problem. this was for the projects wich compiled with a
> blank screen, but i think i remember your error also, was for single
> files.
Unfortunatly the problem isn't that simple. I get an error screen and
no compile. I am almost certain it is because the script is running
MTASC from the wrong scope, for when I run the same command manually
from Terminal it compiles fine.
I have no idea what could be causing this and have even deleted
TextMate and reinstalled with the same results.
> On 8/30/07, Aaron Clinger <aaron(a)odopod.com> wrote:
> On Aug 29, 2007, at 1:24 PM, Baluta Cristian wrote:
>
> > stopped to work after an update? a month ago i had this problem and
> > was something about settings file, is missing something wich was
> > default in the past. i'll try to come back with a link.
>
> I don't think so but maybe. It be great if you could pass me the link.
>
> Thanks.
>
>
> >
> > On 8/29/07, Aaron Clinger <aaron(a)odopod.com> wrote:
> >> The build with MTASC command suddenly stopped working for me on my
> >> work
> >> computer. I am at a total loss.
> >>
> >> I am now getting this output when I try to compile on projects
> >> that had
> >> previously worked:
> >> (unknown) : type error class not found : com.package.Class
> >>
> >> It seems in my testing that it might be using the folder that
> >> contains the
> >> class you currently have open, instead of the folder the
> >> mtasc.yaml resides
> >> in. I have tried using the same command in the right folder
> >> location from
> >> Terminal and it works fine.
> >>
> >> I am running the edge build 1414.
> >>
> >> Thanks in advance for any help.
> >>
> >> -Aaron
> >>
> >>
> _____________________________________________________________________
> >> _
> >> For new threads USE THIS: textmate(a)lists.macromates.com
> >> (threading gets destroyed and the universe will collapse if you
> >> don't)
> >> http://lists.macromates.com/mailman/listinfo/textmate
> >>
> >
> >
> > --
> > Cristi
> > www.ralcr.com
> >
> >
> ______________________________________________________________________
> > For new threads USE THIS: textmate(a)lists.macromates.com
> > (threading gets destroyed and the universe will collapse if you
> don't)
> > http://lists.macromates.com/mailman/listinfo/textmate
> >
>
>
> ______________________________________________________________________
> For new threads USE THIS: textmate(a)lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
>
>
> --
> Cristi
> www.ralcr.com
>
> ______________________________________________________________________
> For new threads USE THIS: textmate(a)lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate