Several days (weeks?) ago an update was pushed that has given me quite a
few problems.
Essentially it breaks the Ruby library paths:
This is the error coming from Cmd-R with the ruby bundle.
/Library/Application
Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/stdin_dialog.rb:1:in
`require': no such file to load -- dialog (LoadError)
from /Library/Application
Support/TextMate/Bundles/Ruby.tmbundle/Support/RubyMate/stdin_dialog.rb:1
The Textmate build is 1436.
What do I need to set to get my functionality back?
Cheers,
V.-
--
http://www.braveworld.net/riva
Hi --
I'm trying to develop a new language syntax for project management, note
taking and task management around GTD. I've been using Markdown but
would like to integrate some of the task features of the GTD2 bundle as
well as some project reporting scripts. Rather than develop this as a
completely distinct language, I'd like to simply extend the Markdown
bundle, based on special casing more specific syntactic matches of
existing Markdown syntax. For example, where Markdown recognizes:
- my colleague
as an unordered list, I'd like to extend it to recognize:
- @call my colleague
as a todo item, with a phone call context. This allows specialized todo
items to be spread throughout a project document, then extracted, rolled
up, etc using reporting scripts.
This is my first attempt at bundle development, so I'm trying to figure
the cleanest way to do this type of language extension. I've read the
various docs and blog entries on language syntax and contexts, as well
as http://wiki.macromates.com/Main/Howtos#bundleExtension, which is on
target but lacks some detail. In particular:
1. How do you override or specialize certain syntactic patterns from a
base language? The language docs show how to use "include" to reference
a whole separate grammar, but I think what I'm looking for is to
override only a single grammar rule. In the above example, should I copy
the "unordered list" pattern from the Markdown plist file and use a
modified version in the new language file? Or is there a way to
"subclass" the syntax w/out this copy-paste model by including only the
one rule?
2. Are there restrictions on the file suffixes for this new language?
Should the new language share the same file suffix as the original, or
come up with a different one?
Any pointers to sample code or even bundles that already do this type of
extension would be greatly appreciated.
Thanks!
Ramon
Also here is a short patch to latexutils so it doesn't choke if it
can't find a file (say when doing label completion and can't find an
inputted file).
Really I should also fix the find_file code but not now.
Peter
I just ran into a problem where after the recent update (version
1436), all of TM's shortcuts involving the ctrl key broke.
All of the emacs-like keybindings seem to still work, though.
I've tried resetting all of the preferences i could think of
including a new user account.
Thanks,
matt
Hello everyone!
The next release of the GetBundle will offer multi-repository support
and a faster "Show Bundles in Repository/ies".
To collect information for this command i need from everyone who wants
to see his bundle appear there some information (is that a correct
english sentence?).
1) Where can i reach your repository
2) Make sure your Bundles have a nice info.plist with description of
the Bundle, Author name and an email address in ROT13 (http://en.wikipedia.org/wiki/ROT13
)
like:
<key>contactEmailRot13</key>
<string>fronfgvna.tenrffy(a)inyvqpbqr.ng</string>
<key>contactName</key>
<string>Sebastian Gräßl</string>
<key>description</key>
<string>A bundle to <a href="http://sg.validcode.at/stuff/textmate-getbundle-bundle
">retrieve more bundles</a> from the subversion repository at
macromates.com.</string>
<key>deleted</key>
If you don't have a svn-repository send me link to your zipped bundle
to download.
This will also be the first step to a centralized bundle source (not
repository).
PLEASE, send you mail directly to me, not as a reply to this thread
and be sure the subject starts with [TM Bundle]
Thanks,
Sebastian
>> On 10/30/07, mlondon <mlondon(a)sprynet.com> wrote:
>>
>>> I would like to be able to FIND a string and move it up or down
>>> in the file.
>>>
>>
>> Pipe the document through:
>>
>> perl -ne 'BEGIN{$"=undef}push(@hold, $_) if /^NOTE/../^X-Palm/; print
>> unless @hold; if (/^X-Palm/) {pop @hold; print "$_@hold"; @hold=()}'
>>
>> j.
Hi Jay,
Sorry but I am not a programmer, and I have absolutely no idea how to
do what you are telling me above.
Will this move the entire line, even if it is wrapped onto 4-5 lines?
How far up or down will it move it?
Would really appreciate if you could provide some instruction in
plain english.
Thank you,
Matthew
I've just updated TextMate a couple of days ago to 1.5.7 from 1.5.6, and
am noticing what seems to be a bug when replacing text. Here's what
happens. If I'm in a Plain Text document, and specify to replace the
string X with the string Y, the first instance of X is first prepended
with Y, then all the Xs are replaced with Y.
This didn't happen with the previous versions of TextMate that I used,
starting with 1.5.4, I think. I'm using TextMate under X.4.10. Anyone
else seen this?
- Dushan Mitrovich
Hi Allan,
I have set most script- and text filetypes to be
opened with TextMate, and I guess it's the same
with a lot of fellow textmaters here. Is there a
simple official way to have these files recognized
as text type by quicklook, so that we can see the
content of the file instead of the purple icon?
In the preceding thread on the same issue a hack
was proposed, but maybe you (the Author) have
some interesting ideas on this and some plans for the
future. I think this would be a substantial
improvement.
Thanks,
Piero
Hello,
I am using build 1436 under Leopard. Whenever I run Typeset & View using the
LaTeX bundle, I get an error message saying "There was a problem reading the
preferences file, continuing with defaults", and the resulting pdf is
displayed in the Typeset & View window itself regardless of any settings in
my LaTeX preferences. Changing these preferences also has no effect. Now, I
tried removing my com.macromates.textmate.plist file, and was able to change
my pdf viewer setting in LaTeX preferences. This works fine, until I try to
change this setting again, at which I point get the same error as before.
Any ideas on what the cause may be?
Thanks.
--
View this message in context: http://www.nabble.com/Preferences-file-could-not-be-read%2C-might-be-relate…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
For the people who are not aware.
I took up the challenge and have now merged the Mono Bundle and the C
Sharp Bundle (from the E Editor) into the C# Bundle.
I have cleaned all the snippets and made them consistent and added a
few others as well as improving the language grammar.
I believe that the bundle is now more than usable. If you find any
problems, please let me know.
The new bundle can be found in the SVN repository under "trunk/Review/
Bundles/C#.tmbundle/".
I have a few ideas for commands and snippets to add, but would like to
give this opportunity for requests for new commands/snippets etc.
Matthew Winter
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
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
For reasons I've yet to determine, pageUp: and pageDown: seem to be
misbehaving in TextMate (and only TextMate). I've tried removing all my
local changes (except to bind pageUp to pageUp: and pageDown to pageDown:
and including ~/Library/KeyBindings/DefaultKeyBindings.dict), all
non-standard bundles, scanning the list of bundle keybindings, and even
re-installing TextMate.
The behavior I'm seeing is downright bizarre: It seems as if pageUp/Down are
executing multiple commands and ending badly confused. Surprisingly,
option-pageUp/Down, which are bound to pageUp:/pageDown: at the system
level, work fine.
These same bindings work fine in TextEdit and XCode.
Any suggestions about where I might look? Is there some TextMate default I
can set to see more of what's happening?
Thanks!
Brendan
brendandixon(a)mac.com
Hi all,
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) from
> /tmp/temp_textmate.xdnrYn:4 from /tmp/temp_textmate.xdnrYn:4:in `each' from
> /tmp/temp_textmate.xdnrYn:4
I've updated the bundles directory to the latest, but alas still no joy. Any
help would be appreciated.
Cheers,
Diego
Hi Jasper,
> When I do a quick look on a TextMate text document, I just see a big
> TextMate icon and not the content. Does anyone have an idea how that could
> be fixed? Is it a Mac OS problem for not showing the content of a text file
> or is the OS simply asking the app (TextMate) how the document should be
> shown somehow?
I was able to hack together something that works on my machine, based
on the comments here and some docs at Apple:
http://developer.apple.com/macosx/uniformtypeidentifiers.html. Note
that there are probably *WAY* more intelligent ways to do this, and if
you implement what I suggest here you are doing so AT YOUR OWN RISK.
:-)
Now, with that out of the way, I just created an empty application
(from the shell) with a hacked Info.plist, as follows:
/Applications/TypeMapper.app/
Contents/
Info.plist
In Info.plist I put the following:
===========================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>TypeMapper</string>
<key>CFBundleVersion</key>
<string>1436</string>
<key>LSMinimumSystemVersion</key>
<string>10.3.9</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>OakApplication</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.blah.LaTex</string>
<key>UTTypeDescription</key>
<string>LaTex</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>tex</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
==================================================
The important stuff in there is the UTType stuff. Just adjust/copy
that "dict" section with fake data about the file type you want to use
with QuickLook. As long as UTTypeConformsTo is public.plain-text,
QuickLook will display it as text.
And if someone else knows how to do this properly, please let me know. :-)
Regards,
Chris.
I think I have discovered a bug in the LaTeX bundle:
When I insert a tabular/array snippet when I go to the second tab
stop (specification of the column) Iget
\begin{tabular}{rl}
& &
\end{tabular}
the spec rl tells that there are two columns, but inside the
environment I have 3 columns (resulting in a LaTeX error).
The same behaviour does not occur for example with r|l as column spec.
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
Hi, I'm a brand new TextMate user (as of yesterday), and have enjoyed
very much my experience so far. I do a lot of writing in LaTeX, and
have been very impressed with the design of the LaTeX-related
features. Virtually everything has worked as advertised, and I'm
busy integrating those new features I haven't had in the past into
both my memory and my workflow.
One question: The command "Typeset & View (PDF)" works fine, as does
syncing from my viewer (Skim) back to TextMate. However, I currently
am unable to go the other way. When I try "Show in PDF Viewer
(pdfsync)", nothing happens; if I change the output setting for the
command (in the bundle editor) to "Show as HTML", then executing the
command via the menu gives the following message:
Running sync on sensory-function.tex
pdfsync.sty must be included to use this command
I've looked through the list archives, but don't see any mention of
this symptom. I don't mind getting my hands dirty (and do have some
skill in Python, so I've started looking at texMate.py), but was
hoping someone could point me in the right direction to finish
diagnosing and/or fixing this particular issue.
(TeX Live 2007 distribution, Skim and TextMate both up-to-date)
Thanks very much,
-- Phil
Hi all,
Rudimentary editing inquiry here. I need to be able to append
alt="foo" to about 30 <img> tags on my HTML document which resembles
the following:
<img width="30" height="30" src="<?= base_url()
?>/media/img/patientedit.png">
Is there a quick way to do this in TextMate?
Cheers,
- sf
There are so many wonderful shortcuts and key assignments within
TextMate that it can sometimes get a bit confusing. I know that you
can hit `<apple><ctrl>t` and TextMate will happily bring up a master
list of all the bundle items and their associated key triggers or key
shortcuts, but that takes a while to search through if you are trying
to find out what '<apple><alt><shift>G' will do.
I would like to know if there is a bundle or hidden action, that will
allow you to go into a mode where you can then hit a key combo and it
will show you the action(s) associated with that combo. This would
also be very useful while you are in the Bundle editor mode to see if
a key-combo has already been assigned to something else when you are
creating your own commands or snippets.
----
Brian H
binarynomad(a)gmail.com
http://www.binarynomad.com
Hi,
When I do a quick look on a TextMate text document, I just see a big
TextMate icon and not the content. Does anyone have an idea how that could
be fixed? Is it a Mac OS problem for not showing the content of a text file
or is the OS simply asking the app (TextMate) how the document should be
shown somehow?
The content of Text Clipping are not shown, but the content of RTF files and
OpenDocumentText (odt) files created by TextEdit are.
Thanks Jasper
--
View this message in context: http://www.nabble.com/leopard-quick-look-on-TextMate-text-documents-tf47281…
Sent from the textmate users mailing list archive at Nabble.com.
I'm sure Allan is all over it, but I noticed an issue with TextMate (v1.5.7)
running on Leopard. Clicking the "gear" popup at the bottom of the window
and selecting various bundles to see the commands, the text in the menus are
different sizes! Some small, some large. I remember seeing this before and
it was corrected.
I'll play around more tonight to see if there's some correlation between
menu items and text size.
--john
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
__________________________________________________
3d-M | Professional Solutions for Online and Offline Media
Zum Piepenkerl 2 | 49090 Osnabrück | Germany
__________________________________________________
website: http://legacy.3d-m.de
tech-lab: http://playground.3d-m.de/
__________________________________________________
phone: +49 541 69 16 645
mobile: +49 179 12 13 561
__________________________________________________
email: tw(a)3d-m.de
On Oct 31, 2007, at 1:00 PM, textmate-request(a)lists.macromates.com
wrote:
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/mailman/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
> Today's Topics:
>
> 1. Re: Drag&Drop Operation with NIB - TM don't get the focus
> automatically (Hans-Joerg Bibiko)
> 2. Re: Ruby templates disappeared; Python Company setting
> (John Tsombakos)
> 3. TextMate and Leopard (John Tsombakos)
> 4. Re: Ruby templates disappeared; Python Company setting
> (James Edward Gray II)
> 5. Re: XMLMate plug-in broken as of TextMate 1.5.7?
> (Todd Ditchendorf)
> 6. Re: Re: What about TextMate 2? (Dave Lenz)
> 7. can I intercept / overwrite "Show Web Preview" (Roberto Saccon)
> 8. Re: TextMate and Leopard (Takaaki Kato)
> 9. Re: can I intercept / overwrite "Show Web Preview"
> (Hans-Joerg Bibiko)
> 10. Minor Pasteboard question (problem) (Hans-Joerg Bibiko)
> 11. Re: RSpec Bundle errors (Arthur P?try)
> 12. Re: Slow Xcode builds? (Gerd Knops)
> 13. Spaces (Richard K Miller)
> 14. Re: Spaces (Pat Maddox)
> 15. Re: Spaces (Richard K Miller)
> 16. Re: Spaces (Thomas Aylott)
> 17. Re: Remote host mysql database connection problem (Ciar?n Walsh)
> 18. Re: Spaces (Henrik Nyh)
> 19. Re: Spaces (Steve Finkelstein)
> 20. Re: Ctrl key and shortcuts cease working (Matt Freels)
> 21. Re: can I intercept / overwrite "Show Web Preview"
> (Roberto Saccon)
> 22. Re: Remote host mysql database connection problem (Alain
> Couchot)
> 23. Quick Search bundle in Leopard (Diego Barros)
> 24. Re: can I intercept / overwrite "Show Web Preview" (Brad Miller)
> 25. Re: can I intercept / overwrite "Show Web Preview"
> (Roberto Saccon)
> 26. Need help finding and MOVING text (mlondon)
> 27. Wrap selection as link - html weirdness (Digital Rust)
> 28. Re: Need help finding and MOVING text (Jay Soffian)
> 29. Re: Wrap selection as link - html weirdness (Thomas Aylott)
> 30. Re: Minor Pasteboard question (problem) (Rob McBroom)
> 31. Re: Need help finding and MOVING text (Roger Roelofs)
> 32. Re: Need help finding and MOVING text (Paul McCann)
> 33. Re: Minor Pasteboard question (problem) (Hans-Joerg Bibiko)
> 34. Hard wrapping again (Guido Governatori)
> 35. Re: Hard wrapping again (Hans-Joerg Bibiko)
> 36. Re: Hard wrapping again (Andy Armstrong)
> 37. Re: Hard wrapping again (Guido Governatori)
> 38. Re: Hard wrapping again (Guido Governatori)
> 39. Re: AS3/Flex, how to begin? (Gaby Vanhegan)
> 40. No Halloween-TM this year? (Niels Kobsch?tzki)
> 41. Re: AS3/Flex, how to begin? (Simon Gregory)
> 42. Re: AS3/Flex, how to begin? (Gaby Vanhegan)
>
> From: Hans-Joerg Bibiko <bibiko(a)eva.mpg.de>
> Date: October 30, 2007 1:03:08 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Drag&Drop Operation with NIB - TM don't get the
> focus automatically
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 30 Oct 2007, at 10:58, Hans-Joerg Bibiko wrote:
>> 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?
>
> Furthermore it turns out that sometimes it works and sometimes not
> (?) Could it be a timimg issue?
>
> Hans
>
>
>
>
> From: "John Tsombakos" <tsom467(a)gmail.com>
> Date: October 30, 2007 1:55:07 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Ruby templates disappeared; Python Company setting
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
>
> On 10/29/07, James Edward Gray II <james(a)grayproductions.net> wrote:
> On Oct 29, 2007, at 10:58 AM, Alexy Khrabrov wrote:
>
> > Greetings -- I was a happy user of Ruby templates until TextMate
> > decided to upgrade itself. Suddenly the Templates are gone from
> > the Ruby bundle! And indeed, they're not there in the latest Ruby
> > bundle. What happened to them and how can I get them back and
> > never let go?
>
> Allan and I felt that the template didn't add anything significant
> over ⌘N, ⌃⌥⇧R, rb⇥ and thus we decided to remove it.
>
> Yeah, I noticed it was gone too and was going to post a message
> also. Then I saw one of the bundle updates saying they were
> removed. Good thing I had some clue where to at least start to look!
>
> And also, if I recall, I tried the Control-Option-Shift-R, but it
> didn't work. I had to use Control-Option-Shift-E, then choose Ruby
> from the list.
>
>
>
> From: "John Tsombakos" <tsom467(a)gmail.com>
> Date: October 30, 2007 1:58:51 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] TextMate and Leopard
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> I'm sure Allan is all over it, but I noticed an issue with TextMate
> (v1.5.7) running on Leopard. Clicking the "gear" popup at the
> bottom of the window and selecting various bundles to see the
> commands, the text in the menus are different sizes! Some small,
> some large. I remember seeing this before and it was corrected.
>
> I'll play around more tonight to see if there's some correlation
> between menu items and text size.
>
> --john
>
> From: James Edward Gray II <james(a)grayproductions.net>
> Date: October 30, 2007 2:02:57 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Ruby templates disappeared; Python Company setting
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On Oct 30, 2007, at 7:55 AM, John Tsombakos wrote:
>
>> And also, if I recall, I tried the Control-Option-Shift-R, but it
>> didn't work. I had to use Control-Option-Shift-E, then choose Ruby
>> from the list.
>
> The commit message had a typo in it. It said to use E, but the R
> (for Ruby) is correct.
>
> James Edward Gray II
>
>
>
>
>
> From: Todd Ditchendorf <itod(a)mac.com>
> Date: October 30, 2007 2:05:56 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] XMLMate plug-in broken as of TextMate 1.5.7?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Thanks for the report. I'll try to get a fix out. what version of
> OS X are u using?
>
> Todd Ditchendorf
>
> On Oct 30, 2007, at 1:51 AM, Rob Foxworthington wrote:
>
>> 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!
>>
>> _____________________________________________________________________
>> _
>> 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
>
>
>
>
>
> From: Dave Lenz <info(a)ypmits.nl>
> Date: October 30, 2007 2:20:39 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Re: What about TextMate 2?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Dutch cheese
>
> Op 25 okt 2007, om 01:33 heeft Xavier Cambar het volgende geschreven:
>
>>> design the release party in California
>>> then
>>> hold it in China where the Macs and iP*s all really come from. <G>
>>
>> Err... What product does NOT come from China, nowadays??
>>
>>
>>
>> Xavier Cambar
>>
>> _____________________________________________________________________
>> _
>> 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
>
>
>
>
>
> From: "Roberto Saccon" <rsaccon(a)gmail.com>
> Date: October 30, 2007 2:32:03 PM GMT+01:00
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] can I intercept / overwrite "Show Web Preview"
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> for specific non-HTML files I would like to perform some commands and
> then show the result as HTML preview, it that possible ?
>
> --
> Roberto Saccon
> http://rsaccon.com
>
>
>
>
> From: Takaaki Kato <devlist(a)samuraicoder.net>
> Date: October 30, 2007 2:43:09 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] TextMate and Leopard
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On Oct 30, 2007, at 9:58 PM, John Tsombakos wrote:
>
>> I'm sure Allan is all over it, but I noticed an issue with
>> TextMate (v1.5.7) running on Leopard. Clicking the "gear" popup at
>> the bottom of the window and selecting various bundles to see the
>> commands, the text in the menus are different sizes! Some small,
>> some large. I remember seeing this before and it was corrected.
>
> In my experience, the tab triggers are larger. Not random. Can
> anybody confirm this?
>
>
> Takaaki
> --
> Takaaki Kato
> http://samuraicoder.net
>
>
>
>
> From: Hans-Joerg Bibiko <bibiko(a)eva.mpg.de>
> Date: October 30, 2007 2:46:29 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] can I intercept / overwrite "Show Web Preview"
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On 30 Oct 2007, at 14:32, Roberto Saccon wrote:
>> for specific non-HTML files I would like to perform some commands and
>> then show the result as HTML preview, it that possible ?
>
> 1)
> Open Web Preview
> Show Options
> Check 'Pipe text through' "YOUR SCRIPT"
>
> 2)
> Write a command which executes your script and set "Output" to
> "Show as HTML"
>
> --Hans
>
>
>
>
> From: Hans-Joerg Bibiko <bibiko(a)eva.mpg.de>
> Date: October 30, 2007 2:57:13 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Minor Pasteboard question (problem)
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> 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
>
>
>
>
> From: Arthur Pétry <arthur.petry(a)bolloretelecom.eu>
> Date: October 30, 2007 3:09:02 PM GMT+01:00
> To: textmate(a)lists.macromates.com
> Cc: alastair(a)kozmo.co.uk
> Subject: Re: [TxMt] RSpec Bundle errors
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
>> 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 :
>
> <patch.diff>
>
>
> 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
>
>
> From: Gerd Knops <gerti-textmate(a)bitart.com>
> Date: October 30, 2007 4:18:37 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Slow Xcode builds?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On Oct 29, 2007, at 4:43 PM, Allan Odgaard wrote:
>
>> On 27 Oct 2007, at 18:38, Gerd Knops wrote:
>>
>>> Since upgrading to Leopard Xcode builds (using xcodebuild tool
>>> from the functions in the Xcode bundle) seems a lot slower,
>>> specifically it seems the "Checking Dependencies" phase is
>>> responsible for that.
>>>
>>> Anybody else seing this? Anyone have a workaround?
>>
>> I am also seeing that, and it sucks. I have one project that is an
>> umbrella for 14 or so (sub)projects, and I think it takes >1
>> minute to check dependencies, even re-running the build (on a Mac
>> Pro with plenty of memory) does not make it faster.
>>
>> Afraid the only solution for now is file performance bugs for
>> xcodebuild at http://bugreport.apple.com/
>
> Already done, but I guess with bugreporter more is better...
>
> Gerd
>
>
>
>
>
> From: Richard K Miller <richardkmiller(a)gmail.com>
> Date: October 30, 2007 4:40:37 PM GMT+01:00
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> So far I like Spaces, with a couple of caveats:
>
> 1. It can be confusing to open multiple windows of the same
> application in separate spaces. For example, I'd like to have one
> Textmate window for web development and another for my GTD list, in
> separate spaces. The problem is that when I use Command-Tab to
> switch to Textmate, it switches to the most recent Textmate window
> I used instead of the Textmate window in the current space (which
> is what I would prefer.) I think Command-Tab should give priority
> to application windows in the current space. As far as I can tell
> this is a Spaces characteristic since TextEdit behaves the same.
>
> 2. When I open the Find dialog in Textmate, it switches to the last
> space where I used Find, instead of bringing the Find dialog into
> the current space. I believe this is a Textmate issue, as it does
> not occur in TextEdit. If this is scheduled to be fixed in version
> 2.0, I can wait. Should I submit this as a bug, or is this expected
> behavior?
>
> Richard
>
>
>
>
>
>
> From: "Pat Maddox" <pergesu(a)gmail.com>
> Date: October 30, 2007 4:49:55 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On Oct 30, 2007 8:40 AM, Richard K Miller
> <richardkmiller(a)gmail.com> wrote:
>> So far I like Spaces, with a couple of caveats:
>>
>> 1. It can be confusing to open multiple windows of the same
>> application in separate spaces. For example, I'd like to have one
>> Textmate window for web development and another for my GTD list, in
>> separate spaces. The problem is that when I use Command-Tab to switch
>> to Textmate, it switches to the most recent Textmate window I used
>> instead of the Textmate window in the current space (which is what I
>> would prefer.) I think Command-Tab should give priority to
>> application
>> windows in the current space. As far as I can tell this is a Spaces
>> characteristic since TextEdit behaves the same.
>>
>> 2. When I open the Find dialog in Textmate, it switches to the last
>> space where I used Find, instead of bringing the Find dialog into the
>> current space. I believe this is a Textmate issue, as it does not
>> occur in TextEdit. If this is scheduled to be fixed in version 2.0, I
>> can wait. Should I submit this as a bug, or is this expected
>> behavior?
>>
>> Richard
>>
>>
>>
>> _____________________________________________________________________
>> _
>> 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
>>
>
>
> I wouldn't be so quick to blame TM. I find a lot of funkiness with
> other apps (firefox, mail). I'm sure that since Spaces is brand new
> there will be some wrinkles to iron out. Though I'm not too sure that
> Apple will actually fix them.
>
> Also, I thought 2.0 was just a rumor that wasn't going to happen. At
> least that's what it says in the IRC chan...
>
> Pat
>
>
>
>
> From: Richard K Miller <richardkmiller(a)gmail.com>
> Date: October 30, 2007 5:00:18 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On Oct 30, 2007, at 9:49 AM, Pat Maddox wrote:
>
>> On Oct 30, 2007 8:40 AM, Richard K Miller
>> <richardkmiller(a)gmail.com> wrote:
>>> So far I like Spaces, with a couple of caveats:
>>>
>>> 1. It can be confusing to open multiple windows of the same
>>> application in separate spaces. For example, I'd like to have one
>>> Textmate window for web development and another for my GTD list, in
>>> separate spaces. The problem is that when I use Command-Tab to
>>> switch
>>> to Textmate, it switches to the most recent Textmate window I used
>>> instead of the Textmate window in the current space (which is what I
>>> would prefer.) I think Command-Tab should give priority to
>>> application
>>> windows in the current space. As far as I can tell this is a Spaces
>>> characteristic since TextEdit behaves the same.
>>>
>>> 2. When I open the Find dialog in Textmate, it switches to the last
>>> space where I used Find, instead of bringing the Find dialog into
>>> the
>>> current space. I believe this is a Textmate issue, as it does not
>>> occur in TextEdit. If this is scheduled to be fixed in version
>>> 2.0, I
>>> can wait. Should I submit this as a bug, or is this expected
>>> behavior?
>>>
>>> Richard
>>>
>> I wouldn't be so quick to blame TM. I find a lot of funkiness with
>> other apps (firefox, mail). I'm sure that since Spaces is brand new
>> there will be some wrinkles to iron out. Though I'm not too sure
>> that
>> Apple will actually fix them.
>>
>> Also, I thought 2.0 was just a rumor that wasn't going to happen. At
>> least that's what it says in the IRC chan...
>
> I don't believe TM is to blame for #1. As for #2, I haven't tested
> other apps, but TextEdit seems to behave correctly while TM doesn't
> work. I suppose that could still be a bug in Spaces.
>
> I hadn't heard about 2.0 being a rumor.
>
>
>
>
>
> From: Thomas Aylott <textmate(a)subtlegradient.com>
> Date: October 30, 2007 5:25:23 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> There's a workaround for #2
>
> I just wrote an article about it on my blog: subtleGradient.com
>
> I'll be releasing an updated GUI replacement pack soon that fixes
> this issue today or tomorrow.
>
> (Never wait for mythical upgrades that have no release dates ;)
>
> Thomas Aylott [SubtleGradient] from iPhone
>
> On Oct 30, 2007, at 11:40 AM, Richard K Miller
> <richardkmiller(a)gmail.com> wrote:
>
>> So far I like Spaces, with a couple of caveats:
>>
>> 1. It can be confusing to open multiple windows of the same
>> application in separate spaces. For example, I'd like to have one
>> Textmate window for web development and another for my GTD list,
>> in separate spaces. The problem is that when I use Command-Tab to
>> switch to Textmate, it switches to the most recent Textmate window
>> I used instead of the Textmate window in the current space (which
>> is what I would prefer.) I think Command-Tab should give priority
>> to application windows in the current space. As far as I can tell
>> this is a Spaces characteristic since TextEdit behaves the same.
>>
>> 2. When I open the Find dialog in Textmate, it switches to the
>> last space where I used Find, instead of bringing the Find dialog
>> into the current space. I believe this is a Textmate issue, as it
>> does not occur in TextEdit. If this is scheduled to be fixed in
>> version 2.0, I can wait. Should I submit this as a bug, or is this
>> expected behavior?
>>
>> Richard
>>
>>
>>
>> _____________________________________________________________________
>> _
>> 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
>
>
>
>
> From: Ciarán Walsh <ciawal(a)gmail.com>
> Date: October 30, 2007 5:34:37 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Remote host mysql database connection problem
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On 28 Oct 2007, at 04:03, Alain Couchot wrote:
>
>>
>> When I try to connect with TM I get a message : Unknown system
>> variable ''
>> coming from mysql server.
>
> Hi Alain,
>
> That’s odd – looks like your server doesn’t have an encoding
> set. I’ve modified the SQL bundle to handle this gracefully, so
> you have the following options:
>
> • If you are already using an SVN checkout of the bundle just
> update it
> • If you’re not then check the manual under “Getting New
> Bundles” for information on how to get it
> • You can use this patch to fix the problem:
>
> ======================
> Index: db_browser_lib.rb
> ===================================================================
> --- db_browser_lib.rb (revision 8375)
> +++ db_browser_lib.rb (working copy)
> @@ -55,11 +55,7 @@
> def get_mysql(database = nil)
> unless @@connector
> @@connector = Mysql::new(@settings.host, @settings.user,
> @settings.password, database || @settings.name, @settings.port)
> - begin
> - encoding = @@connector.query('SELECT
> @@character_set_database AS server').fetch_hash
> - rescue
> - encoding = {:server => 'utf8'}
> - end
> + encoding = @@connector.query('SELECT
> @@character_set_database AS server').fetch_hash
> @@connector.query('SET NAMES utf8;') if encoding["server"] !
> = 'latin1'
> end
> @@connector
>
>
> ======================
> Apply it in /Applications/TextMate.app/Contents/SharedSupport/
> Bundles/SQL.tmbundle/Support/bin/
>
> Or of course you can just wait for the next TextMate update, when
> you’ll get it automatically.
>
> Ciarán
>
>
>
> From: "Henrik Nyh" <henrik(a)nyh.se>
> Date: October 30, 2007 6:04:42 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 10/30/07, Pat Maddox <pergesu(a)gmail.com> wrote:
>> Also, I thought 2.0 was just a rumor that wasn't going to happen. At
>> least that's what it says in the IRC chan...
>
> That was a perhaps poorly phrased (something like: "TM2 is only a
> rumor – don't ask") way of saying "don't bother the developer about
> TM2". The IRC channel topic has since replaced that text with a link
> to http://macromates.com/wiki/FAQ/TextMate2.
>
>
>
> From: "Steve Finkelstein" <sf(a)stevefink.net>
> Date: October 30, 2007 6:08:17 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Spaces
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Also keep in mind, Spaces in its current implementation is far from
> perfect. I've already experienced a bug that lost all of my windows.
> The applications were not prematurely exited, but no matter what I
> did, I could not bring them into the foreground or regain control of
> them. I have not been able to replicate this particular bug, but I
> have submitted a note about it to Apple.
>
> - sf
>
> On 10/30/07, Henrik Nyh <henrik(a)nyh.se> wrote:
>> On 10/30/07, Pat Maddox <pergesu(a)gmail.com> wrote:
>>> Also, I thought 2.0 was just a rumor that wasn't going to
>>> happen. At
>>> least that's what it says in the IRC chan...
>>
>> That was a perhaps poorly phrased (something like: "TM2 is only a
>> rumor – don't ask") way of saying "don't bother the developer about
>> TM2". The IRC channel topic has since replaced that text with a link
>> to http://macromates.com/wiki/FAQ/TextMate2.
>>
>>
>> _____________________________________________________________________
>> _
>> 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
>>
>
>
>
>
> From: Matt Freels <matt(a)furtherin.net>
> Date: October 30, 2007 3:37:26 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Ctrl key and shortcuts cease working
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>>> I just ran into a problem where after the recent update (version
>>> 1436), all of TM's shortcuts involving the ctrl key broke.
>>
>> What is an example of a shortcut which broke?
>
> Well, not helpfully at all bug-context-wise but much to my relief,
> the shortcut keys started working again.
>
> Commands that didn't work included switching language definitions,
> Insert Open/Close Tag in HTML, seemed like anything that didn't use
> the command key except some of the emacs-like shortcuts (^a, ^e,
> ^k, etc.). I'm sorry I can't tell you for sure.
>
> One thing I didn't think of trying while troubleshooting the
> problem but have done in the meantime was to switch languages in
> the international panel. I sometimes jump back and forth between
> italian and english in the same session, and maybe that broke things.
>
> Thanks,
>
> --matt
>
>
>
>
> From: "Roberto Saccon" <rsaccon(a)gmail.com>
> Date: October 30, 2007 7:58:36 PM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] can I intercept / overwrite "Show Web Preview"
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> thanks, I should have mentioned that I am aware of that, what I don't
> know is how to make those steps part of a language bundle, so I can
> distribute this functionality, without the User having to install it
> manually.
>
> On 10/30/07, Hans-Joerg Bibiko <bibiko(a)eva.mpg.de> wrote:
>>
>> On 30 Oct 2007, at 14:32, Roberto Saccon wrote:
>>> for specific non-HTML files I would like to perform some commands
>>> and
>>> then show the result as HTML preview, it that possible ?
>>
>> 1)
>> Open Web Preview
>> Show Options
>> Check 'Pipe text through' "YOUR SCRIPT"
>>
>> 2)
>> Write a command which executes your script and set "Output" to "Show
>> as HTML"
>>
>> --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
>>
>
>
> --
> Roberto Saccon
> http://rsaccon.com
>
>
>
>
> From: Alain Couchot <ac(a)sdv.fr>
> Date: October 30, 2007 10:35:44 PM GMT+01:00
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Re: Remote host mysql database connection problem
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Thanks for your help and your patch
> I installed the new bundle without success
> Perhaps should I say that my dabase is configured in french
> language and the exact error message is in french :
>
> Variable syst�me '' inconnue
>
> Regards
> Alain
>
> Ciarán Walsh a écrit :
>> Hi Alain,
>> That’s odd – looks like your server doesn’t have an encoding
>> set. I’ve modified the SQL bundle to handle this gracefully, so
>> you have the following options:
>
>
>
>
>
> From: "Diego Barros" <diego(a)heyboyo.com>
> Date: October 30, 2007 11:24:53 PM GMT+01:00
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Quick Search bundle in Leopard
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Hi all,
>
> Anyone that's using the Quick Search 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)
> from /tmp/temp_textmate.xdnrYn:4 from /tmp/temp_textmate.xdnrYn:
> 4:in `each' from /tmp/temp_textmate.xdnrYn:4
>
>
> I've updated the bundles directory to the latest, but alas still no
> joy. Any help would be appreciated.
>
> Cheers,
> Diego
>
>
> From: Brad Miller <bonelake(a)gmail.com>
> Date: October 30, 2007 11:29:33 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] can I intercept / overwrite "Show Web Preview"
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Roberto,
>
> Maybe I'm not really understanding what you want to do, but You
> can always write a command for your bundle (with whatever
> processing you want to the file) and then set the key equivalent
> to ⌃⌥⌘-p. If you set the scope for your command to your
> language scope then your command will take precedence over the
> general preview command.
>
> Brad
>
>
> On Oct 30, 2007, at 1:58 PM, Roberto Saccon wrote:
>
>> thanks, I should have mentioned that I am aware of that, what I don't
>> know is how to make those steps part of a language bundle, so I can
>> distribute this functionality, without the User having to install it
>> manually.
>>
>> On 10/30/07, Hans-Joerg Bibiko <bibiko(a)eva.mpg.de> wrote:
>>>
>>> On 30 Oct 2007, at 14:32, Roberto Saccon wrote:
>>>> for specific non-HTML files I would like to perform some
>>>> commands and
>>>> then show the result as HTML preview, it that possible ?
>>>
>>> 1)
>>> Open Web Preview
>>> Show Options
>>> Check 'Pipe text through' "YOUR SCRIPT"
>>>
>>> 2)
>>> Write a command which executes your script and set "Output" to "Show
>>> as HTML"
>>>
>>> --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
>>>
>>
>>
>> --
>> Roberto Saccon
>> http://rsaccon.com
>>
>> _____________________________________________________________________
>> _
>> 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
>
>
>
>
>
> From: "Roberto Saccon" <rsaccon(a)gmail.com>
> Date: October 31, 2007 12:50:15 AM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] can I intercept / overwrite "Show Web Preview"
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Brad, thanks. I didn't know about that (It's just the third day I am
> using textmate)
>
> On 10/30/07, Brad Miller <bonelake(a)gmail.com> wrote:
>> Roberto,
>>
>> Maybe I'm not really understanding what you want to do, but You can
>> always write a command for your bundle (with whatever processing you
>> want to the file) and then set the key equivalent to ⌃⌥⌘-p. If
>> you set the scope for your command to your language scope then your
>> command will take precedence over the general preview command.
>>
>> Brad
>>
>>
>> On Oct 30, 2007, at 1:58 PM, Roberto Saccon wrote:
>>
>>> thanks, I should have mentioned that I am aware of that, what I
>>> don't
>>> know is how to make those steps part of a language bundle, so I can
>>> distribute this functionality, without the User having to install it
>>> manually.
>>>
>>> On 10/30/07, Hans-Joerg Bibiko <bibiko(a)eva.mpg.de> wrote:
>>>>
>>>> On 30 Oct 2007, at 14:32, Roberto Saccon wrote:
>>>>> for specific non-HTML files I would like to perform some commands
>>>>> and
>>>>> then show the result as HTML preview, it that possible ?
>>>>
>>>> 1)
>>>> Open Web Preview
>>>> Show Options
>>>> Check 'Pipe text through' "YOUR SCRIPT"
>>>>
>>>> 2)
>>>> Write a command which executes your script and set "Output" to
>>>> "Show
>>>> as HTML"
>>>>
>>>> --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
>>>>
>>>
>>>
>>> --
>>> Roberto Saccon
>>> http://rsaccon.com
>>>
>>> ____________________________________________________________________
>>> __
>>> 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
>>
>>
>> _____________________________________________________________________
>> _
>> 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
>>
>
>
> --
> Roberto Saccon
> http://rsaccon.com
>
>
>
> From: mlondon <mlondon(a)sprynet.com>
> Date: October 31, 2007 1:18:50 AM GMT+01:00
> To: textmate(a)lists.macromates.com
> Subject: [TxMt] Need help finding and MOVING text
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> Hi,
>
> I need to edit a giant vCard file which has been exported from Palm
> Desktop
> and contains about 1000 entried. The Palm export puts my Notes
> directly
> under the phone number and then all my custom fields below that.
> When I open
> in Address Book, the Custom fields are buried below my notes.
>
> I would like to be able to FIND a string and move it up or down in
> the file.
> Is this possible?
>
> For example:
>
>
> FN:Pam
> N:;Pam
> ADR:;;1911 North Duncan Road;Champaign;IL;61821;USA
> LABEL;QUOTED-PRINTABLE:1911 North Duncan Road=0D=0AChampaign, IL
> 61821=0D=0AUSA
> TEL;WORK:217-355-9331
> TEL;FAX:217-355-9413
> ORG:Balough Scientific Books
> NOTE;QUOTED-PRINTABLE:=0D=0A[Comments]=0D=0ADistributors of PROSEA
> books
> REV:20020222
> X-Palm-Category1:Bookstore
>
> I would like to move the line containing: "X-Palm-
> Category1:Bookstore" ABOVE
> the line which starts: NOTE;
>
> Thank you...
> --
> View this message in context: http://www.nabble.com/Need-help-
> finding-and-MOVING-text-tf4704885.html#a13448389
> Sent from the textmate users mailing list archive at Nabble.com.
>
>
>
>
>
> From: Digital Rust <digitalrust(a)digitalrust.com>
> Date: October 31, 2007 1:36:50 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Wrap selection as link - html weirdness
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> I've come across some odd behavior when using the html bundle and
> converting mail addresses to links:
>
> If I copy name(a)email.com and then use the key comand, it results in
> <a
> href="mailto:dave@dave&#x
> 2E;com">name(a)email.com</a>
>
> Is there a workaround?
>
> -Dave
>
>
>
>
> From: "Jay Soffian" <jaysoffian+txmt(a)gmail.com>
> Date: October 31, 2007 2:10:47 AM GMT+01:00
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Need help finding and MOVING text
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 10/30/07, mlondon <mlondon(a)sprynet.com> wrote:
>
>> I would like to be able to FIND a string and move it up or down in
>> the file.
>
> Pipe the document through:
>
> perl -ne 'BEGIN{$"=undef}push(@hold, $_) if /^NOTE/../^X-Palm/; print
> unless @hold; if (/^X-Palm/) {pop @hold; print "$_@hold"; @hold=()}'
>
> j.
>
>
>
>
> From: Thomas Aylott <textmate(a)subtlegradient.com>
> Date: October 31, 2007 2:11:24 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Wrap selection as link - html weirdness
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> is it only obfuscating the email in the link and not the actual
> text of the email?
> Or do you not want it to obfuscate at all?
>
> On Oct 30, 2007, at 8:36 PM, Digital Rust wrote:
>
>> I've come across some odd behavior when using the html bundle and
>> converting mail addresses to links:
>>
>> If I copy name(a)email.com and then use the key comand, it results
>> in <a
>> href="mailto:dave@dave&#
>> x2E;com">name(a)email.com</a>
>>
>> Is there a workaround?
>>
>> -Dave
>
> —Thomas Aylott – subtleGradient—
>
>
>
>
>
> From: Rob McBroom <textmate(a)skurfer.com>
> Date: October 31, 2007 4:56:01 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Minor Pasteboard question (problem)
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 2007-Oct-30, at 9:57 AM, Hans-Joerg Bibiko wrote:
>
>> 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?
>
> I imagine that they started using the shared "find buffer" for that
> field in Safari. Forgive me if this is old news, but if you select
> something and hit ⌘E, it gets put into a system wide buffer. That
> string then becomes "the thing you're searching for" in all Cocoa
> applications. I've seen it shared between OmniWeb, TextMate,
> Quicksilver, TextEdit, etc. Although it usually only applies to
> the ⌘F "search in page", I guess they decided to use it for the
> web search control in Safari as well.
>
> I don't know of a way to suppress the behavior, but you could avoid
> it by using OmniWeb. :)
>
> ---
> Rob McBroom
> <http://www.skurfer.com/>
>
>
>
>
>
>
>
> From: Roger Roelofs <roger.roelofs(a)gmail.com>
> Date: October 31, 2007 7:46:07 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Need help finding and MOVING text
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Jay Soffian wrote:
>> perl -ne 'BEGIN{$"=undef}push(@hold, $_) if /^NOTE/../^X-Palm/; print
>> unless @hold; if (/^X-Palm/) {pop @hold; print "$_@hold"; @hold=()}'
>>
> (not TextMate related ... sorry)
> I'm somewhat familiar with perl, but I've never seen 'if /^NOTE/../
> ^X-Palm/' before. Where can I find it in the docs?
>
>
> Roger
> --
> roger-roelofs(a)gmail.com
>
>
>
>
>
> From: Paul McCann <pmccann(a)gmail.com>
> Date: October 31, 2007 8:28:23 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Need help finding and MOVING text
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Roger Roelofs asked:
>
>> I'm somewhat familiar with perl, but I've never seen 'if /
>> ^NOTE/../^X-Palm/' before. Where can I find it in the docs?
>
> You can see an explanation of this "flip-flop" operator with some
> nice examples via
>
> perldoc perlop
>
> Search for "Range Operators".
>
> Cheers,
> Paul
>
> From: Hans-Joerg Bibiko <bibiko(a)eva.mpg.de>
> Date: October 31, 2007 9:34:00 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Minor Pasteboard question (problem)
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 31 Oct 2007, at 04:56, Rob McBroom wrote:
>> On 2007-Oct-30, at 9:57 AM, Hans-Joerg Bibiko wrote:
>>
>>> 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?
>> I imagine that they started using the shared "find buffer" for
>> that field in Safari. Forgive me if this is old news, but if you
>> select something and hit ⌘E, it gets put into a system wide
>> buffer. That string then becomes "the thing you're searching for"
>> in all Cocoa applications. I've seen it shared between OmniWeb,
>> TextMate, Quicksilver, TextEdit, etc. Although it usually only
>> applies to the ⌘F "search in page", I guess they decided to use
>> it for the web search control in Safari as well.
>>
>> I don't know of a way to suppress the behavior, but you could
>> avoid it by using OmniWeb. :)
> Thanks. I see.
>
> I only wonder whether TM could be configured in such a way to use
> either the "shared find buffer" or a "local find buffer". I
> believe, if any, that would be a question to Allan.
>
> Cheers,
>
> --Hans
>
>
>
> From: Guido Governatori <guido(a)itee.uq.edu.au>
> Date: October 31, 2007 9:46:07 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Hard wrapping again
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> For many reasons, I would like to have the possibility to hard wrap
> my file (mainly for LaTeX files).
>
> Reformat paragraph alone (^Q) does not work in the way I like, but
> selecting a line Shift-cmd-L and ^Q does what I want.
>
> What I would like to know is whether there is a way to automate
> this procedure for a file (all the line in the file), or whether I
> have to write my own command for this (or there is a script called
> by ^Q).
>
> 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/TextMate
> http://www.defeasible.org
>
>
>
>
>
>
> From: Hans-Joerg Bibiko <bibiko(a)eva.mpg.de>
> Date: October 31, 2007 10:22:57 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Hard wrapping again
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 31 Oct 2007, at 09:46, Guido Governatori wrote:
>> For many reasons, I would like to have the possibility to hard
>> wrap my file (mainly for LaTeX files).
>>
>> Reformat paragraph alone (^Q) does not work in the way I like, but
>> selecting a line Shift-cmd-L and ^Q does what I want.
>>
>> What I would like to know is whether there is a way to automate
>> this procedure for a file (all the line in the file), or whether I
>> have to write my own command for this (or there is a script called
>> by ^Q).
> Please forgive me, if I understood your problem wrong!
>
> Did you try to set the "wrap column" to what ever; select all (APPLE
> +A); press CTRL+Q?
> That you could record as macro.
>
> Or is there something I missed?
>
> Best,
>
> --Hans
>
>
>
>
>
> From: Andy Armstrong <andy(a)hexten.net>
> Date: October 31, 2007 10:34:13 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Hard wrapping again
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> On 31 Oct 2007, at 08:46, Guido Governatori wrote:
>> Reformat paragraph alone (^Q) does not work in the way I like, but
>> selecting a line Shift-cmd-L and ^Q does what I want.
>>
>> What I would like to know is whether there is a way to automate
>> this procedure for a file (all the line in the file), or whether I
>> have to write my own command for this (or there is a script called
>> by ^Q).
>
>
> Just set up a command that pipes the text through fmt.
>
> --
> Andy Armstrong, Hexten
>
>
>
>
>
>
>
>
> From: Guido Governatori <guido(a)itee.uq.edu.au>
> Date: October 31, 2007 11:14:30 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Hard wrapping again
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>>> On 31 Oct 2007, at 09:46, Guido Governatori wrote:
>>>> For many reasons, I would like to have the possibility to hard
>>>> wrap my file (mainly for LaTeX files).
>>>>
>>>> Reformat paragraph alone (^Q) does not work in the way I like,
>>>> but selecting a line Shift-cmd-L and ^Q does what I want.
>>>>
>>>> What I would like to know is whether there is a way to automate
>>>> this procedure for a file (all the line in the file), or whether
>>>> I have to write my own command for this (or there is a script
>>>> called by ^Q).
>>> Please forgive me, if I understood your problem wrong!
>>>
>> Sorry I should have been more precise.
>>
>>> Did you try to set the "wrap column" to what ever; select all
>>> (APPLE+A); press CTRL+Q?
>>>
>> I have tried it but it does not do what I want.
>>
>> The problem with CTRL-Q is that it does not "respect" LaTeX
>> constructions.
>>
>> For example
>>
>> long line to be wrapped
>> \[
>> math
>> \]
>> long line to be wrapped
>>
>> with the proposed solution produces
>>
>> long line to be wrapped \[ math \] long line to be wrapped
>>
>> while with the one line at a time reformatting the above case is
>> handled properly.
>>
>> Thanks anyway
>>
>> 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.itee.uq.edu.au/~guidohttp://www.governatori.net
>> http://www.defeasible.org
>>
>>
>
>
>
>
> From: Guido Governatori <guido(a)itee.uq.edu.au>
> Date: October 31, 2007 11:24:19 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] Hard wrapping again
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On 31/10/2007, at 7:34 PM, Andy Armstrong wrote:
>
>> On 31 Oct 2007, at 08:46, Guido Governatori wrote:
>>> Reformat paragraph alone (^Q) does not work in the way I like,
>>> but selecting a line Shift-cmd-L and ^Q does what I want.
>>>
>>> What I would like to know is whether there is a way to automate
>>> this procedure for a file (all the line in the file), or whether
>>> I have to write my own command for this (or there is a script
>>> called by ^Q).
>>
>>
>> Just set up a command that pipes the text through fmt.
>
> It merges lines.
>
> line
> \[
> math
> \]
> line
>
> is transformed into
>
> line \[
> math
> \] line
>
> But the worst part is with comments :-(
>
> Thanks anyway
>
> 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/TextMate
> http://www.defeasible.org
>
>
>
>
>
>
> From: Gaby Vanhegan <gaby(a)vanhegan.net>
> Date: October 31, 2007 11:29:28 AM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] AS3/Flex, how to begin?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On 24 Oct 2007, at 06:35, Boysenberry Payne wrote:
>
>> So I'm guessing the work of porting is only as hard as it was to
>> build it
>> the first time minus the part of figuring out the logic.
>
> True, it's not as fearsome as I suspected it would be.
>
> One question though; where is a sensible place to set any extra
> arguments that are passed to mxmlc at compilation time (Apple-B)?
> I need to add a -default-size argument to the compiler but can't
> see where. I don't want to edit the build script but I want to put
> it in the 'right' place. Is there a project specific variable I
> could use?
>
> Gaby
>
> --
> Junkets for bunterish lickspittles since 1998!
> http://www.playr.co.uk/
>
>
>
> From: Niels Kobschätzki <n.kobschaetzki(a)googlemail.com>
> Date: October 31, 2007 12:12:36 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] No Halloween-TM this year?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
> Sad, that this year my TM didn't switch to Halloween-mode - I
> really liked it :)
>
> Niels
>
>
>
>
> From: Simon Gregory <simon(a)helvector.org>
> Date: October 31, 2007 12:32:50 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] AS3/Flex, how to begin?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>> One question though; where is a sensible place to set any extra
>> arguments that are passed to mxmlc at compilation time (Apple-B)?
>> I need to add a -default-size argument to the compiler but can't
>> see where. I don't want to edit the build script but I want to
>> put it in the 'right' place. Is there a project specific variable
>> I could use?
>
> There are two ways to do this, firstly you could choose the Build
> (custom) command and have it execute your own script. However I'd
> recommend that you use a build-config.xml file which mxmlc reads
> when it beings the compilation process. You should see that it
> reads {flex_sdk_home}/frameworks/flex-config.xml (you can open this
> file by running the Configuration > Open flex-config.xml command)
> as the first step of compilation. By default mxmlc will also search
> for a config file in the same directory as your Main.as or
> Main.mxml file with a -config.xml suffix (so Main-config.xml).
>
> In your case the contents of the file should be:
>
> <flex-config>
> <default-size>
> <width>100</width>
> <height>200</height>
> </default-size>
> </flex-config>
>
> Hope this helps.
> Simon
>
>
>
>
> From: Gaby Vanhegan <gaby(a)vanhegan.net>
> Date: October 31, 2007 12:44:03 PM GMT+01:00
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: Re: [TxMt] AS3/Flex, how to begin?
> Reply-To: TextMate users <textmate(a)lists.macromates.com>
>
>
>
> On 31 Oct 2007, at 11:32, Simon Gregory wrote:
>
>>> One question though; where is a sensible place to set any extra
>>> arguments that are passed to mxmlc at compilation time (Apple-
>>> B)? I need to add a -default-size argument to the compiler but
>>> can't see where. I don't want to edit the build script but I
>>> want to put it in the 'right' place. Is there a project specific
>>> variable I could use?
>>
>> There are two ways to do this...
>>
>> By default mxmlc will also search for a config file in the same
>> directory as your Main.as or Main.mxml file with a -config.xml
>> suffix (so Main-config.xml).
>
> That's exactly what I was looking for, thank you! I had put the
> directives into the Flex/frameworks/flex-config.xml files
> originally as a work-around but I wasn't happy with this. This
> solution solves the problem neatly and cleanly.
>
> Many thanks!
>
> Gaby
>
> --
> Junkets for bunterish lickspittles since 1998!
> http://www.playr.co.uk/
>
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/mailman/listinfo/textmate
For many reasons, I would like to have the possibility to hard wrap
my file (mainly for LaTeX files).
Reformat paragraph alone (^Q) does not work in the way I like, but
selecting a line Shift-cmd-L and ^Q does what I want.
What I would like to know is whether there is a way to automate this
procedure for a file (all the line in the file), or whether I have to
write my own command for this (or there is a script called by ^Q).
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
Hi all,
Three points from the last digest:
1) I can confirm that the tool-menu font size thing is only with items
that have a tab-completion shortcut.
2) Even in Apple's Numbers, the text-completion popup (it shows you
"similar" values you've already typed in other cells) gets bound to
the first Spaces screen it opens on. Trust me: that's annoying. I've
filed a bug with Apple about this. I'm hopeful that they might
actually address this general problem. :-)
3) Despite the glitches, TextMate still rocks in Leopard! :-)
Later,
Chris.
(exasperated) Hello!
I'm trying to make the leap from AS2 to AS3, but staying within the
bounds of TextMate. There are a number of interesting blogs on the
topic:
http://www.laflash.org/forum/showthread.php?t=3635http://blog.vixiom.com/2006/08/25/build-flex-on-os-x-with-textmate/http://www.flashalisious.com/2007/07/30/installing-as3-and-flex-
bundle-for-textmate/
http://www.dirtystylus.com/blog/2006/09/12/textmate-and-as3/
And I'm sure there are plenty more. I *have* managed to:
1. Install the AS3 bundle for TextMate, using svn
2. Install the Flex SDK
3. Install iTerm
4. Install fcsh
5. Install the Flex Documentation
6. Added "package {...}" to all my .as files
7. Changed 'Void' to 'void'
However, I have no idea what to do next. When I was working in AS2/
TextMate/MTASC I would compile the file using a slightly modified
script from the AS bundle which would take the .swf as an input, a
list of files and would spit out a new .swf. Is this the same
workflow for AS3 and mxmlc? I don't want to get involved with Flex
yet, I'm just trying to port my application over to AS3 from AS2.
Any help, pointers or generally beating of sense into is greatly
appreciated in this matter...
Many thanks,
Gaby
--
Junkets for bunterish lickspittles since 1998!
http://www.playr.co.uk/
Hi,
I need to edit a giant vCard file which has been exported from Palm Desktop
and contains about 1000 entried. The Palm export puts my Notes directly
under the phone number and then all my custom fields below that. When I open
in Address Book, the Custom fields are buried below my notes.
I would like to be able to FIND a string and move it up or down in the file.
Is this possible?
For example:
FN:Pam
N:;Pam
ADR:;;1911 North Duncan Road;Champaign;IL;61821;USA
LABEL;QUOTED-PRINTABLE:1911 North Duncan Road=0D=0AChampaign, IL
61821=0D=0AUSA
TEL;WORK:217-355-9331
TEL;FAX:217-355-9413
ORG:Balough Scientific Books
NOTE;QUOTED-PRINTABLE:=0D=0A[Comments]=0D=0ADistributors of PROSEA books
REV:20020222
X-Palm-Category1:Bookstore
I would like to move the line containing: "X-Palm-Category1:Bookstore" ABOVE
the line which starts: NOTE;
Thank you...
--
View this message in context: http://www.nabble.com/Need-help-finding-and-MOVING-text-tf4704885.html#a134…
Sent from the textmate users mailing list archive at Nabble.com.
I've come across some odd behavior when using the html bundle and
converting mail addresses to links:
If I copy name(a)email.com and then use the key comand, it results in
<a
href="mailto:dave@dave.
;com">name(a)email.com</a>
Is there a workaround?
-Dave
for specific non-HTML files I would like to perform some commands and
then show the result as HTML preview, it that possible ?
--
Roberto Saccon
http://rsaccon.com
I Try to use TM to connect to a mysQL database running on a PC on my network
All access authorisations are OK And I can successfully connect from my Mac to
the remote host with another mySQL gui.
When I try to connect with TM I get a message : Unknown system variable ''
coming from mysql server.
Any Idea ?
Thanks
Alain
So far I like Spaces, with a couple of caveats:
1. It can be confusing to open multiple windows of the same
application in separate spaces. For example, I'd like to have one
Textmate window for web development and another for my GTD list, in
separate spaces. The problem is that when I use Command-Tab to switch
to Textmate, it switches to the most recent Textmate window I used
instead of the Textmate window in the current space (which is what I
would prefer.) I think Command-Tab should give priority to application
windows in the current space. As far as I can tell this is a Spaces
characteristic since TextEdit behaves the same.
2. When I open the Find dialog in Textmate, it switches to the last
space where I used Find, instead of bringing the Find dialog into the
current space. I believe this is a Textmate issue, as it does not
occur in TextEdit. If this is scheduled to be fixed in version 2.0, I
can wait. Should I submit this as a bug, or is this expected behavior?
Richard
Since upgrading to Leopard Xcode builds (using xcodebuild tool from
the functions in the Xcode bundle) seems a lot slower, specifically it
seems the "Checking Dependencies" phase is responsible for that.
Anybody else seing this? Anyone have a workaround?
Thanks
Gerd
Hi all,
I may have missed the corresponding post, so forgive me if I did.
My question is the following: Now that we know the release date for
Leopard, and as TextMate 2 will be Leopard only, have you, Allan,
planned a date for the release of your almomst-as-awaited-as-Leopard-
itself TextMate2?
And, erh... what about a keynote in California, or in any hot and
sunny place, in which you will invite all your dear subscribers to
celebrate the event? Like sort of a TextMate Party, or something...
Note that it would be veeeery nice of you to do so. ;-)
Xavier Cambar
Greetings -- I was a happy user of Ruby templates until TextMate
decided to upgrade itself. Suddenly the Templates are gone from the
Ruby bundle! And indeed, they're not there in the latest Ruby
bundle. What happened to them and how can I get them back and never
let go?
Also -- what's the intended way of setting my company name in Python
templates?
Cheers,
Alexy
This doesn't seem to be documented anywhere online that I can find, so:
Allan informed me on IRC that the mate command doesn't work from
inside screen in Leopard.
All is not lost, however. I discovered that if you install screen via
MacPorts (I had to 'port sync' first, then 'port install screen'), you
can use the mate command from inside screen with no problems.
Hopefully this will save someone else a few minutes of fruitless
searching.
- Andre
I just started with Textmate:
http://www.rsaccon.com/2007/10/erlang-and-textmate.html
Searching the mail archive shows very little posts about Erlang. I
would like have better erlang support and I am interested in
contributing to get there. Anybody has done something with textmate
and Erlang and has some Experiences to share, anybody just thinking
about it and has thoughts to share ? Or just advice to put me in the
right direction to get started ? (the howtocontribute-Wiki-entry I
have read already) What I would like to have is Emacs/Distel like
Erlang integration, for example a keybinding for compiling/reloading
the current sourcefile and in case of errors keybinding to jump to the
first/next error. With Emcas I wrote some elisp hack just to integrate
things better into my workflow, I hope that can be done for
textmate/erlang as well
regards
--
Roberto Saccon
http://rsaccon.com
Hi Guys,
Please forgive me if this has been asked and answered before... But
is there any way to fold your code normally when using TM for Python?
In my experience, the arrow appears where you'd expect it to, but
stubbornly refuses to do anything at all when clicked.
Any tips from my fellow Pythonistas?
:=)
Sean
:::: DataFly.Net ::::
Complete Web Services
http://www.datafly.net
I am trying to find out how to insert an existing applescript into a
snippet or perhaps a more elegant solution to inserting variables into
snippets. Perhaps I need to explain:
I have many variations of boilerplate text that I use dozens of times
during the day in my work that require a variable input in certain
places. While I am not a programmer, I am all for automating repetitive
tasks and I'm not afraid of a little scripting. A little. Some of the
stuff in those bundles looked downright scary.
I was kindly directed to use the tab stops for snippets like this:
________________________________________________
Hello ${1:firstname}
Thank you for your order for a ${2:product}
________________________________________________
Perfect. Easy. The next part, though, is to give me more control over
the values I am inserting.
For example, I have been using BBedit (which does the job but I don't
particularly like) and in their "clippings" you can insert a
placeholder that can call up an applescript to run. Even this is
awkward compared to the simple way that NoteTabPro worked for me for
10+ years in windows before I switched to a mac - I could create
'clips' in it that would insert boilerplate text and at any
placeholders, I could include dialog boxes to type in a value or choose
it from a list.
I sat here for 6 hours today trying to see how I can do this or
something like it in TextMate - and I found programming languages that
I will never use, and syntax for them that I am utterly stumped by.
Can anyone help me?
Janet
I saw an old message on GMANE "Re: C syntax fixes" regarding this
issue. I guess much of the patch did not get applied?
There seem to be a very significant issues (for me anyhow) with the
current C syntax parser:
1) Multiple line function definitions are not tagged as functions, e.g.,
int test(int a,
int b)
{
...
}
This is unfortunately very common with functions with large numbers
of arguments.
2) Less importantly, simple macros such as
#define __MY_HEADER_H
are also getting listed in the function pull-down.
Does anyone have a patch for this that could get pushed into SVN? I
have yet to grok the syntax of C plist etc, but this is driving me
insane.
Thanks,
Matt
Matthew Winter wrote:
> SVN is the subversion repository.
>
> Here is the Wiki guide to how to checkout bundles:
>
> http://macromates.com/wiki/Main/SubversionCheckout
>
> You can access the Matlab bundle directly from the web at:
>
> http://macromates.com/svn/Bundles/trunk/Bundles/
>
> However it is easier to use the subversion commands as des-
> cribed in the Wiki guide.
Matt, thanks for these directions. The GetBundles bundle
worked beautifully.
- Dushan