Some features for Auto Complete menu

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Mi5t
Posts: 10
Joined: Tue Sep 28, 2010 11:15 pm

Some features for Auto Complete menu

Post by Mi5t »

Now, when i use autocomplete in HTMLPad, sometimes is works not perfect, for ex:

1) when i type in css editor "wid", cursor jump to "widows", but this atribute uses very-very seldom. Much often i want to type "width". So, maybe you can make auto filter - often attribs (tags) will go up, seldom - go down in auto complete list. Or just make manual set of priority.

2) when i create class "#myblock .myclass", ".myclass" - shows in autocomplete always. i think will be best to hide it, when autocomplete function calls not inside #myblock element in html editor, ex:

Code: Select all

<span class="here i can't see .myclass in autocomplete">text</span>
<div id="myblock"><span class="here i can see .myclass in autocomplete">text</span></div>
Who don't need this option - can turn it off in preferenses of programm.

3) plus, maybe you will want to make treeview of classes "#myblock .myclass" in autocomplete box, ex:

Code: Select all

+ #myblock1
+ #myblock2
- #myblock
   --.myclass
   --.myclass2
Post Reply