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