0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the annoying comment indent weirdness More... over 14 years ago
WIP Reworking Language More... about 17 years ago
Updated info.plist More... about 17 years ago
Renamed "Format CSS Compressed" to "Format CSS Minified" More... about 17 years ago
outline snippet More... about 17 years ago
Simple idiom for quickly writing 'margin:0;padding:0;'. Very common. More... about 17 years ago
New CSS idiom: clearfix. Commonly used to fix the clearing of floats. More... about 17 years ago
Begin matching selectors that occur after another rule. This allows support for minified CSS More... about 17 years ago
Allow for @media rules which contain 'only'. This is necessary to support the iPhone @media selector More... about 17 years ago
CSS Idiom to add hover capabilities in IE6 More... over 17 years ago
Allow line or block comments in CSS More... over 17 years ago
New snippets for absolutely positioning top left, bottom right, etc... More... over 17 years ago
Added more cursor attribute values More... over 17 years ago
Crasher fix ( …;-moz… | …;-webkit… ), etc... had been checking the same thing over and over on a loop. Now doesn't work unless there's a space after the ; More... over 17 years ago
CSS & HTML Tests for Webkit Vendor specific CSS More... over 17 years ago
Added the official goal scopes docs for CSS More... over 17 years ago
Add -webkit-border-radius to completions Change the preview shortcut so that it doesn't clobber the normal Web Preview Window Fix the cursor snippet to keep from triggering a comment block More... over 17 years ago
Quicklook commands for CSS. Quickly previews the current hex color or css rules in an html tooltip. More... over 17 years ago
Added support for CSSEdit style groups More... over 17 years ago
Improved support for Dialog2 completions More... over 17 years ago
Added a cursor attribute menu. Added all the pseudo-classes and stuff to the selectors completion menu. More... over 17 years ago
Allow for "_" & "*" at the beginning of css properties. And then scope the entire property & value with meta.property.vendor.microsoft.trident More... over 17 years ago
Added "top left" and friends to the list of value completions More... over 17 years ago
New "CSS Selector Browser Support Reference" command for CSS Selectors which takes you to http://www.quirksmode.org/css/contents.html More... over 17 years ago
Fixed the scopes on the attribute value selectors More... over 17 years ago
Scoped the rest of the pseudo-classes, including their arguments. Added all the Selector stuff like child, preceded, etc... > + ~ Added not() pseudo-class. Made sure that EVERYTHING that begins will end when the style tag does. Changed the scope for rgb(), url(), etc... Added rgba() Invalid ranges in rgb/rgba things are now scoped as invalid. Reformatted and enhanced the rgb/rgba number scopes to be more readable/editable and added opacity as an option on the end. More... over 17 years ago
Fixed namespaced selectors to keep from breaking the attribute selectors More... over 17 years ago
New snippet that inserts folding group comments. Wraps the selection if there is one More... over 17 years ago
Fixed CSS Code Completion. Now uses the TM_COMPLETIONS style. Only one of them doesn't parse the current document and can be removed once there is a global completion command. More... over 17 years ago
"meta.property-list.css" renamed "meta.scope.property-list.css" In all the supporting stuff More... over 17 years ago