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 5050 460

latest revision download trunk

5050 annotated / raw | Diffs: previous, other | Lines: 219 ( +67, -4 )

Created: 2006-09-02 05:09:53 -0500 (2 years 3 months ago) | Author: msheets | Changeset: 5050

Adding new punctuation scopes to various rules.

4430 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -1 )

Created: 2006-07-19 03:03:09 -0500 (2 years 4 months ago) | Author: msheets | Changeset: 4430

Change constant.block.compact.fscript to constant.other.block.compact.fscript

4253 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -1 )

Created: 2006-07-16 08:57:09 -0500 (2 years 4 months ago) | Author: msheets | Changeset: 4253

Change dummy.symbol.ignore.fscript to meta.dummy.symbol.ignore.fscript

Dummy matches should probably be relegated to meta.dummy or just not given a scope at all.

4252 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -1 )

Created: 2006-07-16 08:54:11 -0500 (2 years 4 months ago) | Author: msheets | Changeset: 4252

Change constant.symbol.fscript to constant.other.symbol.fscript

4196 annotated / raw | Diffs: previous, other | Lines: 156 ( +1, -1 )

Created: 2006-07-14 04:22:43 -0500 (2 years 4 months ago) | Author: msheets | Changeset: 4196

Global change from constant.character.escaped to constant.character.escape, we had been split 50/50 so this brings all the languages in line with each other.

3779 annotated / raw | Diffs: previous, other | Lines: 156 ( +0, -9 )

Created: 2006-06-23 17:39:18 -0500 (2 years 5 months ago) | Author: kevin | Changeset: 3779

Remove escaped characters from double-quotes because that's a comment, not a string (F-Script)

3778 annotated / raw | Diffs: previous, other | Lines: 165 ( +18, -0 )

Created: 2006-06-23 17:18:19 -0500 (2 years 5 months ago) | Author: kevin | Changeset: 3778

Add escaped characters to the F-Script string pattern

2170 annotated / raw | Diffs: previous, other | Lines: 147 ( +6, -0 )

Created: 2005-11-17 04:53:08 -0600 (3 years ago) | Author: kevin | Changeset: 2170

Genius fix for the local variable declaration smart typing pairs problem

2165 annotated / raw | Diffs: previous, other | Lines: 141 ( +1, -1 )

Created: 2005-11-16 20:12:41 -0600 (3 years ago) | Author: kevin | Changeset: 2165

Add a couple new snippets
Fix return in empty block to work again when no params are declared

2164 annotated / raw | Diffs: previous, other | Lines: 141 ( +10, -2 )

Created: 2005-11-16 19:14:27 -0600 (3 years ago) | Author: kevin | Changeset: 2164

Tweak the return-in-block macro to work after arguments are defined

2163 annotated / raw | Diffs: previous, other | Lines: 133 ( +3, -1 )

Created: 2005-11-16 18:49:46 -0600 (3 years ago) | Author: kevin | Changeset: 2163

Twiddle deindent pattern to not deindent if text before ] on line
Allow whitespace around local variable definitions

2160 annotated / raw | Diffs: previous, other | Lines: 131 ( +65, -9 )

Created: 2005-11-16 17:02:55 -0600 (3 years ago) | Author: kevin | Changeset: 2160

Fiddle with F-Script syntax to do nifty things with blocks
Add smart typing to || at the beginning of a block
Add a few new snippets

2157 annotated / raw | Diffs: previous, other | Lines: 75 ( +75, -36 )

Created: 2005-11-16 14:36:27 -0600 (3 years ago) | Author: kevin | Changeset: 2157

Update F-Script syntax
Add new macros
Add preferences

1187 annotated / raw | Diffs: previous, other | Lines: 36 ( +1, -1 )

Created: 2005-06-13 13:22:29 -0500 (3 years 5 months ago) | Author: duff | Changeset: 1187

• corrected some incorrect regular expressions and other minor changes

1176 annotated / raw | Diffs: previous, other | Lines: 36 ( +9, -38 )

Created: 2005-06-10 19:32:32 -0500 (3 years 5 months ago) | Author: duff | Changeset: 1176

First set of files updated to latest naming trend.

Themes haven't been updated to this yet, so you may want to wait doing svn up until everything is updated.

Feel free to make corrections -- most important thing is, things that should be styled equally, should share top-name, things which shouldn't be styled equally, should not share top name. So a language should not have half a dozen keyword sub-groups but instead have storage.*, variable.*, support.*, and keyword.*.

916 annotated / raw | Diffs: previous, other | Lines: 65 ( +3, -3 )

Created: 2005-05-14 21:18:40 -0500 (3 years 6 months ago) | Author: duff | Changeset: 916

Changed all uses of \< and \> to \b. Beta 9 uses oniguruma as regular expression library and doesn't have the former. Other than that, and lack of conditions (?(n)<true>:<false>) (and different syntax for (?R)) then there shouldn't be any compatibility problems. On the positive side, oniguruma has recursive sub-groups, look-behind, is faster, and gives proper error codes for bad regular expressions!

835 annotated / raw | Diffs: previous, other | Lines: 65 ( +3, -3 )

Created: 2005-05-03 20:18:00 -0500 (3 years 7 months ago) | Author: duff | Changeset: 835

Minor changes made to rule names.

649 annotated / raw | Diffs: previous, other | Lines: 65 ( +4, -4 )

Created: 2005-04-22 03:47:20 -0500 (3 years 7 months ago) | Author: duff | Changeset: 649

Changed all names to singular form.

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

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

Moved from: trunk/F-Script.tmbundle/Syntaxes/F-Script.plist 612

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

612 annotated / raw | Diffs: previous, other | Lines: 65 ( +1, -0 )

Created: 2005-04-21 02:08:56 -0500 (3 years 7 months ago) | Author: duff | Changeset: 612

Moved to: trunk/Bundles/F-Script.tmbundle/Syntaxes/F-Script.plist 622

• Added scopeName key to all languages. Most of them as source.<filename>.
• Added a language for plain text files, currently just markups bullet points (so I can continue these on 'enter' using a scoped snippet).
• Added a new “firstLineMatch” key to Perl, Ruby, and Shell languages.
• The C/Objective-C languages use the scopeName in their include directives, this doesn't work for beta 5.
• Ruby now includes “source.ruby” when using #{ ... } in strings.
• Added capture names to a few languages (objective-c methods, though it's not very consistant, we'll need to discuss how to split up functions and name the various parts).
• Removed plist filetype from XML, assuming that people loading a plist into a text editor would generally use the old-style format.

465 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2005-03-10 17:56:41 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 465

Add nil to the list of keywords

464 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2005-03-10 17:53:55 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 464

Add YES and NO to keywords list

463 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2005-03-10 17:20:01 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 463

Modify compact block matching:
* Underscore can start the block name
* Colon can be in the block name after the first char

462 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2005-03-10 15:50:27 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 462

Add support for exponents to F-Script numbers

461 annotated / raw | Diffs: previous, other | Lines: 64 ( +2, -2 )

Created: 2005-03-10 15:38:48 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 461

Add more operators for compact block matching
Rename selector.fscript to block.compact.fscript

460 new annotated / raw | Lines: 64 ( +64, -0 )

Created: 2005-03-10 15:06:16 -0600 (3 years 8 months ago) | Author: kevin | Changeset: 460

Add initial F-Script syntax definition

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:57 -0600