Allan Odgaard | 1 Sep 2007 01:46

[SVN] r8100

• add system dialogs (load, save, and color picker) patch from Hans-Joerg Bibiko.

Some more info here http://article.gmane.org/gmane.editors.textmate.general/21340

The ColorPicker nib is supposed to go into TM_SUPPORT_PATH/nibs, but I would prefer the code to be updated
to load it from the plug-in bundle.
The accessory nib is (AFAIK) just an example.

Changed:
A   branches/Dialog PlugIn System Dialogs/
U   branches/Dialog PlugIn System Dialogs/Dialog.h
U   branches/Dialog PlugIn System Dialogs/Dialog.mm
A   branches/Dialog PlugIn System Dialogs/nibs/
A   branches/Dialog PlugIn System Dialogs/nibs/ColorPicker.nib/
A   branches/Dialog PlugIn System Dialogs/nibs/ColorPicker.nib/classes.nib
A   branches/Dialog PlugIn System Dialogs/nibs/ColorPicker.nib/info.nib
A   branches/Dialog PlugIn System Dialogs/nibs/ColorPicker.nib/keyedobjects.nib
A   branches/Dialog PlugIn System Dialogs/nibs/accessory.nib/
A   branches/Dialog PlugIn System Dialogs/nibs/accessory.nib/classes.nib
A   branches/Dialog PlugIn System Dialogs/nibs/accessory.nib/info.nib
A   branches/Dialog PlugIn System Dialogs/nibs/accessory.nib/keyedobjects.nib
U   branches/Dialog PlugIn System Dialogs/tm_dialog.mm
Joachim Mårtensson | 1 Sep 2007 11:10
Picon
Picon

[SVN] r8101 (Objective-C)

Added a mini language that describes method argument types in more detail (SpecialRules.txt). Added more
constants (anonymous enumeration constants and a few handpicked NSStrings) to be used as suggestions.
Now considers all type info instead of just the first in the list. Added tools to generate the extra
enumeration constants (anonymousEnums.rb).

Changed:
A   branches/WIP/Bundles/Objective-C.tmbundle/Support/CocoaAnnotatedStrings.txt.gz
A   branches/WIP/Bundles/Objective-C.tmbundle/Support/CocoaAnonymousEnums.txt.gz
U   branches/WIP/Bundles/Objective-C.tmbundle/Support/CocoaConstants.txt.gz
A   branches/WIP/Bundles/Objective-C.tmbundle/Support/SpecialRules.txt
A   branches/WIP/Bundles/Objective-C.tmbundle/Support/anonymousEnums.rb
U   branches/WIP/Bundles/Objective-C.tmbundle/Support/generateMethodList.rb
U   branches/WIP/Bundles/Objective-C.tmbundle/Support/objc_completion.rb
Joachim Mårtensson | 1 Sep 2007 11:38
Picon
Picon

[SVN] r8102 (Objective-C)

fixed one of the rules, a : had been omitted

Changed:
U   branches/WIP/Bundles/Objective-C.tmbundle/Support/SpecialRules.txt
Alexander John Ross | 1 Sep 2007 20:16
Picon

[SVN] r8103 (Python)

[CHANGED] Added a ‘regular_expressions’ repository rule that just includes
‘source.regexp.python’.  All the various types of ‘r’-strings include the repository rule, so
if you want to turn off regular expressions matching for all python raw strings you can set `disabled = 1;`
in the regular_expressions repository rule.

Changed:
U   trunk/Bundles/Python.tmbundle/Syntaxes/Python.tmLanguage
Allan Odgaard | 1 Sep 2007 20:19

[SVN] r8104 (Fortran)

• change escape codes supported to "" for double-quoted strings and '' for single-quoted strings —
ticket 17CE680E

Changed:
U   trunk/Bundles/Fortran.tmbundle/Syntaxes/Fortran.plist
Allan Odgaard | 2 Sep 2007 10:29

[SVN] r8105 (ANTLR)

• make multi-line {…} and /*…*/ foldable constructs

Changed:
U   trunk/Bundles/ANTLR.tmbundle/Syntaxes/ANTLR.plist
Allan Odgaard | 2 Sep 2007 10:30

[SVN] r8106 (TextMate)

• change fallback from Document to Line

Changed:
U   trunk/Bundles/TextMate.tmbundle/Commands/Record Scratch Snippet.plist
Alexander John Ross | 2 Sep 2007 10:48
Picon

[SVN] r8107

Modified TextMate::IO so that it uses a buffer to always return lines.  To turn off the line buffer, set
TextMate::IO.sync = true.

Changed:
U   trunk/Support/lib/io.rb
Joachim Mårtensson | 2 Sep 2007 14:01
Picon
Picon

[SVN] r8108 (Objective-C)

added context sensitive completion for constructs like var == Const^ where the LHS is a non-pointer, from
the Cocoa Typedefs or unichar, declared in the method-scope. Also works for [obj message] == Const^ 

Changed:
A   branches/WIP/Bundles/Objective-C.tmbundle/Support/objcParser.rb
U   branches/WIP/Bundles/Objective-C.tmbundle/Support/objc_completion.rb
Brad Miller | 2 Sep 2007 15:49
Picon

[SVN] r8109 (Latex)

Bug Fix:  file names with - in them would not match against the generic file-line-error pattern. 

Changed:
U   trunk/Bundles/Latex.tmbundle/Support/bin/texparser.py

Gmane