When I do a Status using the Subversion Bundle, it correctly shows
what has changed.
However, when I try to do a commit from the subversion popup page,
the spinning dial starts up and never stops. After waiting a while, I
killed the svn process at the command line. Once I did that, TM poped
up a window asking for my SVN password.
I have used svn at the command line for months to check in/out code
and it works perfectly. My username on the svn repository is
different from my username on my mac, but the first time I used svn
from the command line, it failed and then I was able to put in the
correct username and password. Since then (months ago), svn from the
command line has worked perfectly. I think when svn is started by TM
it must be using my mac user name rather than the cached name. Is
there any way I can control this?
After I type my comments and hit commit, in the status window the
following appears:
Authentication realm: PAC
but I can’t see any place that I can type to supply my credentials.
I don't think it's a problem with our subversion repository because
the developer sitting next to me is able to commit from TextMate with
no problems.
Thanks,
Steve
_____________________
Steven Chanin
steven_chanin at alum.mit.edu
(415) 377-7503
Hello,
I'm using a ConTeXt bundle (similar to LaTeX) from
http://wiki.contextgarden.net/TextMatehttp://dl.contextgarden.net/support/context-tmbundle.dmg
When "building" with
⌘+R
an extra window with "html" content opens with a long log of the run.
My question is: is it possible to scroll down to the bottom of that
window automatically as the log is written to it?
The command which creates that window looks approximately like that:
##############################################
#!/usr/bin/env ruby
$:.unshift "#{ENV['TM_SUPPORT_PATH']}/lib"
$:.unshift File.join(File.dirname(__FILE__), "..", "lib")
require 'scriptmate'
require "parse_texexec_output"
@file=File.basename(ENV['TM_FILEPATH'])
@dir=File.dirname(ENV['TM_FILEPATH'])
$cmd="texmfstart texexec #{xetex} --pass=\\'-halt-on-error
-file-line-error\\' #{@file}"
class CommandMate
def emit_header
puts html_head(:window_title=>"texexec", :page_title=>"typeset" ,
:sub_title=>"#{$cmd}")
puts "<pre>"
end
end
cmd_mate($cmd)
##############################################
Thanks a lot,
Mojca
To be honest, I can't tell if the failure to apply a style sheet is
something odd in my TM set up or something flakey going on with my
hosted set up. Would someone mind reminding how to make the call to a
local style sheet so that I can test what's going on?
Is it "file:///path/to/file.css" or is it "http://localhost/path/to/file.css
" -- and with the latter I assume I have to have the built in web
server running, yes?
john
I uploaded an Ant bundle to the review's section of the bundle
repository a couple of months ago. There have been a few tweaks but
it's now stable. I'm looking to getting it bumped up to the main
repository so am canvasing here for some feedback.
<http://macromates.com/svn/Bundles/trunk/Review/Bundles/Ant.tmbundle/>
On top of the obvious build and run commands it's main features are
integrated help, auto completion, document validation, and - the
handiest for me - build target selection from a dialog pop-up, bound
to ⇧⌘B. As Ant's a build system, and therefore language
independent, you will have to configure the commands by adding the
scope/s of your languages of choice, alongside possibly setting up an
environmental variable to target your build.xml file of choice.
Anything that helps/improves/patches, is more than welcome.
Cheers,
Simon
I take exception to the C syntax gobbling up whitespace at the
beginning of a line. It screws up my tab guides, as seen in the
example below (before EXCEPTION).
Gerd
Hello everyone,
I have a probably silly question for you concerning tabulations:
Yaml can't stand tabulations, it says it requires spaces instead. How
can I get TextMate to insert spaces instead of tabs?
Regards,
Xavier
Hi all,
Would anyone happen to be working on an Xdebug bundle? I'm thirsty for
a PHP debugging environment as an extension in TextMate. Was just
curious if something is available or if someone is in progress with
this effort before I attempt to reinvent the wheel.
Cheers!
/sf
Something like Autotext is def what I'm looking for. I have a problem and a
question however.
Question: is there a way to integrate this so it's globally accessible so I
don't have to change the language of a Java or Javascript file in order to
use it?
My problem is I'm receiving an error and it's not working. I've attached a
screenshot. I looked through the files for Autotext and don't see where (or
even what) the problem might be, maybe someone can help?
Thanks again for all your ideas and help...
On Feb 1, 2008 11:49 AM, Hans-Jörg Bibiko <bibiko(a)eva.mpg.de> wrote:
>
> On 01.02.2008, at 18:59, Daniel Stockman wrote:
>
> > On Feb 1, 2008, at 9:42 AM, Jamal Johnson wrote:
> >> I'd like to be able to put my cursor on a word (in a JS file let's
> >> say) and have that word highlighted _everywhere_ else in the
> >> document making it very easy to find / see where it is. [...] Is
> >> this possible?
> >
> > I dislike the idea of making the mouse cursor integral to a
> > function of a text editor, so here's how you could approximate the
> > behaviour via the keyboard (with menu path parenthesized):
> >
> > 1. With the caret inside or bordering the target word, press
> > Control + W (Edit > Select > Word). Alternately, double-click the
> > word itself.
> >
> > 2. Command + E (Edit > Find > Use Selection for Find)
> >
> > 3. Command + G (Edit > Find > Find Next)
> >
> > Your selection will now jump to each instance of the desired word
> > on each subsequent Command + G. It's not as whizbang as Aptana, but
> > I often feel IDEs do a lot more than necessary for certain tasks.
>
> I agree with Daniel.
>
>
> But as a short note: By using TMTOOLS (an 'unofficial' hacker tool ;)
> one could do this.
> see my mail: http://comox.textdrive.com/pipermail/textmate/2007-
> October/022827.html
>
> Cheers,
>
> Hans
>
>
> ______________________________________________________________________
> 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
>
--
---------------
.: Jamal :.
I am currently a user of BBEdit. I'd like to be able to use TextMate if I
could find a combination of an SFTP client and TextMate that would allow me
to edit multiple files remotely as a project (grouped in the same window,
with the drawer). Is there a combination of programs that will allow this?
Working locally is not an option because the dev environment includes a huge
MySQL database, among other things. But if I could work locally in a way
that immediately and automatically updated remotely, that might be OK.
--
View this message in context: http://www.nabble.com/Remote-editing-of-projects-tp15053548p15053548.html
Sent from the textmate users mailing list archive at Nabble.com.
Greetings,
I've been using TextMate for several months, and I'm now starting my
first multi-file project using the TextMate project interface.
I've encountered what appears to me as a substantial bug (see title).
I opened a ticket with a full description last week, but have
received no reply so far. Here's the "Summary" from the start of that
ticket:
"Summary:
At first, TM's Web Preview reads linked css stylesheet in the HTML
header correctly, but then will not update when the stylesheet is
changed. Browsers don't have this problem and show the new data as
expected. (TM Web Preview seems to get 'stuck' using its original
cached value, even when those values no longer exist in the css file.
) "
Here's the full description, including my Troubleshooting attempts
and exact steps to reproduce the bug:
http://macromates.com/ticket/show?ticket_id=79950679
In addition I'm puzzled by the fact that I've found an exact
description of the bug reported in this list in 2006. And there are
no replies to that report either! Strange.
Doesn't anyone besides me need to use the (wonderful) Live Web
Preview with linked external style sheets?
Or am I missing some hidden command or path configuration that will
allow this to work?
Best Regards,
Steven Rowat