CIA.vc
TextMate Bundles
Real-time open source activity stats
Stats » Projects » TextMate Bundles
informationsyndicateUTC clock
00:04 on Jul 30, 2010
event counters
The last message was received 1.04 months ago at 16:51 on Jun 28, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 5 messages last month
10339 messages since the first one, 5.07 years ago, for an average of 4.29 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
16:51 on Jun 28TextMateBundles
Commit by pmoura :: r11947 /trunk/Bundles/Logtalk.tmbundle/Syntaxes/Logtalk.plist:
Added syntax coloring support for the de facto standard built-in predicates retractall/1, ground/1, keysort/2, sort/2, and numbervars/3. Added syntax coloring for the e/0 and pi/0 as de facto Prolog standard built-in arithmetic functions.
#
22:15 on Jun 15TextMateBundles
Commit by pmoura :: r11946 /trunk/Bundles/Logtalk.tmbundle/ (2 files in 2 dirs):
Added syntax coloring support for the de facto standard built-in predicates callable/1 and compare/3.
#
21:32 on Jun 14TextMateBundles
Commit by bibiko :: r11945 /trunk/Bundles/R.tmbundle/Support/ (lib/help.markdown tmR.rb):

• Hyperlinking of the outputted leading prompt causes erroneous multi-line string declarations defined inside a R script, thus it's disabled as default. To switch it on, eg for debugging, you can set TM_RMATE_ENABLE_LINECOUNTER to '1'.

  • thanks to Berend Hasselman for pointing it out
#
13:37 on Jun 10TextMateBundles
Commit by tbates :: r11944 /trunk/Review/Bundles/Wikidot.tmbundle/Commands/Text-->table.tmCommand:
fixed text to table
#
15:12 on Jun 09TextMateBundles
Commit by urbanose :: r11943 /trunk/Bundles/JSON.tmbundle/Syntaxes/JSON.tmLanguage:
Fixed little grammar bug where the fractional part of a number was required when written in an exponential form (i.e.: a number like 1e10 was considered as invalid and required to be written as 1.0e10).
#
21:25 on May 25TextMateBundles
Commit by msheets :: r11942 /trunk/Bundles/LilyPond.tmbundle/:
#
16:09 on May 16TextMateBundles
Commit by Soryu :: r11941 /trunk/Support/lib/web_preview.rb:
[FIXED] Inclusion order of print stylesheet. The order now for e.g. the Markdown bundle:
1. Support/themes/default/print.css
2. Bundles/markdown.tmbundle/Support/css/default/print.css
3. Themes/Webpreview/print.css

So that user specific rules from Themes can override Bundle specific rules (though one could make a case that it should be the other way around) and those can override the default rules.
#
16:05 on May 16TextMateBundles
Commit by Soryu :: r11940 /trunk/Support/themes/default/print.css:
[CHANGED] Print stylesheet for web preview: Remove underlining of links. Links will now be bold and have a brown/dark orange color. See http://www.alistapart.com/articles/goingtoprint/ for reference.
#
19:42 on May 09TextMateBundles
Commit by msheets :: r11939 /trunk/Bundles/HTML.tmbundle/:
#
18:34 on May 09TextMateBundles
Commit by msheets :: r11938 /trunk/Bundles/MIPS.tmbundle/:
#
17:03 on May 09TextMateBundles
Commit by msheets :: r11937 /trunk/Bundles/C++ Qt.tmbundle/:
#
17:26 on May 08TextMateBundles
Commit by msheets :: r11936 /trunk/Bundles/GetBundle.tmbundle/:
#
18:20 on May 07TextMateBundles
Commit by msheets :: r11935 /trunk/Bundles/Transmit.tmbundle/ (4 files in 3 dirs):
Move applescript in with the others.
#
18:13 on May 07TextMateBundles
Commit by msheets :: r11934 /trunk/Bundles/Transmit.tmbundle/ (4 files in 2 dirs):
Add support for Transmit 4.0 by splitting script in two parts.
#
01:39 on May 07TextMateBundles
Commit by msheets :: r11933 /trunk/Bundles/PHP.tmbundle/:
#
21:01 on May 06TextMateBundles
Commit by msheets :: r11932 /trunk/Bundles/TextMate.tmbundle/Commands/ (2 files):
Change Insert Snippet shortcut to ⌃⌥S and remove the shortcut from Record Snippet. Closes #1
#
19:46 on May 06TextMateBundles
Commit by msheets :: r11931 /trunk/Bundles/Transmit.tmbundle/info.plist:
Reorder menu items.
#
19:46 on May 06TextMateBundles
Commit by msheets :: r11930 /trunk/Bundles/Transmit.tmbundle/ (2 files in 2 dirs):
Update Help command for Transmit 4.0
#
20:23 on Apr 19TextMateBundles
Commit by duff :: r11929 /trunk/Support/bin/ (html_man.sh man2html):

Minor improvements to html man.

  • Use $TMPDIR when available.
  • Capture stderr from man2html so these are shown incase of error (not ideal, but better than blank page).
  • Remove the third legacy script path argument — this was required back when JS executions did not have the TM_SUPPORT_PATH environment variable.
#
20:15 on Apr 19TextMateBundles
Commit by duff :: r11928 /trunk/Support/bin/man2html:

Improvements to man htmlification from Eric O’Connell.

  • Added a static header which contains the page name plus the “Jump to Section” pop-up.
  • Added a “See Also” pop-up. This contains all references from the current manual page.
#