[BUG_FIXED] Fix saving theme modified styles not working problem (Copy theme files in %APPDATA% to avoid UAC problem).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1317 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
04cd96d11c
commit
8e63a6a496
@ -1080,102 +1080,102 @@ SectionGroupEnd
|
|||||||
SectionGroup "Themes" Themes
|
SectionGroup "Themes" Themes
|
||||||
SetOverwrite off
|
SetOverwrite off
|
||||||
Section "Black Board" BlackBoard
|
Section "Black Board" BlackBoard
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Black board.xml"
|
File ".\themes\Black board.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Choco" Choco
|
Section "Choco" Choco
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Choco.xml"
|
File ".\themes\Choco.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Hello Kitty" HelloKitty
|
Section "Hello Kitty" HelloKitty
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Hello Kitty.xml"
|
File ".\themes\Hello Kitty.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Mono Industrial" MonoIndustrial
|
Section "Mono Industrial" MonoIndustrial
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Mono Industrial.xml"
|
File ".\themes\Mono Industrial.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Monokai" Monokai
|
Section "Monokai" Monokai
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Monokai.xml"
|
File ".\themes\Monokai.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Obsidian" Obsidian
|
Section "Obsidian" Obsidian
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\obsidian.xml"
|
File ".\themes\obsidian.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Plastic Code Wrap" PlasticCodeWrap
|
Section "Plastic Code Wrap" PlasticCodeWrap
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Plastic Code Wrap.xml"
|
File ".\themes\Plastic Code Wrap.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Ruby Blue" RubyBlue
|
Section "Ruby Blue" RubyBlue
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Ruby Blue.xml"
|
File ".\themes\Ruby Blue.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Twilight" Twilight
|
Section "Twilight" Twilight
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Twilight.xml"
|
File ".\themes\Twilight.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Vibrant Ink" VibrantInk
|
Section "Vibrant Ink" VibrantInk
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Vibrant Ink.xml"
|
File ".\themes\Vibrant Ink.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Deep Black" DeepBlack
|
Section "Deep Black" DeepBlack
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Deep Black.xml"
|
File ".\themes\Deep Black.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "vim Dark Blue" vimDarkBlue
|
Section "vim Dark Blue" vimDarkBlue
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\vim Dark Blue.xml"
|
File ".\themes\vim Dark Blue.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Bespin" Bespin
|
Section "Bespin" Bespin
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Bespin.xml"
|
File ".\themes\Bespin.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Zenburn" Zenburn
|
Section "Zenburn" Zenburn
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Zenburn.xml"
|
File ".\themes\Zenburn.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Solarized" Solarized
|
Section "Solarized" Solarized
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Solarized.xml"
|
File ".\themes\Solarized.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Solarized Light" Solarized-light
|
Section "Solarized Light" Solarized-light
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Solarized-light.xml"
|
File ".\themes\Solarized-light.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Hot Fudge Sundae" HotFudgeSundae
|
Section "Hot Fudge Sundae" HotFudgeSundae
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\HotFudgeSundae.xml"
|
File ".\themes\HotFudgeSundae.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "khaki" khaki
|
Section "khaki" khaki
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\khaki.xml"
|
File ".\themes\khaki.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Mossy Lawn" MossyLawn
|
Section "Mossy Lawn" MossyLawn
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\MossyLawn.xml"
|
File ".\themes\MossyLawn.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Navajo" Navajo
|
Section "Navajo" Navajo
|
||||||
SetOutPath "$INSTDIR\themes"
|
SetOutPath "$UPDATE_PATH\themes"
|
||||||
File ".\themes\Navajo.xml"
|
File ".\themes\Navajo.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
@ -1475,83 +1475,83 @@ SectionGroupEnd
|
|||||||
|
|
||||||
SectionGroup un.Themes
|
SectionGroup un.Themes
|
||||||
Section un.BlackBoard
|
Section un.BlackBoard
|
||||||
Delete "$INSTDIR\themes\Black board.xml"
|
Delete "$UPDATE_PATH\themes\Black board.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Choco
|
Section un.Choco
|
||||||
Delete "$INSTDIR\themes\Choco.xml"
|
Delete "$UPDATE_PATH\themes\Choco.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.HelloKitty
|
Section un.HelloKitty
|
||||||
Delete "$INSTDIR\themes\Hello Kitty.xml"
|
Delete "$UPDATE_PATH\themes\Hello Kitty.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.MonoIndustrial
|
Section un.MonoIndustrial
|
||||||
Delete "$INSTDIR\themes\Mono Industrial.xml"
|
Delete "$UPDATE_PATH\themes\Mono Industrial.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Monokai
|
Section un.Monokai
|
||||||
Delete "$INSTDIR\themes\Monokai.xml"
|
Delete "$UPDATE_PATH\themes\Monokai.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Obsidian
|
Section un.Obsidian
|
||||||
Delete "$INSTDIR\themes/obsidian.xml"
|
Delete "$UPDATE_PATH\themes/obsidian.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.PlasticCodeWrap
|
Section un.PlasticCodeWrap
|
||||||
Delete "$INSTDIR\themes\Plastic Code Wrap.xml"
|
Delete "$UPDATE_PATH\themes\Plastic Code Wrap.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.RubyBlue
|
Section un.RubyBlue
|
||||||
Delete "$INSTDIR\themes\Ruby Blue.xml"
|
Delete "$UPDATE_PATH\themes\Ruby Blue.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Twilight
|
Section un.Twilight
|
||||||
Delete "$INSTDIR\themes\Twilight.xml"
|
Delete "$UPDATE_PATH\themes\Twilight.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.VibrantInk
|
Section un.VibrantInk
|
||||||
Delete "$INSTDIR\themes\Vibrant Ink.xml"
|
Delete "$UPDATE_PATH\themes\Vibrant Ink.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.DeepBlack
|
Section un.DeepBlack
|
||||||
Delete "$INSTDIR\themes\Deep Black.xml"
|
Delete "$UPDATE_PATH\themes\Deep Black.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.vimDarkBlue
|
Section un.vimDarkBlue
|
||||||
Delete "$INSTDIR\themes\vim Dark Blue.xml"
|
Delete "$UPDATE_PATH\themes\vim Dark Blue.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Bespin
|
Section un.Bespin
|
||||||
Delete "$INSTDIR\themes\Bespin.xml"
|
Delete "$UPDATE_PATH\themes\Bespin.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Zenburn
|
Section un.Zenburn
|
||||||
Delete "$INSTDIR\themes\Zenburn.xml"
|
Delete "$UPDATE_PATH\themes\Zenburn.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Solarized
|
Section un.Solarized
|
||||||
Delete "$INSTDIR\themes\Solarized.xml"
|
Delete "$UPDATE_PATH\themes\Solarized.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Solarized-light
|
Section un.Solarized-light
|
||||||
Delete "$INSTDIR\themes\Solarized-light.xml"
|
Delete "$UPDATE_PATH\themes\Solarized-light.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.HotFudgeSundae
|
Section un.HotFudgeSundae
|
||||||
Delete "$INSTDIR\themes\HotFudgeSundae.xml"
|
Delete "$UPDATE_PATH\themes\HotFudgeSundae.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.khaki
|
Section un.khaki
|
||||||
Delete "$INSTDIR\themes\khaki.xml"
|
Delete "$UPDATE_PATH\themes\khaki.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.MossyLawn
|
Section un.MossyLawn
|
||||||
Delete "$INSTDIR\themes\MossyLawn.xml"
|
Delete "$UPDATE_PATH\themes\MossyLawn.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section un.Navajo
|
Section un.Navajo
|
||||||
Delete "$INSTDIR\themes\Navajo.xml"
|
Delete "$UPDATE_PATH\themes\Navajo.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user