Shortcut to create a list item

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
mandy
Posts: 6
Joined: Thu Jun 05, 2008 6:03 am

Shortcut to create a list item

Post by mandy »

I would love to have a shortcut (either right-click or keyboard) to create a list item from a block of text. IE: highlight a line, do the shortcut, and voila the line will be wrapped in <li></li> tags. Currently there are only shortcuts in HTMLPad to create an entire list (including the <ul> or <ol> wrapper) from a block of text... I need a shortcut that will create a list item ONLY. Any chance of getting this in the next release? ;-)
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Shortcut to create a list item

Post by chrisjlocke »

I thought your initial request was to highlight a block of text, and wrap them all up individually in <li> tags. If you want to click on each line individually, then you can simply create a snippet. Just add <li> before the caret and </li> after. Assign to a keyboard shortcut. Highlight one line and press the shortcut.

Image
mandy
Posts: 6
Joined: Thu Jun 05, 2008 6:03 am

Re: Shortcut to create a list item

Post by mandy »

Awesome... I didn't even know you could do snippets in HTMLPad. Thank you!!!
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Shortcut to create a list item

Post by chrisjlocke »

Yup, the web editors (Rapid CSS, HTMLPad, Rapid PHP and of course WeBuilder) do.

http://www.blumentals.net/htmlpad/compare.php
.

(/advertising mode off! ;))
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: Shortcut to create a list item

Post by notuo »

Hi all.

Time ago I mentioned something like this in this post: http://forums.blumentals.net/viewtopic. ... 7411#p7411

Maybe the team can review once more. But for now, I think this is at least half the way you need (or I misunderstood the request)

Regards
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Shortcut to create a list item

Post by chrisjlocke »

This request was first posted in the support forum where I cooked up a quick application to create HTML code for lists. A quick mod to this could be used to create paragraphs instead. Will update it later. :)

Again, its not a great 100% solution, but still handy. Maybe... ;)
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: Shortcut to create a list item

Post by notuo »

Thanks for that piece Chris.

The code may be share with the team don't you think? :mrgreen:

Regards
Post Reply