0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected about 1 year ago.
Dec 12, 2022 — Dec 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated editor.js with methods to guess the tags casing, attributes casing, quotes style used and DOCTYPE. googleLink.js, breakingLine.js and wrapBlockInTag.js were updated to make use of these new methods. More... over 15 years ago
Replaced local use of bundle with $toolkit.l10n More... over 15 years ago
Removed DTD used for testing purposes. More... over 15 years ago
Added HTML escape to googleLink.js Added check for whitespace in googleLink.js Added option to restore selection in googleLink.js Fixed bug in wrapBlockInTag.js which is related to Komodo's handling of zero-width tabstops. More... over 15 years ago
Added support for Ctrl+Enter to insert <br /> Same issues as with googleLink.js - need to figure out casing and look at DOCTYPE More... over 15 years ago
Issue 8 SUPPORTS: Making automatic hyperlinks Initial draft version that needs some polishing, but should have the basics covered. More... over 15 years ago
Issue 2 FIXES: Wrap block in tags: what about attributes in the opening tags? More... over 15 years ago
Issue 7 FIXES: Non-breaking space in XML More... over 15 years ago
Issue 5 FIXES: Don't trigger jumpClosingTag at the beginning of a line? More... over 15 years ago
BUGTRAQ integration with Google Code. More... over 15 years ago
Added Windows and Mac support for `panel` element /instead of using `tooltip`/ More... over 15 years ago
Updated TODO list. More... over 15 years ago
Reviewed changes by Florent in rev.20+21 More... over 15 years ago
Updated tags lists (empty, block) in docs, and src/content/scripts/htmlUtils.js accordingly. Added/modified two or three snippets. More... over 15 years ago
Tentatively fixes a problem with the preview tooltip on Linux. Now works fine on Linux. Needs testing on Windows and OS X. More... over 15 years ago
Removed properties prefix from localisation files. Moved all images under skin/classic/images Implemented CSS Image Preview hyperlink. More... over 15 years ago
Updated htmlUtils.js with list of known HTML elements as described in notes. Disabled autocomplete for unknown HTML tags. More... over 15 years ago
Moved CONTRIBUTORS to /trunk Improved TAB handling within wrapBlockInTag.js Removed $toolkit.command.onKeyUp in favour of $toolkit.command.onKeyEvent(type) More... over 15 years ago
Added a full list of existing HTML tags (HTML 4 + HTML 5 draft) -> docs. Modified a few snippets. Added 20+ snippets, still needs some work. More... over 15 years ago
Added extra check to make sure another wrapping is not already in progress. More... over 15 years ago
Added support for localisation in Tookit. Removed `skipCommand` check in favour of `registerAll` Added new method `initialize` which commands may implement to register events on inclusion. Added support for Shift+Tab to jump before a closing tag. Implemented wrapBlockInTag.js Upped version to 0.7 Added new debug module with alert_r and print_r included. More... over 15 years ago
Updated with 'return true;' statements when command is successful. Updated library.js to always prepend snippet keys (avoids conflicts with properties such as length) Fixed bug in regexp.js/match(...) - OR patterns were not constructed properly. Implemented wrapBlockInTag.js. Planning to integrate markers to restore selection after tabbing away from tabstop. More... over 15 years ago
Implemented optional command controller with default and customisable key bindings Refactored tagWord.js to use new broadcaster controller Refactored htmltoolkit.js to use io.js to obtain a list of all commands (optional skipCommand = true can be used to exclude a command) Excluded tagComplete.js call to library.getTagSnippet(...) in XML documents Fixed <select> library tag snippet More... over 15 years ago
Removed ghost file. More... over 15 years ago
Updated with Django and RHTML support (http://community.activestate.com/forum/html-toolkit#comment-8889) Moved hard-coded library snippets to content/library/ Updated version to 0.6.5 Converted EOL to Unix (\n) More... over 15 years ago
Added missing `view` object. More... over 15 years ago
Implemented quick-undo. More... over 15 years ago
Added newLine.js, tagComplete.js and tagWord.js. Refactored commands to use this. instead of prototype's. Fixed return issue in library.js. More... over 15 years ago
Fixed line endings - converted to Unix (\n) No functional change. More... over 15 years ago
Implemented $toolkit.regex and $toolkit.commands.jumpClosingTag. More... over 15 years ago