google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

Missing NSIS Keywords #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please update the keyword list of NSIS:

The bellow keyword's are missing (they should be in the first element of 
KeyWords_NSIS):

!searchparse
!searchreplace
insttype
pagecallbacks
setcompressionlevel

The bellow keyword's are missing (they should be in the third element of 
KeyWords_NSIS):

colored
control
cur
date
dlg_id
end
ext
global
ignorecase
leave
open
print
shctx
shift
smooth
sw_hide
sw_showmaximized
sw_showminimized
sw_shownormal
utcdate

Note: The codeword "silent" are three times present in the first element of 
KeyWords_NSIS, please delete two times.

Original issue reported on code.google.com by vicok...@gmail.com on 25 May 2011 at 10:40

GoogleCodeExporter commented 9 years ago
I can't find any reference for the following keywords so I won't add them 
unless you show me where they are documented in the manual:

cur
control
dlg_id
end
ext
open
print
shctx (already exists)
shift

Original comment by XhmikosR on 26 May 2011 at 10:46

GoogleCodeExporter commented 9 years ago
cur (parameter for FileSeek, documentation available in offline version of NSIS)
control (key for hotkey of CreateShortcut, documentation available in offline 
version of NSIS)
dlg_id (parameter for ChangeUI, documentation available in offline version of 
NSIS)
end (same as cur)
ext (same as cur)
open (parameter for ExecShell, documentation available in offline version of 
NSIS)
print (same as open)
shift (same as control)

Original comment by vicok...@gmail.com on 26 May 2011 at 4:29

GoogleCodeExporter commented 9 years ago
I see nothing in the documentation for dlg_id

I don't think the others are very useful but anyway. I won't add open and print.

Next time, please give me all the needed info and preferably create a patch.

Original comment by XhmikosR on 26 May 2011 at 6:09