Project

General

Profile

Cline » History » Revision 6

Revision 5 (Per Amundsen, 08/10/2014 03:46 AM) → Revision 6/20 (Per Amundsen, 08/10/2014 03:47 AM)

_Added in 1.9.3_ 

 */cline [-hlmr] [-hl] [c] <@name> <N>* 

 Changes the color of the Nth line to color [c]. 

 If [c] is not defined, the line will be reset to default color. 

 *Switches* 

 -h - TODO 
 Highlights the window's node in the treebar if the window is minimized  
 -l - TODO 
 -m - TODO 
 -r - TODO 

 Specify the action to take place on the side-listbox  

 *Parameters* 

 [c] - Optional line color. 
 <@name> - Custom window name. 
 <N> - Line number to color. 


 

 *Example* 
 <pre> 
 alias example { 
   ;Open a new custom window. 
   /window @test 
  
   ;Add a 'Hello World' line to the custom window. 
   /aline @test Hello World 

   ;Change the color of the first line to red (4) 
   /cline 4 @test 1 
 } 
 </pre>