Added new macros: @pad{FAN}{T}

This commit is contained in:
Ianos Gnatiuc
2005-10-26 00:28:43 +00:00
parent c4dfe7c502
commit f97fff8524
2 changed files with 57 additions and 0 deletions

View File

@@ -10,6 +10,15 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________
+ Added new macros: @pad{FAN}{T}
Where: F - a fill char, that will be used when length(T) < N
A - type of text alignment (C - center, L - left, R - right)
N - size of pad area (N >= 0)
T - any text and/or macroses without parameters
Example: @pad{=C79}{ @OEcho (@ODesc) }
- Pick string windows will be resized to title length also.
+ Added @daddr to built-in template for netmail areas.