.
.   
NEdit.org
   .

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

Find line > 80 chars

[Back]

This requires NEdit 5.0.2 or higher.

flag = 0
while ( flag != 1 )
{
  end_of_line()
  if ( $column > 80 )
  {
    beginning_of_line("extend")
    flag = 1
  }
  else
  {
    beginning_of_line()
    beginLine = $cursor
    process_down()
    if( $cursor == beginLine )
      return
  }
}
[Back]

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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.