Search found 3 matches

by Cavar
Wed Jul 10, 2013 7:44 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML Autocomplete Questions
Replies: 3
Views: 3399

Re: HTML Autocomplete Questions

Oh, and as I look at all the options listed under that Auto Replace section and I'm loving what I see. Like typing <input:text to get the following HTML: <input type="text" name="" id="" /> Not only will I have my boss buy HTMLPad for work, I will definitely be buying it for personal use as well.
by Cavar
Wed Jul 10, 2013 7:39 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML Autocomplete Questions
Replies: 3
Views: 3399

Re: HTML Autocomplete Questions

You can change these autocomplete settings as you see fit for yourself. Open Options -> Preferences -> Text Editor -> Auto Replace, find "<input" in the list and change the outcome to <input type="|" />. Same with other tags that you would like to adjust. Awesome, thanks for the tip!
by Cavar
Wed Jul 10, 2013 1:57 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML Autocomplete Questions
Replies: 3
Views: 3399

HTML Autocomplete Questions

1. For the INPUT tag then I type "<input " the tag auto-completes as "<input type="" />" and it puts the cursor focus at the end of the tag. Can the cursor focus be put inside the double quotes of the TYPE attribute? 2. When I create a SELECT tag it auto-completes and adds the NAME and ID attributes ...