Hello,
This report is mostly to Ciarán, who deserve great thanks for making
great TM plugin.
I've reported this problem on http://ciaranwal.sh/2007/12/07/svnmate-update-2
But since there's no response I believe Ciarán might missed that, so I
just want to report that some of the folders and files that are
supposed to be under SVN control have no badges at all.
This happens when SVN controlled folder contains the unmanaged file
(out of version control) + few other files under version control,
folder badge is missing (removed), also parent folder looses badge
too. IMHO there’s something wrong with badge inheritance.
Also there’s missing badge for files marked as “!” (svn status) and
when there’s such a file in the folder all other SVN files loose badges.
Regards,
--
Adam Strzelecki |: nanoant.com :|
Hi There,
I wonder if anyone can recreate this, I did a screencapture of it and
Submitted a bug.
(http://macromates.com/ticket/show?ticket_id=660D19FA)
View it Here : http://www.youtube.com/watch?v=PUa6W3E9ZCg
Not super quality.
If you want just if you can recreate it, mail me and I'll send the file.
It's 900k
Karl
--
-----------------------------------------
Karl Fischer
"Absence of evidence
is not evidence of absence"
Carl Sagan
Email : kmf(a)fischer.org.za
Jabber : kmf(a)jabber.org
Personal Site : http://fischer.org.za
-----------------------------------------
My Subversion project contains a few symlinks that point to the same
directory the symlinks are in.
When I try to add that svn directory to a Textmate project by dragging the
folder into the project window, it freezes Textmate.
When I remove the symlinks before dragging the directory into the project,
it's fine. However, when I do a Subversion update on the entire project,
and the deleted symlinks get brought back down... it immediately freezes.
Is there some way to instruct Textmate handle this apparent endless loop
more gracefully? I am using Mac OS 10.5.2 and Textmate Version 1.5.7
(1436)
--
View this message in context: http://www.nabble.com/Textmate-Freezes-when-a-Subversion-project-contains-a…
Sent from the textmate users mailing list archive at Nabble.com.
Hi.
Since I upgraded my OS to Leopard, I'm not able to "Typeset & View (PDF)" my
LaTeX documents anymore. If I press cmd-R, all I get is the message "env:
python2.3: No such file or directory". What do I have to do to cmd-R my
documents again?
I'm on build 1464 and all my bundels are svn-up-to.date.
Bernd
--
berndschiffer.blogspot.com
I know about the shortcut for 'current scope',
but I'd like to see an optional
"double click to select current scope"
thing similar to how Xcode does it.
(Or, is there already some way to bind a
double-click to an user-defined action somehow?)
BTW, there seems to be a lot of cases in Textmate
where a scope is not selected correctly via
Select -> Current Scope.
Seems to be happening in large nested blocks
(cpp).
-Shin
Hi Guys.
I work a lot with Textmate, almost exclusively, in my MAC 24inch. In my
work, I deal with several textmate windows spread on my desktop, so I
organise them as I like. Sometimes, I need to close the all or some windows
(independent windows and some projects spread on my desktop). Unfortunately,
when I need to open the last windows, I have arrange them again. My question
is: Can I save the layout? Thx a lot and congratulations.
In RSpec file, if I run Command-R, I get the following error:
/Library/Application Support/TextMate/Bundles/Ruby RSpec.tmbundle/
Support/lib/text_mate_formatter.rb:5: uninitialized constant
Spec::Runner::Formatter::HtmlFormatter (NameError) from /usr/local/lib/
ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require' from /Library/Application Support/
TextMate/Bundles/Ruby RSpec.tmbundle/Support/lib/spec_mate.rb:14 from /
tmp/temp_textmate.zl6ZPP:3:in `require' from /tmp/temp_textmate.zl6ZPP:3
I'm using Ruby RSpec bundle from the latest macromates svn repos. I
can't find HtmlFormatter class(?).
Any help would be appreciated.
Takaaki
--
Takaaki Kato
http://samuraicoder.net
Hi,
When you use the subversion commit command in TM to commit something
into a repository where there is no authentication cached, the command
will wait indefinitely. And there is no way to stop it (other than
quitting TM).
Jeroen.
The command ⌘⌥R in HTML mode to open the current doc in runnning
browsers does not work properly (sorry, :)
it does
[[ $(ps -xc|grep Safari) ]] && osascript -e 'tell app "System Events"
to set proclist to name of every application process' -e 'if proclist
contains "Webkit" then' -e 'tell app "Webkit"' -e activate -e "make
new document" -e "set the URL of document 1 to \"$activeURL\"" -e 'end
tell' -e 'end if' -e 'if proclist contains "Safari" then' -e 'tell app
"Safari"' -e activate -e "make new document" -e "set the URL of
document 1 to \"$activeURL\"" -e 'end tell' -e 'end if'
but when you have WebKit running, ps returns you Safari as browser and
then you run Safari !!! side by side with the current running WebKit.
You should open the url via open url in that case or open it looking
for the real browser (Safari or WebKit that is currently running)
- Juan Falgueras