mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 08:14:18 +02:00
Fix invalid UTF-8 XML files
This commit is contained in:
parent
52e8c68f90
commit
cb3d328666
@ -7415,7 +7415,7 @@
|
|||||||
</Overload>
|
</Overload>
|
||||||
</KeyWord>
|
</KeyWord>
|
||||||
<KeyWord name="_GUICtrlListBox_SetAnchorIndex" func="yes">
|
<KeyWord name="_GUICtrlListBox_SetAnchorIndex" func="yes">
|
||||||
<Overload retVal="" descr="Set the anchor item—that is, the item from which a multiple selection starts &#x0a;(Requires: #Include <GuiListBox.au3>)">
|
<Overload retVal="" descr="Set the anchor item - that is, the item from which a multiple selection starts &#x0a;(Requires: #Include <GuiListBox.au3>)">
|
||||||
<Param name="$hWnd" />
|
<Param name="$hWnd" />
|
||||||
<Param name="$iIndex" />
|
<Param name="$iIndex" />
|
||||||
</Overload>
|
</Overload>
|
||||||
|
@ -6,7 +6,7 @@ Description: Zenburn-like style for Notepad++.
|
|||||||
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
|
Inspired by the original Zenburn colorscheme for Vim by Jani Nurminen.
|
||||||
Official Vim Zenburn home page: http://kippura.org/zenburnpage/
|
Official Vim Zenburn home page: http://kippura.org/zenburnpage/
|
||||||
Supported languages: All the languages supported by release 7.7
|
Supported languages: All the languages supported by release 7.7
|
||||||
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
Created by: Jani Kesänen (jani dot kesanen gmail com)
|
||||||
Released: 25.06.2019
|
Released: 25.06.2019
|
||||||
License: GPL2
|
License: GPL2
|
||||||
-->
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user