Project

General

Profile

Aline » History » Revision 10

Revision 9 (Per Amundsen, 06/19/2014 10:48 PM) → Revision 10/18 (Per Amundsen, 08/10/2014 03:34 AM)

_Added in 1.9.0_ 

 */aline [-ahilnps] [color] <@name> <text>* 

 Add <text> into custom window named <@name>. 

 *Switches* 

 -a - Selects the newly added item while keeping the old selection in a listbox  
 TODO 
 -h -    Highlights the window's node in the treebar/switchbar is the window is minimized  
 TODO 
 -iN - Indents the wrapped line by N characters. 
 -l - Specify the action to take place on the side-listbox  
 TODO 
 -n - Prevent the line from being added if it already exists  
 TODO 
 -p - TODO 
 -s - Clears the old selection in a listbox and selects the newly added item  

 TODO 

 *Parameters* 

 [color] - Line color number. 
 <@name> - The custom window name. 
 <text> - The text to add. 

 *Example* 

 <pre> 
 alias example { 
   ;Open a custom window 
   /window -de @test 
 
   ;Add a blue colored line 
   /aline 12 @test Hello world 
 } 
 </pre>