OK, tested and this can be reproduced. If a bundle is disabled (in TM2), then
deleted from inside the bundle editor (cmd delete) it no longer shows up in
the lists anywhere (that I can find) to re-enable it even after it's
reinstalled.
So, how to get it back?
--
View this message in context: http://textmate.1073791.n5.nabble.com/Deleted-CSS-Bundle-Can-t-get-it-back-…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
After downloading (and re-downloading -- http://wiki.macromates.com/Troubleshooting/FailsToLaunchAfterUpdate) the current binary from Github (r9351), TextMate is failing to launch on OS X 10.8.2. I get the Cancel/Move to Trash dialogue window.
Has anyone else experience this issue?
Regards,
Adam
I was prompted to update TextMate from 9351 to 9353, but I got an error:
> Failed: Currupt archive.
Not sure if it's happening to other people. When I try again, it seems it
doesn't actually re-download the file (maybe just my download is corrupt),
but I couldn't find where TextMate stores those downloads to delete my
copy. Does anyone know where they're stored, so I can try again?
Thanks
At some point recently, TextMate stopped opening files passed to it from my
FTP client. The client downloads the file, then hangs and stops responding.
TextMate will launch (or become active if already launched) but no file
opens.
While the FTP client is Cyberduck, I've confirmed the issue happens in
Transmit as well. Issue does not affect other editors such as TextEdit or
TextWrangler.
Removing TextMate's preferences, caches, or ~/Application Support/TextMate
do no good. In an alternate user account, no issue at all.
TextMate is version 1.5.11, OS is 10.8.2.
I'm hoping someone's run into a similar issue. It's just a matter of time
before I start gutting ~/Library, and I'd like to avoid that.
--
View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-no-longer-accepts-files-from…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
the recent updates (I'm on the nightly builds track) keep being
registered as different apps in whereever MacOSX tracks if an app can
deal with a certain kind of file.
So, when I do right-click->Open With, there are 4 entries for TextMate now.
How can I clean this up?
Thx,
Michael
Hi all,
in https://github.com/textmate/textmate/issues/699 it is currently discussed
whether or not the file browser should default to left or right position.
I appreciate that the position can easily be changed via preferences, so I
don't care too much for the preset default position -- but I would like to
point out one factor that led me to changing it back to 'left' after short
testing time.
It is argued that, with the file browser on the right hand side, the left
border of the text view will not move when the file browser is shown or
hidden (which I fully understand). However, when switching to full screen
mode, the text view will be stuck at the leftmost corner of the screen. With
a large widescreen display, I personally prefer to have the text editor (at
least approximately) centered on the screen, and with the file browser to
left, one could easily use the file browser width to achieve centering of
the main text view in full screen mode. So far, I have not found an option
to get the text away from the left border of the screen if the file browser
is on the right hand side.
Maybe I'm missing something, so please tell me should such an option exist.
I may well give the new default setting another try when it is actually
possible to have the text view centered on the screen also in full screen
mode.
Thanks,
dAlembert
--
View this message in context: http://textmate.1073791.n5.nabble.com/Comment-on-Issue-699-File-Browser-def…
Sent from the textmate users mailing list archive at Nabble.com.
I just did a git commit and it failed with some permission error, but the error was displayed in a narrow sheet that extended off the bottom of the window and screen so there was no obvious way to dismiss it and that project was effectively locked. Other projects open at the same time still seemed to work. It had me scratching my head for a while but the solution was to hit return . It would have been better if the sheet was wider, but in any case having a scrollable text area with a button might be a better interface.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Greetings,
I installed the Standard ML bundle to support an on-line class. I am able to use the RUN command within the environment. However, when I attempt the BUILD command the following error is displayed: No such folder: /base/system. Configuration is:
OS: OS X 10.8.2
Textmate: /HDD/Applications
SML Bundle: ~/Library/Application\ Support/TextMate
SML: /HDD/usr/Local/smlnj-110.75
Screenshot from the Bundle Editor
Thanks in advance for any help!
--john simpson
John Simpson
Cell: 925.577.4831
Land: 925.705.7493
www.linkedin.com/in/jsimp42
Skype: je.simpson
AIM: jsimp42
je.simpson(a)me.com
je.simpson(a)comcast.net
On Thu, Jan 17, 2013 at 5:00 AM, <textmate-request(a)lists.macromates.com>wrote:
> From: Allan Odgaard <mailinglist(a)textmate.org>
>
> > I've got a shell script that I tried to make a little more readable with
> ANSI color. It works when I run it from the command line, but when I have
> it open in TM2 (and 1) and press Cmd-R, the script executes but I get no
> color.
>
> Escape codes for colors is a “terminal” feature, meaning that only scripts
> running in a terminal should use such escape codes. TextMate does not offer
> a terminal environment when running scripts.
>
> Ah, that makes perfect sense. Thanks. I guess I got stuck on thinking
that since STDERR comes out as red (in TM), then it must be possible to do
other colors.