Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-33.shtml
Дата изменения: Unknown
Дата индексирования: Fri Dec 28 20:27:40 2007
Кодировка:

Поисковые слова: trees
NEdit.org

.
.   
NEdit.org
   .

Home
 - News - Download - Documentation - Search - FTP     
.
.
  

Convert text to HTML list

[Back]

Requires selection

d = dialog("List type:", "Bulleted", "Numbered")
replace_in_selection ("(^.*$)", "    <LI>&", "regex")
selection = get_selection()
if (d == 1)
   replace_selection("<UL>\n" selection "</UL>")
else
   replace_selection("<OL>\n" selection "</OL>")
deselect_all()
[Back]

. Released on  Wed, 21 Nov 2001  by C. Denat  

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.