Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.sao.ru/hq/sts/linux/doc/nedit/macro/1/1-26.shtml
Дата изменения: Unknown
Дата индексирования: Sat Sep 11 22:15:15 2010
Кодировка:

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

.
.   
NEdit.org
   .

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

Swap two words

[Back]

This is a small macro for swapping two words. Simply highlight the first word, and this macro will swap it with the next, i.e. first second will become second first.

cut_clipboard()
delete_next_character()
forward_word()
paste_clipboard()
insert_string(" ")
It's very rudimentary, and assumes the words are separated by a space. But it works.

[Back]


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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.