I just noticed I get this from the command line on both individual
file and directories.
2007-04-30 19:52:04.221 mate[5199] An uncaught exception was raised
2007-04-30 19:52:04.221 mate[5199] [NOTE: this exception originated
in the server.]
*** Object does not implement or has different method signature
2007-04-30 19:52:04.221 mate[5199] *** Uncaught exception:
<NSInvalidArgumentException> [NOTE: this exception originated in the
server.]
*** Object does not implement or has different method signature
Trace/BPT trap
I just upgraded this morning. Not sure what I've done here...
Thanks,
Brett
>> I've got the completion set-up to complete from a document-parser
>> and a preference item. The parsed completions still work, but it's
>> stopped pulling completions from the preference item. I've checked
>> the item name in the bundle editor and the finder, and even tried
>> re-creating the completions from scratch, to no avail.
>
> It works while it's still lowercase, once it goes upcase it doesn't
> work anymore.
>
> thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
Yes, you need to be matching lowercase letters. But sometimes the
match fails anyway.
I just tested again and it seems to be working. This is the worst
kind of bug, one that pops up randomly. I'll try to nail it down more
specifically and get back to you.
Hello,
I made some simple additions to the Objective-C Bundle, and was
wondering if anyone was interested in them.
* Comment Reflow - based on the Screencast by Allan
* Comment Code - comments out the current line of code (or the
selected lines of code), useful for debugging
* Uncomment code - undoes above
I know they are not very glamarous, but I was surprised they were not
already included in the bundle.
- Nithin
I'm having a problem with Code Completion. Here's the deal:
I've got the completion set-up to complete from a document-parser and
a preference item. The parsed completions still work, but it's
stopped pulling completions from the preference item. I've checked
the item name in the bundle editor and the finder, and even tried re-
creating the completions from scratch, to no avail.
Deleting the bundle and reinstalling it seems to fix the problem, but
only for a while. I've tried to track down what triggers its failure,
but I can't seem to isolate it.
Download: http://ollieman.net/files/beta.zip
If you could, install the beta and in Screenplay Mode type the
following:
int. location - d
And attempt to trigger the "Time of Day" auto-complete from the "D"
at the end of the line.
Any help is appreciated.
-- Oliver Taylor
I am getting the same problem when asking mate to open a file. If I use only "mate," TextMate opens. If I use "mate ~/Sites/file.html" TextMate comes to the front window, but the terminal gives the same "***Uncaught Exception" noted earlier.
Running on an intel Macbook Pro 10.4.9
Robert
On Wednesday, May 02, 2007, at 02:48PM, "Andrew Jaffe" <a.h.jaffe(a)gmail.com> wrote:
>Allan Odgaard wrote:
>> On 2. May 2007, at 23:23, Brett Terpstra wrote:
>>
>>> This is from mate.crash.log, sorry for the long paste:
>>
>> The crash log basically says ?the system function to send a message from
>> mate to TextMate crashed? -- so this says less than the Terminal output.
>>
>> But maybe there is some output (from TextMate) in the system console --
>> the first message you quoted said the error happened in the server
>> (TextMate), so if that is the case, details would likely have to be
>> found in hte console.
>>
>Alas, it just appears to say "mate crashed" and "crash report written
>to: /Users/jaffe/Library/Logs/CrashReporter/mate.crash.log"
>
>It seems to be happening with any use of 'mate'...
>
>Andrew
>
>
>
>
>
>
>______________________________________________________________________
>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
>
>
Could the Markdown bundle be modified to use a TM_MARKDOWN variable
(similar to the way the Subversion bundle uses TM_SVN) in the
"Convert document/selection to HTML" and other relevant commands?
I envision that the variable would contain whatever command(s) you
want to use for Markdown stuff and would default to the current
"Markdown.pl|SmartyPants.pl|perl…".
For example, I like to add the "--html4tags" option and get rid of
SmartyPants, but to do it currently, you need to modify the bundle.
(Which is fine in theory, but I worry that in practice, updates will
be missed.)
Or perhaps the "--html4tags" option should just be used/not used
automatically based on the value of TM_XHTML.
The current chunk of perl would probably be awkward to store in a
variable or to use as a default value, but perhaps it could be made
into a script in the Markdown bundle's support dir?
Just an idea. Thanks.
---
Rob McBroom
<http://www.skurfer.com/>
I didn't "switch" to Apple... my OS did.
Hi All,
I've run into a glitch related to the C++ bundle of TextMate and
since I'm new to both TextMate and this list, I'm quite unsure how to
proceed with the bug report.
Here it is anyway. The symbol is not properly detected with
constructor in the form of:
Foo::Foo() :
boo(1)
{
}
"boo" is incorrectly detected as symbol instead of "Foo::Foo". My
bundle collection is quite up-to-date (rev. 7108).
Let me know if I should report this elsewhere.
Best,
Antoine
--
Antoine Beyeler
PhD Student
Ecole Polytechnique Fédérale de Lausanne
Laboratory of Intelligent Systems
EPFL-STI-I2S-LIS
Office ELE 132 - Station 11
CH-1015 Lausanne
Voice: ++41 21 693 73 54
Fax: ++41 21 693 58 59
Home page: http://lis.epfl.ch/119413
Project page: http://lis.epfl.ch/microflyers
Hi,
I have a question about TM's preference "word characters":
I also want to match a word if the word contains '\ '
Is this possible?
If I write into TM's preference "word characters" '_/\ ' it works
partly because TM takes all four characters, but I only want to match
'_' '/' '\ '
Any comments are helpful.
Thanks in advance.
Hans
I think TM do the things fine, as it simple and powerful renaming
files in the file drawer. That function has been for me really a
time-saver and is very natural that it was there as is. The solution
to the problem, IMHO, is to add a more complete behaviour to TM,
allowing Option-Drag of files in the drawer. Also, perhaps, info
for files (to make them executable, for example, via a dialog...
although I think this is not so important...)
This morning I downloaded version 1.5.5 (1138). I use TextMate with
Subversion every day. Today when I executed CTRL-SHIFT-A to do a
check in this got pasted into my document:
John Doe
12345 Main Street
Plainville
Any State 67890
USA
I searched through the bundles and did not see a bundle that used
that key sequence. I did notice that when I type that sequence the
Edit menu item at the top of the screen flashes briefly. Can anyone
shed any light on what might be causing this?
Thank you!
DigiLord