complete autocomplete (like TopStyle)
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".
complete autocomplete (like TopStyle)
I really like what you're doing with WeBuilder. What would help myself and hopefully others is a more complete autocomplete functionality for CSS. In TopStyle it not only autocompletes on properties (like WeBuilder) but also on values (which is very helpful).
The other input is on the search box. The default options don't work well for me and I'd like to them to be persistent when I close the search and open it again. Failing that, the ability to configure the search defaults would probably work as well.
Thanks for listening and let me know if you have any questions!
kind regards,
-raymond
The other input is on the search box. The default options don't work well for me and I'd like to them to be persistent when I close the search and open it again. Failing that, the ability to configure the search defaults would probably work as well.
Thanks for listening and let me know if you have any questions!
kind regards,
-raymond
I am not quite sure why do you think that auto-complete is not available for CSS values.
And also Find window should remember the last search options
. Please specify what seems to be non-persistent.
If you press Ctrl-Space now, a list would pop up. Or did you mean something else?a{
background: |;
}
And also Find window should remember the last search options

Thank you for your cooperation.
Well, seems that there is a minor bug we would like to correct. If there is a space after the cursor (and no semicolon in the line), the list actually pops-up.
However, as this is not a sever 'bug', we can only promise to correct this within one month as the next three weeks will be quite busy for me.
Well, seems that there is a minor bug we would like to correct. If there is a space after the cursor (and no semicolon in the line), the list actually pops-up.
However, as this is not a sever 'bug', we can only promise to correct this within one month as the next three weeks will be quite busy for me.
Auto Complete and semicolon
Hi.
In auto complete mode there's a semicolon inserted automatically at the end of the line.
Maybe it would be better to make this feature optional or even forget about it at all. It is easier and faster to press semicolon on the keyboard than right arrow for example (especially while inserting many selector properties one by one in css). You can also try it in Dreamweaver to see exactly what I mean.
Regards,
Rem.
In auto complete mode there's a semicolon inserted automatically at the end of the line.
Maybe it would be better to make this feature optional or even forget about it at all. It is easier and faster to press semicolon on the keyboard than right arrow for example (especially while inserting many selector properties one by one in css). You can also try it in Dreamweaver to see exactly what I mean.
Regards,
Rem.
Re: Auto Complete and semicolon
Even better behaviour: insert semicolon at the end of the line, but also move the caret AFTER the semicolon.rem wrote:Hi.
In auto complete mode there's a semicolon inserted automatically at the end of the line.
Maybe it would be better to make this feature optional or even forget about it at all. It is easier and faster to press semicolon on the keyboard than right arrow for example (especially while inserting many selector properties one by one in css). You can also try it in Dreamweaver to see exactly what I mean.
Regards,
Rem.
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: Auto Complete and semicolon
I dream of it often. The problem is with selectors that allow multiple values - like border or background. It would be troublesome if it put the caret after the semicolon too soon on these. I'm sure there are more. I guess it would mean the team would have to build up an exclusion list. I'm not sure if the overhead would be worth it. How do other editors handle it?Charybdis wrote: Even better behaviour: insert semicolon at the end of the line, but also move the caret AFTER the semicolon.
I wonder if a shortcut/command would be the answer. Like a 'start next declaration' command that could be triggered from anywhere on a line. ctrl+enter maybe? I think read a post from karlis that the css new line stuff was being changed around in an upcoming release. Good time to slip it in?

Will
Re: Auto Complete and semicolon
Thanks for comments. I was afraid that nobody cares about it.
So, how about making this feature optional for the moment? It should be good enough for those who like it and also for those who don't. Shortcut command idea could be good solution too (starting new declaration with 'ctrl+enter' for example).
Anyway, meantime I found walk around for guys who don't like auto semicolons. Just type everything like you didn't see any 'auto semicolon' (simply insert semicolon manually). Then there is always one extra semicolon (this automatic one) running just after the caret. You can leave it at the last line or whatever. For me it's working fine.
Regards,
Rem.
So, how about making this feature optional for the moment? It should be good enough for those who like it and also for those who don't. Shortcut command idea could be good solution too (starting new declaration with 'ctrl+enter' for example).
Anyway, meantime I found walk around for guys who don't like auto semicolons. Just type everything like you didn't see any 'auto semicolon' (simply insert semicolon manually). Then there is always one extra semicolon (this automatic one) running just after the caret. You can leave it at the last line or whatever. For me it's working fine.
Regards,
Rem.
Actually you guys seem to speak quite reasonably 
I believe there should not be too many obstacles to improve the auto-complete for css so that keeps cursor before ";" for a small number of properties, but for the rest it would place it after ";".
The question is if this list of properties can be defined and everybody more or less would agree with it.
Otherwise, we could simply remove the semicolon or maybe (Karlis will hate me for this
)make this as an option.
Also, I think we could improve auto-complete if there is missing ";".
If we get more votes for improving this feature, I think Karlis will assign some resources to this. So anybody else?

I believe there should not be too many obstacles to improve the auto-complete for css so that keeps cursor before ";" for a small number of properties, but for the rest it would place it after ";".
The question is if this list of properties can be defined and everybody more or less would agree with it.
Otherwise, we could simply remove the semicolon or maybe (Karlis will hate me for this

Also, I think we could improve auto-complete if there is missing ";".
If we get more votes for improving this feature, I think Karlis will assign some resources to this. So anybody else?

- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
not thinking about it too much, seems like just removing the ";" altogether is the simplest. Not sure if it's the best. I often end up with two ";;" anyway because it's so automatic for me to add a semicolon to the end of each line.
And Gatis, if your boss doesn't hate you every once in a while, you're not earning your money.
And Gatis, if your boss doesn't hate you every once in a while, you're not earning your money.
