| Issue 4: | Options for disabling core features |
1 of 5
Next ›
|
| 3 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Currently the extension, for the tagWord and tagComplete commands, uses the following sources (ordered by descending priority): 1. The available abbreviations (from the Toolbox and Projects). 2. Internal snippets (from library/tagSnippets). 3. An array of existing HTML tags (+ empty and block elements, not sure in what exact order the checks are done). I can see users not wanting HTML Toolkit to use abbreviations. Or not wanting it to use the internal snippets. Disabling the third source should not be an option. So maybe there could be options for #1 and #2 (in some preferences dialog). The priority order should not change, but the user could choose to skip step #1 or step #2 or both. Options could look like this: When autocompleting tags… [x] Use the available abbreviations from the Toolbox or Projects [x] Use the built-in snippets (eg. <a href=""></a> instead of <a></a>) As a reminder, i talked about disabling another feature the other day, with options such as: When completing block-level HTML tags… [x] Leave a blank line between the start and end tags [x] … and indent that new line once BUT, i'm not saying there should be options for everything. No need for anyone (i think) to disable the CSS image hyperlink, the unobtrusive shortcut, the jumpClosingTag or wrapBlockInTags features, etc. Or there might be a need for SOME people, but definitely a tiny minority. |
||||||||||||||
,
May 08, 2009
Accepted. Once the extension is mature enough and most of the features on this Issue Tracker are implemented, a new Preferences module will be added to allow Users to customise the behaviour of each command/component.
Status: Accepted
Labels: -Priority-Low Priority-Medium |
|||||||||||||||
,
Aug 07, 2009
Any time a feature is invoked and a message is printed on the status bar, attach a link to the Preferences window. Example: HTML Toolkit: Auto-completed tag <div> (_customise auto-complete_) When a snippet is found in the toolbox, adopt same behaviour. Example HTML: Snippet <div> was found (Toolbox > Abbreviations > HTML > _div_) _..._ represents the hyperlink location.
Labels: -Priority-Medium Priority-High
|
|||||||||||||||
|
|
|||||||||||||||