mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 21:04:54 +02:00
parent
23b2a3fa8e
commit
d9ef4be579
@ -3,7 +3,7 @@
|
||||
The comments are here for explanation, it's not necessary to translate them.
|
||||
-->
|
||||
<NotepadPlus>
|
||||
<Native-Langue name="English" filename="english.xml" version="8.1.9.3">
|
||||
<Native-Langue name="English" filename="english.xml" version="8.2">
|
||||
<Menu>
|
||||
<Main>
|
||||
<!-- Main Menu Entries -->
|
||||
@ -880,6 +880,7 @@ The comments are here for explanation, it's not necessary to translate them.
|
||||
<Item id="7122" name="Darker text"/>
|
||||
<Item id="7123" name="Disabled text"/>
|
||||
<Item id="7124" name="Edge"/>
|
||||
<Item id="7125" name="Link"/>
|
||||
<Item id="7130" name="Reset"/>
|
||||
</DarkMode>
|
||||
|
||||
@ -1393,7 +1394,13 @@ Continue?"/>
|
||||
*.cpp *.cxx *.h *.hxx *.hpp
|
||||
|
||||
Find in all files except exe, obj && log:
|
||||
*.* !*.exe !*.obj !*.log"/> <!-- HowToReproduce: Tip of mouse hovered on "Filters" label in "Find in Files" section of Find dialog. -->
|
||||
*.* !*.exe !*.obj !*.log
|
||||
|
||||
Find in all files but exclude folders tests, bin && bin64:
|
||||
*.* !\tests !\bin*
|
||||
|
||||
Find in all files but exclude all folders log or logs recursively:
|
||||
*.* !+\log*"/> <!-- HowToReproduce: Tip of mouse hovered on "Filters" label in "Find in Files" section of Find dialog. -->
|
||||
<find-status-top-reached value="Find: Found the 1st occurrence from the bottom. The beginning of the document has been reached."/>
|
||||
<find-status-end-reached value="Find: Found the 1st occurrence from the top. The end of the document has been reached."/>
|
||||
<find-status-replaceinfiles-1-replaced value="Replace in Files: 1 occurrence was replaced"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user