Discussion:
[TxMt] Code Completion Help
Oliver Taylor
2007-05-02 21:07:20 UTC
Permalink
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
Thomas Aylott (subtleGradient)
2007-05-03 00:32:17 UTC
Permalink
Post by Oliver Taylor
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
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
It works while it's still lowercase, once it goes upcase it doesn't
work anymore.

thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
Oliver Taylor
2007-05-03 17:45:24 UTC
Permalink
Post by Thomas Aylott (subtleGradient)
Post by Oliver Taylor
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.

Loading...