Hi Allan,
Thank you for the tip. That worked perfectly.
Cheers,
Diego
From: Allan Odgaard <throw-away-2(a)macromates.com>
Date: 2 November 2007 4:19:34 AM
To: TextMate users <textmate(a)lists.macromates.com>
Subject: Re: [TxMt] Quick Search bundle in Leopard
Reply-To: TextMate users <textmate(a)lists.macromates.com>
On 30 Oct 2007, at 23:24, Diego Barros wrote:
> Anyone that's using the Quick
> Search<http://www.datanoise.com/articles/2007/3/19/textmate-and-quick-searches
> >bundle
> under Leopard finding that it's now broken? I'm getting the following
> error as soon as I choose "Quick Search"
>
> /tmp/temp_textmate.xdnrYn:4:in `require': no such file to load --
>> /Library/Application Support/TextMate/Support/lib/dialog
>> (LoadError) [...]
It would appear the bundle does a require 'dialog' -- we changed the
name of that library to ‘ui’ some time ago. So try to change it in
the bundle command (found via Bundles → Edit Commands… and finding
the bundle in question).
Hi all,
I'm looking to add a macro that will let me do something like
comment ->
and create an inline comment structure like:
/*
+--------------------------------------------------------------------------
| Constructor
+--------------------------------------------------------------------------
*/
The only trick is, is it possible to continue pre-pending additional |
everytime I hit a newline? so if my comment consists of more than one
line I can do
comment ->
/*
+--------------------------------------------------------------------------
| Constructor
| <-- added by macro
| <-- also added... etc
+--------------------------------------------------------------------------
*/
Cheers!
- sf
Is there any way to have automatic hard wrapping?
I usually write LaTeX (or other text based files) and keep the source
under version control with subversion (and exchange files with
colleagues). So often I use diff tools to check the differences
between version (mostly with FileMerge, which highlights the
differences), but with soft wrap I end up with very long lines and
one has to scroll to see the real differences in a line (or better
paragraph).
The wrap paragraph comand (^Q) does not work well with LaTeX (it will
marge)
and the reformat commnd of the LaTeX bundle does not work for me.
All the best
Guido
--
Dr Guido Governatori
School of Information Technology and Electrical Engineering
The University of Queensland
Brisbane, Queensland, 4072, Australia
Phone: +61-(0)7-336 52907
Fax: +61-(0)7-336 54999
http://www.governatori.net/TextMatehttp://www.defeasible.org
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