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 2180 70

latest revision download trunk

2180 deleted | Diffs: previous, other | Lines: 0 ( +0, -22 )

Created: 2005-11-17 17:41:01 -0600 (3 years ago) | Author: duff | Changeset: 2180

• removed two bundles which I consider replaced by “default” stuff

For UnComment, it's the Toggle Comment script (Source bundle), which though not having as many features as the original script, works with scopes and thus support mixed documents and distributed configuration of comment characters.

2038 annotated / raw | Diffs: previous, other | Lines: 22 ( +0, -3 )

Created: 2005-10-28 15:31:46 -0500 (3 years 1 month ago) | Author: duff | Changeset: 2038

• move Defaults typing pairs to Text bundle
• move the Show TM_* Variables to the TextMate (meta) bundle
• make the Word Count use thousand separators and show counts right aligned
• remove the insert filename snippet

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

Created: 2005-10-28 15:16:26 -0500 (3 years 1 month ago) | Author: duff | Changeset: 2037

• cleanup snippet part of Source bundle

2007 annotated / raw | Diffs: previous, other | Lines: 27 ( +1, -4 )

Created: 2005-10-25 19:35:42 -0500 (3 years 1 month ago) | Author: duff | Changeset: 2007

• re-ordered, re-named, and re-wrote a lot of this

Next build gives one-click access to “current” bundle from the status line, so we can no longer rely on the inconsistent naming and chaotic structure to go unnoticed ;)

1824 annotated / raw | Diffs: previous, other | Lines: 30 ( +1, -1 )

Created: 2005-09-23 06:51:02 -0500 (3 years 2 months ago) | Author: duff | Changeset: 1824

• a better duplicate line (duplicates the selection, if there is one)

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

Created: 2005-09-01 16:32:12 -0500 (3 years 3 months ago) | Author: duff | Changeset: 1663

• minor changes and commit of info.plist -- be wary of merge conflicts!

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

Created: 2005-05-28 17:04:09 -0500 (3 years 6 months ago) | Author: jeroen | Changeset: 1104

- Small bugfix again to the Python Syntax
- Another small bugfix to the python command
- Small fix to the iPlastic Colorset.

- And finally something I always wanted to have in TextMate: proper completion for python modules, written purely in Python!
If you want to use it, add the following setting to the Python Settings with scope source.python:
{
completionCommand = '"${TM_SUPPORT_PATH}/bin/pythonCompletion.py" -w $TM_CURRENT_WORD -l $TM_CURRENT_LINE -c $TM_COLUMN_NUMBER -f $TM_FILEPATH';
  disableDefaultCompletion = 1;
}
First one will be a bit slow, because it needs to compile, after that it should be faster.

Limitation:
It can only complete things that have the proper library name prefixed (so don't use "from library import *", but use "import library", which is the preferred way anyway AFAIK). And if it can't find the library, it will fall back on searching through the current (saved!) file.

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

Created: 2005-04-21 02:58:34 -0500 (3 years 7 months ago) | Author: duff | Changeset: 623

Moved from: trunk/Defaults.tmbundle/info.plist 608

Also moved the defaults bundle.

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

Created: 2005-04-19 14:56:04 -0500 (3 years 7 months ago) | Author: kumar | Changeset: 608

Moved to: trunk/Bundles/Defaults.tmbundle/info.plist 623

* reintroduced that "keep open" option for the List command ... this will keep the list open as you open files
* added a hack for diff file navigation.  I just needed a way to navigate huge rdiff files ... maybe someone can help make this a little flexible

569 annotated / raw | Diffs: previous, other | Lines: 28 ( +2, -2 )

Created: 2005-04-05 22:50:19 -0500 (3 years 7 months ago) | Author: kumar | Changeset: 569

breaking apart Special Items scripts into a package

544 annotated / raw | Diffs: previous, other | Lines: 28 ( +3, -0 )

Created: 2005-04-04 11:20:15 -0500 (3 years 8 months ago) | Author: kumar | Changeset: 544

* HTML Special Items List / function nav thing is now mouse-free! (thanks Max)
* added focus on Special Items list for the current function/class/entity you are in
* cleaned up PHP code on Special Items List for faster display (someday this will happen in Python for optimization)
* added window.close() to Special Items Popup
* added sortable commands
* commands now look for $TM_PYTHON if you have a custom Python binary you want to use for any reason

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

Created: 2005-03-30 21:51:03 -0600 (3 years 8 months ago) | Author: kumar | Changeset: 540

Added smart escape-quote macros which do the same as smart typing quotes, except they are escaped.  Useful to any language that uses quoted strings ;)

487 annotated / raw | Diffs: previous, other | Lines: 23 ( +2, -1 )

Created: 2005-03-15 09:56:02 -0600 (3 years 8 months ago) | Author: eric | Changeset: 487

Adding Max's HTML List output for the Special Items/Functions/Entities listing.

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

Created: 2005-03-14 21:11:24 -0600 (3 years 8 months ago) | Author: kumar | Changeset: 483

* simplified the SortableEntities integration putting all "handling" back into one handler
* removed a duplicate CSS entity handler (CSS still works)

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

Created: 2005-03-14 15:20:35 -0600 (3 years 8 months ago) | Author: kumar | Changeset: 481

Sorry for the inconvenience, I removed the default key equivalent for Function/ Entity Nav and Special Items Popup.  I realized that key equivalents are prime real estate and this should be left up to the users (i.e. make a copy of a command and place it in Custom if you want to map to a key equivalent).

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

Created: 2005-03-12 19:27:38 -0600 (3 years 8 months ago) | Author: eric | Changeset: 467

First draft of a hack that relies on the "find entities" script and formats the result as an HTML popup list of functions/special-items. Selecting an item jumps to that spot in the file.

456 annotated / raw | Diffs: previous, other | Lines: 21 ( +1, -8 )

Created: 2005-03-09 16:11:55 -0600 (3 years 8 months ago) | Author: kumar | Changeset: 456

Added a Function/ Entity Nav command.  You probably remember this from the TM lists -- all the BBEdit switchers asking "Where is the function nav??".  One of those discussions led to some fancy grep commands getting passed around so I took it upon myself to release one that is a little more flexible (this time as a Python script).

It should be very easy to add new language handlers, so please be my guest (you will see in the code).  I have only included Python (.py) and PHP (.php, .inc) support.

Also I wasn't sure where to put it so temporarily I filed it under Defaults.

450 annotated / raw | Diffs: previous, other | Lines: 28 ( +9, -1 )

Created: 2005-03-08 14:32:29 -0600 (3 years 8 months ago) | Author: duff | Changeset: 450

Removed macro and added it as a snippet. Though not sure it's super useful ;)

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

Created: 2005-01-31 20:31:31 -0600 (3 years 10 months ago) | Author: duff | Changeset: 166

JavaScript syntax by Caio Chassot.

Tags: release_1.1b4 release_1.1b5

163 annotated / raw | Diffs: previous, other | Lines: 22 ( +3, -11 )

Created: 2005-01-31 19:33:51 -0600 (3 years 10 months ago) | Author: duff | Changeset: 163

Added Anders Thid to README.

129 annotated / raw | Diffs: previous, other | Lines: 30 ( +20, -0 )

Created: 2005-01-24 14:31:47 -0600 (3 years 10 months ago) | Author: duff | Changeset: 129

Moved web searches to own bundle.

Tags: release_1.1b3

70 new annotated / raw | Lines: 10 ( +10, -0 )

Created: 2005-01-09 04:36:22 -0600 (3 years 10 months ago) | Author: duff | Changeset: 70

Added UUID to each bundle.

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