Thomas Aylott | 1 Jan 2007 04:17
Favicon

[SVN] r6419 (CSS)

Finally fixed that stinking bug in CSS that would take over the entire document before you typed the : character

Changed:
U   trunk/Bundles/CSS.tmbundle/Preferences/Property Value Completions.tmPreferences
U   trunk/Bundles/CSS.tmbundle/Syntaxes/CSS.plist
Thomas Aylott | 1 Jan 2007 04:29
Favicon

[SVN] r6420 (CSS)

Fixed the :; pair for CSS to work without the previous bug in place :/

Changed:
U   trunk/Bundles/CSS.tmbundle/Preferences/PropertyName.tmPreferences
Thomas Aylott | 2 Jan 2007 00:01
Favicon

[SVN] r6421 (CSS)

Fixed the crashing bug I created by fixing the display bug. Yay snowball effect.

Changed:
U   trunk/Bundles/CSS.tmbundle/Preferences/PropertyName.tmPreferences
U   trunk/Bundles/CSS.tmbundle/Syntaxes/CSS.plist
Kumar McMillan | 2 Jan 2007 23:09
Picon
Gravatar

[SVN] r6422 (Python)

the word to search now gets stripped of non-useful chars.  i.e. if you had highlighted "log.exception("
with the trailing paren accidentally, this would have caused a parse error in the regex.

Changed:
U   trunk/Bundles/Python.tmbundle/Support/DocMate/docmate.py
Ale Muñoz | 3 Jan 2007 13:18

[SVN] r6423 (ActionScript)

Added support for custom trace function in mtasc.yaml

Changed:
U   trunk/Bundles/ActionScript.tmbundle/Support/Tools/build_with_mtasc.rb
Ale Muñoz | 3 Jan 2007 13:21

[SVN] r6424 (ActionScript)

Small tweak to "Install MTASC Support Files", to have TextMate open mtasc.yaml in the current project window.

Changed:
U   trunk/Bundles/ActionScript.tmbundle/Commands/Install MTASC support files.tmCommand
James Edward Gray II | 3 Jan 2007 21:21
Gravatar

[SVN] r6425 (Ruby)

This commit vendors the new rcodetools library in the Ruby bundle.  This is to support the addition of
commands based on these tools, like accurate Ruby code completion.

PLEASE REMEMBER THAT THIS LIBRARY HAS ITS OWN LICENSE.  I've carefully reviewed the license and spoke with
the developers to ensure that vendoring this code is not a violation.  ANY CHANGES TO THIS CODE MUST ALSO
COMPLY WITH THE LICENSE.  (It's better not to modify the code, but instead submit patches back to the
developers to avoid this issue entirely.)

Of course, writing commands that shell out to these utilities is fine and, in fact, the whole point of
vendoring the library.  I have started us off by rewriting Execute and Update '# =>' Markers in terms of
these utilities.

Changed:
U   trunk/Bundles/Ruby.tmbundle/Commands/Execute and Insert Results.tmCommand
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/README
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/CHANGES
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/README
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/README.emacs
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/README.method_analysis
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/README.vim
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/README.xmpfilter
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/Rakefile
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/Rakefile.method_analysis
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/THANKS
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/bin/
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/bin/rct-complete
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/bin/rct-doc
A   trunk/Bundles/Ruby.tmbundle/Support/vendor/rcodetools/bin/rct-meth-args
(Continue reading)

Charilaos Skiadas | 3 Jan 2007 23:09
Favicon

[SVN] r6426 (R)

Fixed the misspelling of tex.scan as texscan. Also, now reads all the verbatim environments within the
Usage environment, not just the first line.

Changed:
U   trunk/Bundles/R.tmbundle/Commands/Command Usage.tmCommand
Kevin Ballard | 3 Jan 2007 23:37
Gravatar

[SVN] r6427 (R)

Fix typo in a comment inside a command

Changed:
U   trunk/Bundles/R.tmbundle/Commands/Show in R help.tmCommand
Chris Thomas | 4 Jan 2007 01:50

Re: [SVN] r6401 (Objective-C)

Hey Rob, I think one of your Dec 25th ObjC changes is not capturing  
entity.name.type.objc correctly:

I'd look into it, but I'm working on Dialog stuff, and don't want to  
inadvertently break anything you've fixed.

Chris

On Dec 26, 2006, at 3:16 AM, Rob Rix wrote:

> [FIXED] Forward-declared protocols are no longer parsed as a  
>  <at> protocol ...  <at> end interface block.
>
> Changed:
> U   trunk/Bundles/Objective-C.tmbundle/Syntaxes/Objective-C.plist
>
> _______________________________________________
> textmate-dev mailing list
> textmate-dev@...
> http://lists.macromates.com/mailman/listinfo/textmate-dev
>


_______________________________________________
textmate-dev mailing list
(Continue reading)


Gmane