Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 10164 42

latest revision download trunk

10164 deleted | Diffs: previous, other | Lines: 0 ( +0, -33 )

Created: 2008-07-05 02:48:33 -0500 (4 months 30 days ago) | Author: msheets | Changeset: 10164

Preparing to move in updated branch.

3648 annotated / raw | Diffs: previous, other | Lines: 33 ( +1, -1 )

Created: 2006-06-13 21:52:10 -0500 (2 years 5 months ago) | Author: duff | Changeset: 3648

Copied (2 times):

• remove mention of tab trigger from the name

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

2928 annotated / raw | Diffs: previous, other | Lines: 33 ( +2, -6 )

Created: 2006-03-31 20:46:15 -0600 (2 years 8 months ago) | Author: duff | Changeset: 2928

• capitalize all snippet names
• remove the j-prefix from tab triggers
• try to harmonize, simplify, and fix the snippets

Sorry to people who used them in the current form, they may not like the changes. But I think this is better for the new user. You can always checkout the revision before this one if you want to stick with the old snippets.

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

2110 annotated / raw | Diffs: previous, other | Lines: 37 ( +10, -10 )

Created: 2005-11-09 12:32:17 -0600 (3 years ago) | Author: blalor | Changeset: 2110

• Added macro for wrapping a selection in an if block
• Update bean snippet to require less typing on the part of the user
• Various updates to the syntax for correctness.
   -- now sets scope properly for classes
   -- less greedy (but only slightly) scope for constructors
   -- excessively-modified methods, classes and constructors now have scope set properly for all modifiers
Thanks to Eridius for the modifier regexp help.

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

1408 annotated / raw | Diffs: previous, other | Lines: 37 ( +1, -1 )

Created: 2005-08-02 12:22:37 -0500 (3 years 4 months ago) | Author: duff | Changeset: 1408

• removed shift-cmd-B as key equivalent, since this is used for Select Block

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

763 annotated / raw | Diffs: previous, other | Lines: 37 ( +2, -0 )

Created: 2005-04-27 13:07:13 -0500 (3 years 7 months ago) | Author: torsten | Changeset: 763

Rails:
• Added source.ruby.rails scope the the snippets were it made sense.
• Removed a duplicated snippet. (logging)
• Changed the names of the Rails methods to keyword.function.rails.*.ruby instead of keyword.function.(actionpack|activerecord).rails.ruby

Java:
• Added scope to the most snippets, because it didn't happen till now.

NOTE: The most snippets are prefixed with a j, I didn't changed this to not break any coding habbits, but i wanted to note that thits could be changed now because wo have scopes.

Quake:
• Just some basic ready making for some upcoming stuff. :)

Ruby:
• Simplified the syntax checker.
• Removed the scope from 'Execute Line with Ruby' and 'Start up IRB' because this is stuff, I usually use from every scope and want to do this futher.
• Reworked the declaration.function pattern to catch all possible method names and also to include source.ruby in the arguments to color numbers and regex, etc corretly.  This just has 2 problems:
a) Cant find function-arguments, because i dont know how to name whats between begin and end
b) if you enter a ) in the arguments the match gets aborted to early, one could prewent this with a recursive swallow, but this doesn't perform very well on my machine so I left it to now slow down everything.

Subversion:
• Imported a basic Revert, more to come in the next days.

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

622 new/moved annotated / raw | Diffs: previous, other | Lines: 35 ( +35, -0 )

Created: 2005-04-21 02:41:17 -0500 (3 years 7 months ago) | Author: duff | Changeset: 622

Moved from: trunk/Java.tmbundle/Snippets/bean setter and getter.plist 238

Moved all bundles. I'm not sure what happens if you do “svn up” and you have modified stuff inside one of the bundles.

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

238 annotated / raw | Diffs: previous, other | Lines: 35 ( +10, -10 )

Created: 2005-02-11 07:32:47 -0600 (3 years 9 months ago) | Author: blalor | Changeset: 238

Moved to: trunk/Bundles/Java.tmbundle/Snippets/bean setter and getter.plist 622

• added command to HTMLify ant output; needs to be improved to not buffer
 entire output before regurgitating.
• updated bean snippet to be a little more friendly
• modified JCL field to be "log" instead of "logger"
• renamed java syntax to "Java"

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

174 annotated / raw | Diffs: previous, other | Lines: 35 ( +2, -4 )

Created: 2005-02-01 08:07:27 -0600 (3 years 10 months ago) | Author: blalor | Changeset: 174

reworked syntax highlighting in Java bundle, primarily to get the full
complement of reserved words.  I'm not done with the colors, but I
wanted to get these changes in...

Tags: release_1.1b5

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

61 annotated / raw | Diffs: previous, other | Lines: 37 ( +2, -0 )

Created: 2005-01-05 06:44:27 -0600 (3 years 10 months ago) | Author: duff | Changeset: 61

Each macro, snippet, and command now has a UUID. Also removed the bundlePath property in those items which had one.

Tags: release_1.1b3 release_1.1b4

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

55 new/moved annotated / raw | Diffs: previous, other | Lines: 35 ( +35, -0 )

Created: 2005-01-02 08:36:58 -0600 (3 years 11 months ago) | Author: blalor | Changeset: 55

Moved from: trunk/Java.tmbundle/Snippets/010 bean setter and getter.plist 50

updated Java bundle with snippets, commands and ideas from lang@langriley.com.

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

50 annotated / raw | Diffs: previous, other | Lines: 35 ( +2, -0 )

Created: 2005-01-02 07:32:20 -0600 (3 years 11 months ago) | Author: blalor | Changeset: 50

Moved to: trunk/Java.tmbundle/Snippets/bean setter and getter.plist 55

made snippets mode-restricted

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

42 new annotated / raw | Lines: 33 ( +33, -0 )

Created: 2004-11-30 17:48:52 -0600 (4 years ago) | Author: blalor | Changeset: 42

re-importing from bunsen

Properties

 svn:keywords = "Id URL Rev"
 svn:mime-type = text/plain

Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.5 Build:build-dev18790 2008-08-11 ) - Administration - Page generated 2008-12-04 16:10 -0600