Just a quick question... wondering if it's just me or if XMLMate 1.4.1
<http://www.ditchnet.org/xmlmate/> is broken as of TextMate 1.5.7
(1436)?
Instead of the XMLMate window appearing, the following is reported on
the Console when clicking Windows => Show XMLMate Palette...
TextMate[430] initializeLibxml
TextMate[430] *** +[OakTextView defaultEnvironmentVariables]:
selector not recognized
TextMate[430] *** +[OakTextView defaultEnvironmentVariables]:
selector not recognized
Behavior started with the cutting edge release that preceded 1.5.7,
before that, everything was fine.
Thanks!
On Nov 2, 2007, at 7:00 AM, textmate-request(a)lists.macromates.com wrote:
> Thomas Aylott - subtleGradient wrote:
>> On Nov 1, 2007, at 1:50 PM, Allan Odgaard wrote:
>>> Heh… yeah, overall it was great, and the nut-reactions just added
>>> to the fun :)
>>>
>>> I was surprised by the many who expected a halloween theme as a
>>> recurring thing, someone even wrote me a week ago to tell that he
>>> had set his clock forward in anticipation of the theme, so it
>>> seems we definitely should make it a recurring thing, I guess we
>>> really need a seasons folder with themes for all the seasons :)
>> Sounds lovely. Can we just make it optional?
>
> No. Allan will force us all to become members of his pagan/
> satanist pumpkin-worshiping (or in winter, snowflake-worshiping,
> etc.) death cult. Muaahaahahahaha
I'd like to add to the chorus of sadness; the Halloween theme made my
day and it's a shame that some people have no sense of fun and humor.
When the stars are right and dred Cthulhu comes to claim us from the
unknown depths beyond nightmares, I know he will treat them in a
manner befitting their overly-serious views.
But I have to say I think part of what made the Halloween theme fun
would be taken away if it was up to me to apply it. I'd rather see
the fun continue, and I'd love a few more each year to be sure. I
suppose an option to turn it off once it appears, or maybe just
before, would suffice to quell the nay sayers (until Cthulhu eats
them, of course). :-)
Thanks Brad,
I found the info.
I tried for about 10 minutes but couldn't find them anywhere on my
harddrive.
So I actually had to pull the bundles from the editor to my desktop
to access the package contents.
Thanks again.
Torsten Walter
__________________________________________________
website: http://legacy.3d-m.de
tech-lab: http://playground.3d-m.de/
__________________________________________________
email: tw(a)3d-m.de
On Oct 31, 2007, at 4:32 PM, Brad Miller wrote:
> Torsten,
>
> If you look in the info.plist file for the bundle you will find
> contact information for the Bundle maintainer.
>
> Brad
>
> On Oct 31, 2007, at 10:06 AM, Torsten Walter wrote:
>
>> Hi,
>>
>> this is my first active participation in the TextMate list. I've
>> been using the program for about 4 months now and it is absolutely
>> worth ecery cent.
>>
>> I did some modifications and improvements to the php, html and
>> javascript bundles, mainly in terms of code snippets.
>>
>> I've added a bunch of form related snippets to html, dom and event
>> handling methods to Javascript and added php doc snippets.
>>
>> I thought these might be good for others as well.
>>
>> How do I contact the bundle maintainers about this or do I need to
>> go straight the SVN route?
>> I tried searching the wiki and google, but didn't actually find a
>> precise answer.
>> I've never used SVN so far, so I am not quite sure how to go about
>> this.
>>
>> Any help is greatly appreciated.
>>
>> Torsten Walter
>>
Hi all,
it seems that the "documentation for current word" command in the
Python-bundle is broken on Leopard as it explicitly requests
python2.3, which is not available on 10.5.
Is there any particular reason why this doesn't just default to
"python"?
Thanks,
Daniel.
> Hi all,
>
> I'm trying to run rspec bundle command but am getting errors.
>
> /Users/alastair/Library/Application Support/TextMate/Bundles/
> RSpec.tmbundle/Support/lib/spec/../spec/mate/runner.rb:34:in `run':
> undefined method `parse' for Spec::Runner::OptionParser:Class
> (NoMethodError) from /Users/alastair/Library/Application Support/
> TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/
> runner.rb:33:in `chdir' from /Users/alastair/Library/Application
> Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/
> runner.rb:33:in `run' from /Users/alastair/Library/Application
> Support/TextMate/Bundles/RSpec.tmbundle/Support/lib/spec/../spec/mate/
> runner.rb:12:in `run_file' from /tmp/temp_textmate.U7M7Xe:4
>
>
> Does anyonene have any ideas what might be causing this?
Hi Alastair.
Same problem here (RSpec-1.0.8 and RSpec.tmbundle from trunk @ 2796)
Resolved by changing one line in runner.rb see patch :
But I'm very new to Rspec, so I don't have any idea of why we have to
do that and I don't know if it breaks something.
Arthur
Hello,
I'm working on a new Ant bundle (It's in the reviews section of the
TM repository) and one of the commands invokes ant via ruby.
Currently I'm warning users that ant is missing/not found using:
ant_version = `ant -version`
if ant_version.nil? | ant_version.empty?
puts "<h1>Error</h1>Ant was not found, please ensure that it has
been installed and your $PATH is set correctly."
exit
end
but this isn't quite as elegant as the TM shell script require_cmd
(ruby prints the cmd not found error, and it takes a fraction longer
for ant to start up). Is there an equivalent I should be using with
ruby? If not is there a better way this could be achieved.
Thanks,
Simon
In textmate, I want to print a sntax-highlighted version of some source code.
(Print to pdf to be specific)
Printing and print preview only outputs in black and white.
Is there any way around this?
Hi,
I'm using Safari 3.0.3 on Tiger.
I use Safari's upper right search text field to google something.
Fine. After doing that I return to TM and the search string appears
in TM's Find Dialog?
This could be under some circumstances quite useful but is there a
way to suppress such behaviour?
Thanks,
Hans
HI,
I wrote a drag command which calls "$DIALOG" to show a nib. Fine.
If I drag a file from Finder to a new empty TM window, the nib
popups, but unfortunately TM don't get the focus.
If I drag and drop e.g. an image from Finder to an HTML document the
current document gets the focus.
Is this behaviour changeable?
Many thanks,
--Hans