0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved command options into the preferences. Now ready for the command to be replaced by a single global command. Removed tagname escape completions since they didn't work. More... over 18 years ago
Removed deprecated direct plist access in code completions Added new html tag completions, limited to tagnames inside html tags Added known html attribute name completions limited to inside html tags More... over 18 years ago
Added .ctp extension, used in CakePHP 1.2. More... over 18 years ago
Add Input with Label, Fieldset, Option and Select tag snippets, sent in by Torsten Walter. More... over 18 years ago
Updated Flash drop command to allow for multiple files More... almost 19 years ago
Tweak the scopes to better handle non-html documents. Also updated the completion lists a bit More... almost 19 years ago
New Drag commands for inserting urls and hrefs into existing tags depending on scope More... almost 19 years ago
Make regex match respect self-closing uppercase tags, change from Hans-Jörg Bibiko. More... almost 19 years ago
Rewrite to support more browsers and multiple instances of a browser at one time. Also adds back support for Firefox. More... almost 19 years ago
• update «tag name» → URI mapping (a few tags were missing due to an unexpected line break in the page scraped to generate the map) More... almost 19 years ago
• update my email address (from a throw-away address to something a little more permanent) More... almost 19 years ago
• update other uses of niutil/dscl to TM_FULLNAME More... almost 19 years ago
• use TM_FULLNAME instead of TM_USERNAME in all templates and remove the setup of TM_USERNAME from the template script/helper More... almost 19 years ago
Improved HTML Tidy command with error handling More... almost 19 years ago
Never close self-closing tags More... about 19 years ago
• Revise php tag matching in HTML and PHP grammars. • Add back Special: Return Between PHP Tags. • Replace Special: Return Inside an Empty Tag. More... about 19 years ago
• remove ‘apos’ as a named entity, since this is only valid in XML (and thus XHTML) but not actually HTML More... about 19 years ago
Removing the short PHP tag from firstLineMatch until we can confirm behaviour More... about 19 years ago
Added <\?(?i:php)? to the firstLineMatch for HTML documents – hoping the <? doesn’t conflict with anything else, I checked XML. More... about 19 years ago
Scope a little too broad with just "entity.name.tag", changed to "text.html entity.name.tag". More... about 19 years ago
[NEW] Context Sensitive HTML Attribute Code Completion. Place your caret inside an HTML tag and hit option-escape to show a list of html attributes that are relevant for that tag. Select one to insert it. More... about 19 years ago
Changed the keystroke to option-escape to stay inline with all the other completion stuff. You can manually set it to space yourself if you'd prefer More... about 19 years ago
Removing an errant tab trigger More... about 19 years ago
Support uppercap tagnames with UPPER and TitleCase attributes, where applicable More... about 19 years ago
NEW Context Sensitive HTML attribute completion. Bound to space when your caret is just before the last > in the opening tag. More... about 19 years ago
Included " />" as punctuation.definition.tag.html for inline tags. Needed to be able to scope commands for the last position inside the tag More... about 19 years ago
Reverted change since nobody (IE: me) remembers what it was supposed to fix :'( More... about 19 years ago
Don't fold or indent on <!--> comments More... about 19 years ago
• use e_sh for shell-escaping rather than wrapping the argument in single-quotes (which is not the way to safely escape stuff for shell interpretation) More... about 19 years ago
Quote path to executable include More... about 19 years ago