82f0d792f8
Add theme description in installer. Update contextMenu.xml in installer. Fix lastRecentFileList localization issue. [NEW] Add readonly change status notification for plugin system. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@479 f5eea248-9336-0410-98b8-ebc06183d4e3
18 lines
821 B
XML
18 lines
821 B
XML
<?xml version="1.0" encoding="Windows-1252" ?>
|
|
<NotepadPlus>
|
|
<LexerStyles>
|
|
<LexerType name="searchResult" desc="Search result" ext="">
|
|
<WordsStyle name="DEFAULT" action="remove" />
|
|
<WordsStyle name="HEARDER" action="remove" />
|
|
<WordsStyle name="NUMBER" action="remove" />
|
|
<WordsStyle name="HIT WORD" action="remove" />
|
|
<WordsStyle name="KEYWORD1" action="remove" />
|
|
<WordsStyle name="KEYWORD2" action="remove" />
|
|
<WordsStyle name="SEARCH HEADER" action="remove" />
|
|
<WordsStyle name="FILE HEADER" action="remove" />
|
|
<WordsStyle name="LINE NUMBER" action="remove" />
|
|
<WordsStyle name="SELECTED LINE" action="remove" />
|
|
</LexerType>
|
|
</LexerStyles>
|
|
</NotepadPlus>
|