| textmate-bundles:/trunk/ |
jump to detailed chart | hide Line History
ConstraintSort: path | last-commit | first-commit Sub Directories
Directory Properties
|
Changelog
9590
by simon on
16 May 2008, 14:36:23 -0500
(5 hours ago)
Improvements to the matches - adding override.
./Review/Bundles/ActionScript 3.tmbundle/Commands/List Class Members.tmCommand
9590
9589
by simon on
16 May 2008, 12:24:58 -0500
(7 hours ago)
Adding command to list the members (methods,vars,const etc) of the current class - this command is limited to the current document, and doesn't search any ancestors. Updated menu.
./Review/Bundles/ActionScript 3.tmbundle/Commands/List Class Members.tmCommand
9589
./Review/Bundles/ActionScript 3.tmbundle/info.plist
9589
9588
by simon on
16 May 2008, 12:22:22 -0500
(7 hours ago)
Adding clause to exit when no private members are located.
./Review/Bundles/ActionScript 3.tmbundle/Commands/List Private Properties.tmCommand
9588
9587
by simon on
16 May 2008, 12:21:36 -0500
(7 hours ago)
Updating to use TextMate::UI.menu
./Review/Bundles/ActionScript 3.tmbundle/Commands/unicodeRange.tmCommand
9587
./Review/Bundles/ActionScript 3.tmbundle/Commands/asdoc_at_tag.tmCommand
9587
9586
by simon on
16 May 2008, 12:20:39 -0500
(7 hours ago)
Switching to using TM_CURRENT_LINE.
./Review/Bundles/ActionScript 3.tmbundle/Commands/new.tmCommand
9586
9585
by simon on
16 May 2008, 03:18:29 -0500
(16 hours ago)
Replacing 'new' snippets with a new tab triggered command. The command will scan the document and attempt to work out what type of object you are trying to instantiate then dynamically generate a snip…
./Review/Bundles/ActionScript 3.tmbundle/Commands/new.tmCommand
9585
./Review/Bundles/ActionScript 3.tmbundle/Snippets/BitmapData.tmSnippet
9585
./Review/Bundles/ActionScript 3.tmbundle/info.plist
9585
./Review/Bundles/ActionScript 3.tmbundle/Snippets/TextField.tmSnippet
9585
./Review/Bundles/ActionScript 3.tmbundle/Snippets/Sprite.tmSnippet
9585
9584
by simon on
16 May 2008, 03:14:01 -0500
(16 hours ago)
Renaming asdoc items so they aren't all prefixed with asdoc.
./Review/Bundles/ActionScript 3.tmbundle/DragCommands/asdoc-swf-description.tmDragCommand
9584
./Review/Bundles/ActionScript 3.tmbundle/Snippets/asdoc-newline.tmSnippet
9584
./Review/Bundles/ActionScript 3.tmbundle/Commands/asdoc.tmCommand
9584
9583
by simon on
16 May 2008, 03:12:47 -0500
(16 hours ago)
Adding a command to list private variables using a Dialog menu, tab triggered on _
./Review/Bundles/ActionScript 3.tmbundle/Commands/List Private Properties.tmCommand
9583
9582
by simon on
16 May 2008, 03:10:03 -0500
(16 hours ago)
Added description for TM_ASDOC_GENERATION.
./Review/Bundles/ActionScript 3.tmbundle/Commands/Help.tmCommand
9582
9581
by simon on
16 May 2008, 03:08:54 -0500
(16 hours ago)
When no search term is specified we now show a dialog box and ask for one.
./Review/Bundles/ActionScript 3.tmbundle/Support/lib/flex_utils.rb
9581
./Review/Bundles/ActionScript 3.tmbundle/Support/bin/asd.rb
9581
./Review/Bundles/ActionScript 3.tmbundle/Commands/Search AS3 Language Reference.tmCommand
9581
9580
by ldaley on
16 May 2008, 01:25:16 -0500
(18 hours ago)
• Fix scoping of annotation array values by including all Java grammar as possible values. This is probably a bit heavy handed, but it is probably preferable in that it doesn't introduce yet another …
./Review/Bundles/Java.tmbundle/Syntaxes/Java.plist
9580
9579
by jsallis on
15 May 2008, 20:30:12 -0500
(23 hours ago)
added highlighting support for protocols
./Bundles/Nu.tmbundle/Syntaxes/Nu.tmLanguage
9579
9578
by duff on
15 May 2008, 16:31:12 -0500
(27 hours ago)
• switch (sort of back) to uppercased filename transliterated to ASCII with non-alphanumeric characters converted to an underscore and a unique suffix added to the entire thing.
./Bundles/C.tmbundle/Snippets/Include header once only guard.plist
9578
9577
by simon on
15 May 2008, 05:32:37 -0500
(38 hours ago)
Adding conditional insertion to automatically add a delimiter when custom trace output is added.
./Review/Bundles/ActionScript 3.tmbundle/Commands/trace.tmCommand
9577
9576
by mattfoster on
15 May 2008, 03:53:38 -0500
(39 hours ago)
• Borrowed the function scope from the ruby bundle, and adjusted it. • Added preferences to control the symbol list
./Bundles/Matlab.tmbundle/Syntaxes/M.plist
9576
./Bundles/Matlab.tmbundle/info.plist
9576
./Bundles/Matlab.tmbundle/Tests/test_functions.m
9576
./Bundles/Matlab.tmbundle/Preferences/Symbols.tmPreferences
9576
9575
by simon on
14 May 2008, 03:08:19 -0500
(64 hours ago)
Adding matching of parameter within setter. Tightening rules for classes which extend.
./Review/Bundles/ActionScript 3.tmbundle/Syntaxes/ActionScript 3.tmLanguage
9575
9574
by simon on
13 May 2008, 12:46:57 -0500
(3 days ago)
Fixed constructor recognition. Moving various elements into repository.
./Review/Bundles/ActionScript 3.tmbundle/Syntaxes/ActionScript 3.tmLanguage
9574
9573
by simon on
13 May 2008, 12:44:03 -0500
(3 days ago)
Minor matching optimisation.
./Review/Bundles/ActionScript 3.tmbundle/Support/bin/asd.rb
9573
9572
by simon on
13 May 2008, 04:41:36 -0500
(3 days ago)
Found a case where the constructor match didn't work so I'm temporarily disabling it, and widened the method caputure, until I can work out a solution.
./Review/Bundles/ActionScript 3.tmbundle/Syntaxes/ActionScript 3.tmLanguage
9572
9571
by simon on
13 May 2008, 03:17:50 -0500
(3 days ago)
Wrapping/Multiline recognition within method parameters. Improved readability/added comments via regex extended mode. Added constructor recognition. Added getter and setter recognition.
./Review/Bundles/ActionScript 3.tmbundle/Syntaxes/ActionScript 3.tmLanguage
9571
9570
by mattfoster on
12 May 2008, 09:43:05 -0500
(4 days ago)
Removed a snippet
./Bundles/Matlab.tmbundle/Snippets/if elseif.tmSnippet
9570
9569
by mattfoster on
12 May 2008, 09:32:54 -0500
(4 days ago)
Changed the folding markers, and added a couple of keywords
./Bundles/Matlab.tmbundle/Syntaxes/M.plist
9569
9567
by mattfoster on
12 May 2008, 09:31:15 -0500
(4 days ago)
• Updated snippets to use the preferences added in the previous commit. • Added snippets for try/catch and unwind_protect (for octave only)
./Bundles/Matlab.tmbundle/Snippets/if.plist
9567
./Bundles/Matlab.tmbundle/Snippets/while.tmSnippet
9567
./Bundles/Matlab.tmbundle/Snippets/try … catch … end.tmSnippet
9567
./Bundles/Matlab.tmbundle/Snippets/if else.tmSnippet
9567
./Bundles/Matlab.tmbundle/Snippets/function (fun).plist
9567
9566
by mattfoster on
12 May 2008, 09:29:18 -0500
(4 days ago)
Added Preferences for switching between matlab and octave style block endings, and function closing
./Bundles/Matlab.tmbundle/Preferences/Preferences.tmPreferences
9566
9565
by drnic on
11 May 2008, 19:55:00 -0500
(4 days ago)
Allow "Go to File" to work on file system paths containing spaces by URI escaping the file path sent to txmt://open [Michael Klett]
./Bundles/Ruby on Rails.tmbundle/Support/lib/rails/text_mate.rb
9565
9564
by simon on
11 May 2008, 11:48:16 -0500
(5 days ago)
Adding comments to improve readability. Improved class definition recognition when implementing and extending. Improved method definition and separated accessors out into own scope. Menu layout twea…
./Review/Bundles/ActionScript 3.tmbundle/Syntaxes/ActionScript 3.tmLanguage
9564
./Review/Bundles/ActionScript 3.tmbundle/info.plist
9564
9563
by simon on
11 May 2008, 11:43:36 -0500
(5 days ago)
Changing style of comment headers. Removing tab stops between package and class to give more horizontal space.
./Review/Bundles/ActionScript 3.tmbundle/Templates/EventDispatcher Subclass.tmTemplate/info.plist
9563
./Review/Bundles/ActionScript 3.tmbundle/Templates/Event Subclass.tmTemplate/class.as
9563
|