Docs: Limit pre tag line width
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5fc29c43e6
commit
f2ee8319f0
2 changed files with 10 additions and 2 deletions
|
@ -260,7 +260,9 @@ Call functions:
|
|||
\\<b\\>Example (Locate with banner - \W{http://nsis.sourceforge.net/Nxs_plug-in}{NxS plugin} required):\\</b\\>
|
||||
|
||||
\c Section
|
||||
\c nxs::Show /NOUNLOAD `$(^Name) Setup` /top `Setup searching something$\r$\nPlease wait... If you can..` /h 1 /can 1 /end
|
||||
\c nxs::Show /NOUNLOAD `$(^Name) Setup` /top \
|
||||
\c `Setup searching something$\r$\nPlease wait... If you can..` \
|
||||
\c /h 1 /can 1 /end
|
||||
\c ${Locate} "C:\WINDOWS" "/L=F /M=*.inf /B=1" "Example8"
|
||||
\c nxs::Destroy
|
||||
\c SectionEnd
|
||||
|
@ -1484,7 +1486,12 @@ Call functions:
|
|||
\c SectionEnd
|
||||
\c
|
||||
\c Function Example6
|
||||
\c MessageBox MB_OKCANCEL '$$9 "Line File1" =[$9]$\n$$8 "Line #" =[$8]$\n$$7 "Line File2" =[$7]$\n$$6 "Line #" =[$6]' IDOK +2
|
||||
\c MessageBox MB_OKCANCEL '\
|
||||
\c $$9 "Line File1" =[$9]$\n\
|
||||
\c $$8 "Line #" =[$8]$\n\
|
||||
\c $$7 "Line File2" =[$7]$\n\
|
||||
\c $$6 "Line #" =[$6]'\
|
||||
\c IDOK +2
|
||||
\c StrCpy $0 StopTextCompare
|
||||
\c
|
||||
\c Push $0
|
||||
|
|
|
@ -21,6 +21,7 @@ pre {
|
|||
font-family: Courier New, Courier, mono;
|
||||
background-color: #F7F7F7;
|
||||
padding: 1px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
pre b {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue