I've been using TopStyle Pro as an HTML editor, and it ties in nicely with CSS. One thing I miss with WeBuilder, is when you type <DIV class=" it doesn't popup with available CSS styles. Its not until you close the tag, and put the cursor in the quotes that the code inspector window opens, where you can select a CSS style.
If it can't autocomplete, (preferably as soon as you type the first double quote) then it would be nice if double clicking the 'class' text in the Inspector window should toggle through the available CSS styles.
Autocomplete on DIV tags
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
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".
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
chrisjlocke,
maybe this is a kind of workaround for you problem: I use a code snippet with a replacement token for <div>'s like: with the shortcut CTRL + SHIFT + ALT + D.
Using this, a window pops up asking me for the <div>'s class name.
maybe this is a kind of workaround for you problem: I use a code snippet with a replacement token for <div>'s like:
Code: Select all
<div id="%[Class Name]%"></div>
Using this, a window pops up asking me for the <div>'s class name.
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Handy, and a feature I've not used before. The trouble is, I've a memory like a sieve, and can't always remember the class I want. I program a lot in VB, and get used to that auto completing every other word! It was nice when TopStyle did the same thing.
Your tip will come in handy though, so thanks!
Your tip will come in handy though, so thanks!
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
Yup, you can, which is handy, but also annoying, as you have to close the tag first, then backtrack to the empty quotes, then go forward to where you were...admin wrote:Currently you can use Inspector for this because it already allows to select Class property from a list.
...but thats one minor niggle in an otherwise excellent program!

Proxy support would make it even better...
