mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
added lua autoCompletion
added lua autoCompletion from http://ageekandhisblog.com/notepad-plugin-lua-corona-api-autocompletion/ as the one mentioned under http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#L -> http://www.davidcarrigg.com/uploads/LuaLangFile.zip is no longer available Close #4978
This commit is contained in:
parent
a87e89ea92
commit
2d81570be5
1957
PowerEditor/installer/APIs/lua.xml
Normal file
1957
PowerEditor/installer/APIs/lua.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -143,6 +143,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
||||
SetOutPath "$INSTDIR\plugins\APIs"
|
||||
File ".\APIs\baanc.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "Lua" Lua
|
||||
SetOutPath "$INSTDIR\plugins\APIs"
|
||||
File ".\APIs\lua.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
@ -239,5 +244,9 @@ SectionGroup un.autoCompletionComponent
|
||||
Section un.BaanC
|
||||
Delete "$INSTDIR\plugins\APIs\baanc.xml"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Section un.Lua
|
||||
Delete "$INSTDIR\plugins\APIs\lua.xml"
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user