[RELEASE] Notepad++ 5.9 release

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@744 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
Don Ho 2011-03-31 00:14:18 +00:00
parent 88a2393e43
commit b00ed6ec61
182 changed files with 3735 additions and 7272 deletions

Binary file not shown.

View File

@ -1,124 +1,23 @@
Notepad++ v5.8.7 new features and fixed bug (from v5.8.6) : Notepad++ v5.9 new features and fixed bug (from v5.8.7) :
1. Fix a regression bug: the notification message boxes were not modal. It can be ignored by user then cause wrong input characters.
2. In order to reduce the confusion, new "Mark" tab for "Mark all" feature is made in Find/Replace dialog.
3. Make "Fide what" and "Replace with" fields larger in Find/Replace dialog.
4. Make message dialogs in Notepad++ translatable (in progress).
5. Change user manual format from chm to html.
6. Make minimalist installation available in installer.
Notepad++ v5.8.6 new features and fixed bugs (from v5.8.5) :
1. Fix langs.xml 0 length problem while user ends session without closing Notepad++.
2. Fix empty line count failure (RegExpr).
3. Fix task list display glitch under Windows 7.
4. Add trim functions (header/trailing/compact feature).
5. Add white space and TAB conversion features.
6. Fix folding margin to be displayed when opening Notepad++ with a new/empty file (Normal text).
7. Fix auto-completion detection language bug.
8. Fix the changing theme settings makes switch back to the default theme bug.
9. Make english.xml customizable.
Notepad++ v5.8.5 new features and fixed bugs (from v5.8.4) :
1. Fix Shell Extension icon absent issue.
2. Fix the crash problem if config.xml is not present.
3. Fix tab settings not saved under Windows 7 problem.
4. Fix localization switching under Windows 7 problem.
5. Fix x64 system files problems : not included in recent file history list while closing a file.
6. Fix x64 system files problems : not remembered in the next session problem.
7. Fix the search direction not being memorized problem.
8. Modify File Association dialog UI.
9. Fix the initial document encoding is not set by "New Document Settings".
Notepad++ v5.8.4 new features and fixed bugs (from v5.8.3) :
1. Fix memory leak problem while switching tab.
2. Fix User Defined Language dialog docking problem under Windows 7.
3. Fix backwards search with Asian codepage problem.
4. Add a new capacity in context menu: the menu item and folder item can be renamed (and in whichever language).
5. All the supported encoding charsets can be set as default in "New Document Settings".
6. Remove Calltip restriction from plugins side.
7. Add "-alwaysOnTop" command line argument.
8. Fix icon display glitch in shell extension context menu.
Notepad++ v5.8.3 new features and fixed bugs (from v5.8.2) :
1. A new application icon.
2. Add the capacity to open x64 system files.
3. Add Edit context menu command.
4. Add a new ability: sub-menus commands can be in the context menu.
5. Fix context menu reload problem (plugin commands reload fails).
6. Fix searching up fails while code page is set to Chinese/Japnese/Korean bug.
7. Remove unsupported encodings by Microsoft Windows : ISO-8859-10, ISO-8859-11, ISO-8859-16.
8. Fix move down current lines bug while moving down on the last line.
9. Fix crash issue : crash in the next launch after setting MS-DOS-Style as default language.
10. Fix zoom bug on the second view.
11. Fix a heap corruption of ColourPicker.
12. Due to UAC issue, doLocalConf.xml is ignored under vista and windows 7, if Notepad++ is installed in "Program files" directory.
Notepad++ v5.8.2 fixed bugs (from v5.8.1) :
1. Fix windows 7 crash bug while executing update.
2. Fix macro recording bug for the non-ASCII characters.
3. Fix C# syntax highlighting disabled problem after reloading.
4. Fix find performance issue related macro recording.
5. Modify SaveFile dialog behaviour: it browses inside the directory instead of creating the new file with the given directory name.
Notepad++ v5.8.1 new features and fixed bugs (from v5.8) :
1. Fix Actionscript lexer crash problem.
2. Fix saving UCS-2 text file corrupted bug.
3. Add word count in Summary feature.
4. Fix macro record bug from ANSI document.
5. Fix hidding/showing status bar bug.
Notepad++ v5.8 new features and fixed bugs (from v5.7) :
1. Upgrade Scintilla to version 2.21.
2. Fix a vulnerability issue: Load ScinLexer.dll with its full path to avoid hijack.
3. Fix Unicode file corrupted on saving bug (the buffer alignment issue).
4. Fix DBCS encodings file saving corruption bug.
5. Fix file containing NULL character loading bug.
6. Fix php syntax highlighting bug.
7. Fix dragging undocked window performance issue while using Vista Aero UI style.
8. Fix dragging undocked window performance issue while using Vista/Windows7 Aero UI style.
9. Fix large file truncated after loading problem.
10. Improve file loading performance.
11. Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command.
12. Add 2 line wrap methods (default plus aligned and indent).
13. Add 2 menu commands : "Modify Shortcut/Delete Macro" and "Modify Shortcut/Delete Command".
14. Add "Modify" and "Delete" buttons on Shortcut mapper dialog.
15. Add macro new ability to record search and replace actions.
16. Fix SaveSession bug.
17. Remove characters count feature from the status bar due to its performance issue with UTF8 file.
18. Fix crash issue due to themes switching.
19. Make folding margin hidable.
20. Add NPPM_GETCURRENTNATIVELANGENCODING, NPPM_ALLOCATECMDID and NPPM_ALLOCATEMARKER message (to get the current native language enconding).
21. Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom).
22. Add Statistics feature which is accessible from the menu command "Summary..." (under menu "View") and the 2nd zone of statusbar (double click).
1. Update Scintilla from 2.21 to 2.25
2. New feature: Non-greedy regular expression (Scintilla).
3. Add Copy/Cut/Paste Binary Content feature.
4. Add "paste HTML content" and "paste RTF content" commands.
5. Fix the inverse of title and message for some MessageBox.
6. Add "Remove Unmarked Lines" command.
7. Add "Column Mode Tip" to notice users the usage of column mode in Notepad++.
8. Make stream comment of php/javascript foldable.
Included plugins (Unicode): Included plugins (Unicode):
1. TextFX v0.26 1. Spell Checker v1.3.3
2. Spell Checker v1.3.3 2. NppFTP 0.23
3. NppFTP 0.23 3. NppExport v0.2.8
4. NppExport v0.2.8 4. Compare Plugin 1.5.6.1
5. Compare Plugin 1.5.6.1 5. Plugin Manager 0.9.3.1
6. Plugin Manager 0.9.3.1 6. Converter 3.0

Binary file not shown.

Binary file not shown.

View File

@ -27,10 +27,12 @@
<Item posX = "1" posY = "13" name = "Inserir/Remover comentário"/> <Item posX = "1" posY = "13" name = "Inserir/Remover comentário"/>
<Item posX = "1" posY = "14" name = "Auto completar"/> <Item posX = "1" posY = "14" name = "Auto completar"/>
<Item posX = "1" posY = "15" name = "Conversão final de linha"/> <Item posX = "1" posY = "15" name = "Conversão final de linha"/>
<Item posX = "1" posY = "16" name = "Operações com espaços"/>
<Item posX = "2" posY = "16" name = "Marcar todos"/> <Item posX = "2" posY = "16" name = "Marcar todos"/>
<Item posX = "2" posY = "17" name = "Desmarcar todos"/> <Item posX = "2" posY = "17" name = "Desmarcar todos"/>
<Item posX = "2" posY = "18" name = "Saltar acima"/> <Item posX = "2" posY = "18" name = "Saltar acima"/>
<Item posX = "2" posY = "19" name = "Saltar abaixo"/> <Item posX = "2" posY = "19" name = "Saltar abaixo"/>
<Item posX = "2" posY = "21" name = "Marcadores"/>
<Item posX = "3" posY = "4" name = "Mostrar símbolo"/> <Item posX = "3" posY = "4" name = "Mostrar símbolo"/>
<Item posX = "3" posY = "5" name = "Zoom"/> <Item posX = "3" posY = "5" name = "Zoom"/>
<Item posX = "3" posY = "6" name = "Mover/Clonar documento atual"/> <Item posX = "3" posY = "6" name = "Mover/Clonar documento atual"/>
@ -97,7 +99,13 @@
<Item id = "42021" name = "&amp;Reproduzir"/> <Item id = "42021" name = "&amp;Reproduzir"/>
<Item id = "42022" name = "Alternar comentário no bloco"/> <Item id = "42022" name = "Alternar comentário no bloco"/>
<Item id = "42023" name = "Comentário de documentação"/> <Item id = "42023" name = "Comentário de documentação"/>
<Item id = "42024" name = "Limpar espaços em excesso"/> <Item id = "42042" name = "Limpar espaços à esquerda"/>
<Item id = "42043" name = "Limpar espaços à direita e à esquerda"/>
<Item id = "42044" name = "EOL para Espaços"/>
<Item id = "42045" name = "Remover Espaços e EOL desnecessários"/>
<Item id = "42046" name = "TAB para Espaço"/>
<Item id = "42047" name = "Espaço para TAB"/>
<Item id = "42024" name = "Limpar espaços à direita"/>
<Item id = "42025" name = "Salvar macro atual"/> <Item id = "42025" name = "Salvar macro atual"/>
<Item id = "42026" name = "Alinhar texto à direita"/> <Item id = "42026" name = "Alinhar texto à direita"/>
<Item id = "42027" name = "Alinhar texto à esquerda"/> <Item id = "42027" name = "Alinhar texto à esquerda"/>
@ -158,6 +166,7 @@
<Item id = "43047" name = "Resultado anterior da pesquisa"/> <Item id = "43047" name = "Resultado anterior da pesquisa"/>
<Item id = "43048" name = "Selecionar e localizar próximo"/> <Item id = "43048" name = "Selecionar e localizar próximo"/>
<Item id = "43049" name = "Selecionar e localizar anterior"/> <Item id = "43049" name = "Selecionar e localizar anterior"/>
<Item id = "43050" name = "Inverter marcadores"/>
<Item id = "44009" name = "Exibir somente o código"/> <Item id = "44009" name = "Exibir somente o código"/>
<Item id = "44010" name = "Recolher todos níveis"/> <Item id = "44010" name = "Recolher todos níveis"/>
<Item id = "44011" name = "Definições do usuário..."/> <Item id = "44011" name = "Definições do usuário..."/>
@ -174,6 +183,7 @@
<Item id = "44032" name = "Modo Tela Inteira"/> <Item id = "44032" name = "Modo Tela Inteira"/>
<Item id = "44033" name = "Retornar ao zoom padrão"/> <Item id = "44033" name = "Retornar ao zoom padrão"/>
<Item id = "44034" name = "Manter sobre as outras janelas"/> <Item id = "44034" name = "Manter sobre as outras janelas"/>
<Item id = "44049" name = "Resumo..."/>
<Item id = "44035" name = "Sincronizar rolagem vertical"/> <Item id = "44035" name = "Sincronizar rolagem vertical"/>
<Item id = "44036" name = "Sincronizar rolagem horizontal"/> <Item id = "44036" name = "Sincronizar rolagem horizontal"/>
<Item id = "44041" name = "Mostrar símbolo de quebra de linha"/> <Item id = "44041" name = "Mostrar símbolo de quebra de linha"/>
@ -222,6 +232,9 @@
<Item id = "44042" name = "Ocultar linhas"/> <Item id = "44042" name = "Ocultar linhas"/>
<Item id = "42040" name = "Abrir todos arquivos recentes"/> <Item id = "42040" name = "Abrir todos arquivos recentes"/>
<Item id = "42041" name = "Limpar lista de arquivos recentes"/> <Item id = "42041" name = "Limpar lista de arquivos recentes"/>
<Item id = "48016" name = "Modificar atalho/Deletar macro..."/>
<Item id = "48017" name = "Modificar atalho/Deletar comando..."/>
<Item id = "48018" name = "Editar Menu de contexto"/>
</Commands> </Commands>
</Main> </Main>
@ -347,6 +360,8 @@
<Item id = "20009" name = "Ext. :"/> <Item id = "20009" name = "Ext. :"/>
<Item id = "20012" name = "Não dif. maiúsc/minúsc"/> <Item id = "20012" name = "Não dif. maiúsc/minúsc"/>
<Item id = "20011" name = "Transparência"/> <Item id = "20011" name = "Transparência"/>
<Item id = "20016" name = "Importar..."/>
<Item id = "20015" name = "Exportar..."/>
<Item id = "0" name = "Estilo de cores"/> <Item id = "0" name = "Estilo de cores"/>
<Item id = "1" name = "Cor da fonte"/> <Item id = "1" name = "Cor da fonte"/>
<Item id = "2" name = "Cor do fundo"/> <Item id = "2" name = "Cor do fundo"/>
@ -392,7 +407,6 @@
<Item id = "24314" name = "Limite fechado :"/> <Item id = "24314" name = "Limite fechado :"/>
<Item id = "24001" name = "Habilitar caractere de escape :" /> <Item id = "24001" name = "Habilitar caractere de escape :" />
</Operator> </Operator>
</UserDefine> </UserDefine>
<Preference title = "Preferências"> <Preference title = "Preferências">
@ -436,6 +450,12 @@
<Item id = "6203" name = "Seta"/> <Item id = "6203" name = "Seta"/>
<Item id = "6204" name = "Círculo"/> <Item id = "6204" name = "Círculo"/>
<Item id = "6205" name = "Caixa"/> <Item id = "6205" name = "Caixa"/>
<Item id = "6226" name = "Nenhum"/>
<Item id="6227" name="Quebra de linha"/>
<Item id="6228" name="Padrão"/>
<Item id="6229" name="Alinhado"/>
<Item id="6230" name="Indentado"/>
<Item id = "6206" name = "Exibir número das linhas"/> <Item id = "6206" name = "Exibir número das linhas"/>
<Item id = "6207" name = "Exibir margem de marcadores"/> <Item id = "6207" name = "Exibir margem de marcadores"/>
@ -557,7 +577,6 @@
<Item id = "6814" name = "Valor válido : 1 - 9"/> <Item id = "6814" name = "Valor válido : 1 - 9"/>
<Item id = "6815" name = "Mostrar dica de parâmetro a cada entrada"/> <Item id = "6815" name = "Mostrar dica de parâmetro a cada entrada"/>
</Backup> </Backup>
</Preference> </Preference>
<MultiMacro title = "Executar macro múltiplas vezes"> <MultiMacro title = "Executar macro múltiplas vezes">
@ -591,7 +610,6 @@
<Item id = "1" name = "OK"/> <Item id = "1" name = "OK"/>
<Item id = "2" name = "Cancelar"/> <Item id = "2" name = "Cancelar"/>
</ColumnEditor> </ColumnEditor>
</Dialog> </Dialog>
</Native-Langue> </Native-Langue>
</NotepadPlus> </NotepadPlus>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252" ?> <?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus> <NotepadPlus>
<Native-Langue name = "Dansk" filename="danish.xml" > <Native-Langue name = "Dansk" filename="danish.xml" >
<!-- Updated for ver. 5.8.3--> <!-- Updated for ver. 5.9.RC-->
<Menu> <Menu>
<Main> <Main>
<!-- Main Menu Entries --> <!-- Main Menu Entries -->
@ -28,6 +28,8 @@
<Item posX = "1" posY = "13" name = "Ko&amp;mmenter/afkommenter"/> <Item posX = "1" posY = "13" name = "Ko&amp;mmenter/afkommenter"/>
<Item posX = "1" posY = "14" name = "Au&amp;tofuldførelse"/> <Item posX = "1" posY = "14" name = "Au&amp;tofuldførelse"/>
<Item posX = "1" posY = "15" name = "&amp;EOL-konvertering"/> <Item posX = "1" posY = "15" name = "&amp;EOL-konvertering"/>
<Item posX = "1" posY = "16" name = "&amp;Blank-handlinger"/>
<Item posX = "1" posY = "17" name = "Inds&amp;æt speciel"/>
<Item posX = "2" posY = "16" name = "&amp;Marker alle"/> <Item posX = "2" posY = "16" name = "&amp;Marker alle"/>
<Item posX = "2" posY = "17" name = "&amp;Afmarker alle"/> <Item posX = "2" posY = "17" name = "&amp;Afmarker alle"/>
<Item posX = "2" posY = "18" name = "Hop op"/> <Item posX = "2" posY = "18" name = "Hop op"/>
@ -111,6 +113,18 @@
<Item id = "42033" name = "Ryd skrivebeskyttelse"/> <Item id = "42033" name = "Ryd skrivebeskyttelse"/>
<Item id = "42035" name = "Blokkommentér"/> <Item id = "42035" name = "Blokkommentér"/>
<Item id = "42036" name = "Afkommentér"/> <Item id = "42036" name = "Afkommentér"/>
<Item id = "42037" name = "Kolonnetilstand…"/>
<Item id = "42038" name = "Indsæt &amp;HTML-indhold"/>
<Item id = "42039" name = "Indsæt &amp;RTF indhold"/>
<Item id = "42042" name = "Trim foranstillede mellemrum"/>
<Item id = "42043" name = "Trim foranstillede og efterfølgende mellemrum"/>
<Item id = "42044" name = "EOL til mellemrum"/>
<Item id = "42045" name = "Fjern overflødige tomme og EOL"/>
<Item id = "42046" name = "TAB til mellemrum"/>
<Item id = "42047" name = "Mellemrum til TAB"/>
<Item id = "42048" name = "K&amp;opier binært indhold"/>
<Item id = "42049" name = "&amp;Klip binært indhold"/>
<Item id = "42050" name = "&amp;Indsæt binært indhold"/>
<Item id = "43001" name = "S&amp;øg…"/> <Item id = "43001" name = "S&amp;øg…"/>
<Item id = "43002" name = "Find &amp;næste"/> <Item id = "43002" name = "Find &amp;næste"/>
@ -163,6 +177,7 @@
<Item id = "43048" name = "Marker og find næste"/> <Item id = "43048" name = "Marker og find næste"/>
<Item id = "43049" name = "Marker og find forrige"/> <Item id = "43049" name = "Marker og find forrige"/>
<Item id = "43050" name = "In&amp;vers bogmærke"/> <Item id = "43050" name = "In&amp;vers bogmærke"/>
<Item id = "43051" name = "&amp;Fjern umarkerede linjer"/>
<Item id = "44009" name = "Post-it"/> <Item id = "44009" name = "Post-it"/>
<Item id = "44010" name = "Sammenklap alle trin"/> <Item id = "44010" name = "Sammenklap alle trin"/>
@ -170,8 +185,8 @@
<Item id = "44019" name = "Vis alle tegn"/> <Item id = "44019" name = "Vis alle tegn"/>
<Item id = "44020" name = "Vis indrykningsguide"/> <Item id = "44020" name = "Vis indrykningsguide"/>
<Item id = "44022" name = "Ombryd"/> <Item id = "44022" name = "Ombryd"/>
<Item id = "44023" name = "Zoom &amp;ind"/> <Item id = "44023" name = "Zoom &amp;ind Ctrl+Mouse Wheel Up"/>
<Item id = "44024" name = "Zoom &amp;ud"/> <Item id = "44024" name = "Zoom &amp;ud Ctrl+Mouse Wheel Down"/>
<Item id = "44025" name = "Vis hvidt mellemrum og TAB"/> <Item id = "44025" name = "Vis hvidt mellemrum og TAB"/>
<Item id = "44026" name = "Vis slutningen af linje"/> <Item id = "44026" name = "Vis slutningen af linje"/>
<Item id = "44029" name = "Udklap alle trin"/> <Item id = "44029" name = "Udklap alle trin"/>
@ -224,12 +239,8 @@
<Item id = "47008" name = "Emner i Hjælp"/> <Item id = "47008" name = "Emner i Hjælp"/>
<Item id = "48005" name = "Importer plugins…"/> <Item id = "48005" name = "Importer plugins…"/>
<Item id = "48006" name = "Importer temaer…"/> <Item id = "48006" name = "Importer temaer…"/>
<Item id = "48009" name = "Genvejsoptegnelse…"/> <Item id = "48009" name = "Genvejsoptegnelse…"/>
<Item id = "48011" name = "Præferencer…"/> <Item id = "48011" name = "Præferencer…"/>
<Item id = "48018" name = "Rediger genvejsmenu"/>
<Item id = "49000" name = "&amp;Kør…"/> <Item id = "49000" name = "&amp;Kør…"/>
<Item id = "50000" name = "Funktionsfuldførelse"/> <Item id = "50000" name = "Funktionsfuldførelse"/>
@ -241,6 +252,7 @@
<Item id = "42041" name = "&amp;Ryd listen seneste filer"/> <Item id = "42041" name = "&amp;Ryd listen seneste filer"/>
<Item id = "48016" name = "Ændr genvej/Slet makro…"/> <Item id = "48016" name = "Ændr genvej/Slet makro…"/>
<Item id = "48017" name = "Ændr genvej/Slet kommando…"/> <Item id = "48017" name = "Ændr genvej/Slet kommando…"/>
<Item id = "48018" name = "Rediger genvejsmenu"/>
</Commands> </Commands>
</Main> </Main>
@ -267,7 +279,7 @@
</Menu> </Menu>
<Dialog> <Dialog>
<Find title = "" titleFind = "Sřg" titleReplace = "Erstat" titleFindInFiles = "Sřg i filer"> <Find title = "" titleFind = "Søg" titleReplace = "Erstat" titleFindInFiles = "Søg i filer" titleMark = "Marker">
<Item id = "1" name = "&amp;Find næste"/> <Item id = "1" name = "&amp;Find næste"/>
<Item id = "2" name = "&amp;Luk"/> <Item id = "2" name = "&amp;Luk"/>
<Item id = "1620" name = "S&amp;øg efter :"/> <Item id = "1620" name = "S&amp;øg efter :"/>
@ -311,9 +323,9 @@
<Item id = "2008" name = "Afstand"/> <Item id = "2008" name = "Afstand"/>
<Item id = "1" name = "&amp;Gå !"/> <Item id = "1" name = "&amp;Gå !"/>
<Item id = "2" name = "Jeg går ingensteder"/> <Item id = "2" name = "Jeg går ingensteder"/>
<Item id = "2004" name = "Du er her :"/> <Item id = "2004" name = "Du er her:"/>
<Item id = "2005" name = "Du vil gĺ til :"/> <Item id = "2005" name = "Du vil gå til:"/>
<Item id = "2006" name = "Du kan ikke gĺ lćngere end :"/> <Item id = "2006" name = "Du kan ikke gå længere end:"/>
</GoToLine> </GoToLine>
<Run title = "Kør…"> <Run title = "Kør…">
@ -335,17 +347,17 @@
<Item id = "2205" name = "Kursiv"/> <Item id = "2205" name = "Kursiv"/>
<Item id = "2206" name = "Forgrundsfarve"/> <Item id = "2206" name = "Forgrundsfarve"/>
<Item id = "2207" name = "Baggrundsfarve"/> <Item id = "2207" name = "Baggrundsfarve"/>
<Item id = "2208" name = "Fontnavn :"/> <Item id = "2208" name = "Fontnavn:"/>
<Item id = "2209" name = "Střrrelse :"/> <Item id = "2209" name = "Størrelse:"/>
<Item id = "2211" name = "Stilbeskrivelse :"/> <Item id = "2211" name = "Stilbeskrivelse:"/>
<Item id = "2212" name = "Farvestil"/> <Item id = "2212" name = "Farvestil"/>
<Item id = "2213" name = "Typografi"/> <Item id = "2213" name = "Typografi"/>
<Item id = "2214" name = "Standard ext :"/> <Item id = "2214" name = "Standard ext:"/>
<Item id = "2216" name = "Bruger ext :"/> <Item id = "2216" name = "Bruger ext:"/>
<Item id = "2218" name = "Understreg"/> <Item id = "2218" name = "Understreg"/>
<Item id = "2219" name = "Standard nøgleord"/> <Item id = "2219" name = "Standard nøgleord"/>
<Item id = "2221" name = "Brugerdefinerede nøgleord"/> <Item id = "2221" name = "Brugerdefinerede nøgleord"/>
<Item id = "2225" name = "Sprog :"/> <Item id = "2225" name = "Sprog:"/>
<Item id = "2226" name = "Aktiver global forgrundsfarve"/> <Item id = "2226" name = "Aktiver global forgrundsfarve"/>
<Item id = "2227" name = "Aktiver global baggrundsfarve"/> <Item id = "2227" name = "Aktiver global baggrundsfarve"/>
<Item id = "2228" name = "Aktiver global font"/> <Item id = "2228" name = "Aktiver global font"/>
@ -362,8 +374,8 @@
<Item id = "20003" name = "Opret nyt…"/> <Item id = "20003" name = "Opret nyt…"/>
<Item id = "20004" name = "Fjern"/> <Item id = "20004" name = "Fjern"/>
<Item id = "20005" name = "Gem som…"/> <Item id = "20005" name = "Gem som…"/>
<Item id = "20007" name = "Brugersprog : "/> <Item id = "20007" name = "Brugersprog: "/>
<Item id = "20009" name = "Ext :"/> <Item id = "20009" name = "Ext:"/>
<Item id = "20012" name = "Ikke versalfølsom"/> <Item id = "20012" name = "Ikke versalfølsom"/>
<Item id = "20011" name = "Synlighed"/> <Item id = "20011" name = "Synlighed"/>
<Item id = "20015" name = "Importer…"/> <Item id = "20015" name = "Importer…"/>
@ -372,8 +384,8 @@
<Item id = "1" name = "Forgrundsfarve"/> <Item id = "1" name = "Forgrundsfarve"/>
<Item id = "2" name = "Baggrundsfarve"/> <Item id = "2" name = "Baggrundsfarve"/>
<Item id = "3" name = "Typografi"/> <Item id = "3" name = "Typografi"/>
<Item id = "4" name = "Fontnavn :"/> <Item id = "4" name = "Fontnavn:"/>
<Item id = "5" name = "Střrrelse :"/> <Item id = "5" name = "Størrelse:"/>
<Item id = "6" name = "Fed"/> <Item id = "6" name = "Fed"/>
<Item id = "7" name = "Kursiv"/> <Item id = "7" name = "Kursiv"/>
<Item id = "8" name = "Understreg"/> <Item id = "8" name = "Understreg"/>
@ -395,24 +407,25 @@
<Comment title = "Kommentar &amp;&amp; Nummer"> <Comment title = "Kommentar &amp;&amp; Nummer">
<Item id = "23301" name = "Linjekommentar"/> <Item id = "23301" name = "Linjekommentar"/>
<Item id = "23101" name = "Blokkommentar"/> <Item id = "23101" name = "Blokkommentar"/>
<Item id = "23113" name = "Ĺbn kommentar :"/> <Item id = "23113" name = "Åbn kommentar:"/>
<Item id = "23115" name = "Luk kommentar :"/> <Item id = "23115" name = "Luk kommentar:"/>
<Item id = "23116" name = "Behandl nøgleord som symbol"/> <Item id = "23116" name = "Behandl nøgleord som symbol"/>
<Item id = "23117" name = "Behandl nøgleord som symboler"/> <Item id = "23117" name = "Behandl nøgleord som symboler"/>
<Item id = "23201" name = "Nummer"/> <Item id = "23201" name = "Nummer"/>
</Comment> </Comment>
<Operator title = "Operatorer"> <Operator title = "Operatorer">
<Item id = "24001" name = "Aktiver escape-tegn:"/>
<Item id = "24107" name = "Operator"/> <Item id = "24107" name = "Operator"/>
<Item id = "24103" name = "Tilgængelige symboler"/> <Item id = "24103" name = "Tilgængelige symboler"/>
<Item id = "24101" name = "Aktiverede operatorer"/> <Item id = "24101" name = "Aktiverede operatorer"/>
<Item id = "24201" name = "Skilletegn 1"/> <Item id = "24201" name = "Skilletegn 1"/>
<Item id = "24211" name = "Grćnse ĺbn :"/> <Item id = "24211" name = "Grænse åbn:"/>
<Item id = "24214" name = "Grćnse luk :"/> <Item id = "24214" name = "Grænse luk:"/>
<Item id = "24301" name = "Skilletegn 2"/> <Item id = "24301" name = "Skilletegn 2"/>
<Item id = "24311" name = "Grćnse ĺbn :"/> <Item id = "24311" name = "Grænse åbn:"/>
<Item id = "24314" name = "Grćnse luk :"/> <Item id = "24314" name = "Grænse luk:"/>
</Operator> </Operator>
<Item id = "24001" name = "Aktiver escape-tegn :"/>
</UserDefine> </UserDefine>
<Preference title = "Præferencer"> <Preference title = "Præferencer">
<Item id = "6001" name = "Luk"/> <Item id = "6001" name = "Luk"/>
@ -462,7 +475,7 @@
<Item id = "6206" name = "Vis linjenummermargin"/> <Item id = "6206" name = "Vis linjenummermargin"/>
<Item id = "6207" name = "Vis bogmærkemargin"/> <Item id = "6207" name = "Vis bogmærkemargin"/>
<Item id = "6208" name = "Vis lodret kant"/> <Item id = "6208" name = "Vis lodret kant"/>
<Item id = "6209" name = "Antal kolonner : "/> <Item id = "6209" name = "Antal kolonner: "/>
<Item id = "6211" name = "Lodret kantindstilling"/> <Item id = "6211" name = "Lodret kantindstilling"/>
<Item id = "6212" name = "Linjetilstand"/> <Item id = "6212" name = "Linjetilstand"/>
@ -482,15 +495,15 @@
<Item id = "6408" name = "UTF-8"/> <Item id = "6408" name = "UTF-8"/>
<Item id = "6409" name = "UCS2 Big endian"/> <Item id = "6409" name = "UCS2 Big endian"/>
<Item id = "6410" name = "UCS2 Little endian"/> <Item id = "6410" name = "UCS2 Little endian"/>
<Item id = "6411" name = "Standardsprog :"/> <Item id = "6411" name = "Standardsprog:"/>
<Item id = "6413" name = "Standardmappe Åbn/Gem"/> <Item id = "6413" name = "Standardmappe Åbn/Gem"/>
<Item id = "6414" name = "Følg det pågældende dokument"/> <Item id = "6414" name = "Følg det pågældende dokument"/>
<Item id = "6415" name = "Husk den seneste operationsmappe"/> <Item id = "6415" name = "Husk den seneste operationsmappe"/>
<Item id = "6420" name = "Anvend når ANSI-fil åbnes"/> <Item id = "6420" name = "Anvend når ANSI-fil åbnes"/>
</NewDoc> </NewDoc>
<FileAssoc title = "Filassociation"> <FileAssoc title = "Filassociation">
<Item id = "4009" name = "Understřttede exts :"/> <Item id = "4009" name = "Understøttede exts:"/>
<Item id = "4010" name = "Registerede exts :"/> <Item id = "4010" name = "Registerede exts:"/>
</FileAssoc> </FileAssoc>
<LangMenu title = "Sprogmenu/Tab-indstillinger"> <LangMenu title = "Sprogmenu/Tab-indstillinger">
<Item id = "6505" name = "Tilgængelige emner"/> <Item id = "6505" name = "Tilgængelige emner"/>
@ -500,7 +513,7 @@
<Item id = "6510" name = "Brug standardværdi"/> <Item id = "6510" name = "Brug standardværdi"/>
<Item id = "6301" name = "Tab-indstilling"/> <Item id = "6301" name = "Tab-indstilling"/>
<Item id = "6302" name = "Erstat med mellemrum"/> <Item id = "6302" name = "Erstat med mellemrum"/>
<Item id = "6303" name = "Tab-střrrelse : "/> <Item id = "6303" name = "Tab-størrelse: "/>
</LangMenu> </LangMenu>
<Print title = "Udskriv"> <Print title = "Udskriv">
<Item id = "6601" name = "Udskriv linjenumre"/> <Item id = "6601" name = "Udskriv linjenumre"/>
@ -527,15 +540,15 @@
<Item id = "6721" name = "Midterste del"/> <Item id = "6721" name = "Midterste del"/>
<Item id = "6722" name = "Højre del"/> <Item id = "6722" name = "Højre del"/>
<Item id = "6723" name = "Tilføj"/> <Item id = "6723" name = "Tilføj"/>
<Item id = "6725" name = "Variable :"/> <Item id = "6725" name = "Variable:"/>
<Item id = "6727" name = "Hvilken del :"/> <Item id = "6727" name = "Hvilken del:"/>
<Item id = "6728" name = "Sidehoved- og fod"/> <Item id = "6728" name = "Sidehoved- og fod"/>
</Print> </Print>
<MISC title = "Diverse"> <MISC title = "Diverse">
<Item id = "6304" name = "Instilling for historik"/> <Item id = "6304" name = "Instilling for historik"/>
<Item id = "6305" name = "Check ikke ved opstart"/> <Item id = "6305" name = "Undersøg ikke ved opstart"/>
<Item id = "6306" name = "Max antal filer :"/> <Item id = "6306" name = "Max antal filer:"/>
<Item id = "6307" name = "Aktiver"/> <Item id = "6307" name = "Aktiver"/>
<Item id = "6308" name = "Minimer til systembakke"/> <Item id = "6308" name = "Minimer til systembakke"/>
<Item id = "6309" name = "Husk denne session til næste opstart"/> <Item id = "6309" name = "Husk denne session til næste opstart"/>
@ -558,7 +571,7 @@
<Item id = "6115" name = "Autoindrykning"/> <Item id = "6115" name = "Autoindrykning"/>
<Item id = "6116" name = "Husk det sidste operationskatalog"/> <Item id = "6116" name = "Husk det sidste operationskatalog"/>
<Item id = "6117" name = "Aktiver MRU-adfærd for dokumentskifter"/> <Item id = "6117" name = "Aktiver MRU-adfærd for dokumentskifter"/>
<Item id = "6322" name = "Sessionsfil ext :"/> <Item id = "6322" name = "Sessionsfil ext:"/>
</MISC> </MISC>
@ -568,7 +581,7 @@
<Item id = "6316" name = "Enkel backup"/> <Item id = "6316" name = "Enkel backup"/>
<Item id = "6317" name = "Udførlig backup"/> <Item id = "6317" name = "Udførlig backup"/>
<Item id = "6804" name = "Brugertilpasset backupkatalog"/> <Item id = "6804" name = "Brugertilpasset backupkatalog"/>
<Item id = "6803" name = "Katalog :"/> <Item id = "6803" name = "Katalog:"/>
<Item id = "6807" name = "Autofuldførelse"/> <Item id = "6807" name = "Autofuldførelse"/>
<Item id = "6808" name = "Aktiver autofuldførelse for hvert input"/> <Item id = "6808" name = "Aktiver autofuldførelse for hvert input"/>
<Item id = "6809" name = "Funktionfuldførelse"/> <Item id = "6809" name = "Funktionfuldførelse"/>
@ -582,7 +595,7 @@
<MultiMacro title = "Kør makro flere gange"> <MultiMacro title = "Kør makro flere gange">
<Item id = "1" name = "Kør"/> <Item id = "1" name = "Kør"/>
<Item id = "2" name = "Annuller"/> <Item id = "2" name = "Annuller"/>
<Item id = "8006" name = "Makro der křres :"/> <Item id = "8006" name = "Makro der køres:"/>
<Item id = "8001" name = "Kør"/> <Item id = "8001" name = "Kør"/>
<Item id = "8005" name = "gange"/> <Item id = "8005" name = "gange"/>
<Item id = "8002" name = "Kør til slutning af fil"/> <Item id = "8002" name = "Kør til slutning af fil"/>
@ -597,8 +610,8 @@
<ColumnEditor title = "Kolonneeditor"> <ColumnEditor title = "Kolonneeditor">
<Item id = "2023" name = "Tekst til indsætning"/> <Item id = "2023" name = "Tekst til indsætning"/>
<Item id = "2033" name = "Tal til indsætning"/> <Item id = "2033" name = "Tal til indsætning"/>
<Item id = "2030" name = "Startvćrdi :"/> <Item id = "2030" name = "Startværdi:"/>
<Item id = "2031" name = "Forřg med :"/> <Item id = "2031" name = "Forøg med:"/>
<Item id = "2035" name = "Foranstillede nuller"/> <Item id = "2035" name = "Foranstillede nuller"/>
<Item id = "2032" name = "Format"/> <Item id = "2032" name = "Format"/>
<Item id = "2024" name = "Dec"/> <Item id = "2024" name = "Dec"/>

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252" ?> <?xml version="1.0" encoding="Windows-1252" ?>
<!-- <!--
German localization for Notepad++ 5.8.4 German localization for Notepad++ 5.8.7
Last modified Sun, 21 November 2010 by Jan Schreiber. Last modified Sun, 13 February 2011 by Jan Schreiber.
Please e-mail errors, suggestions etc. to janschreiber(at)users.sf.net. Please e-mail errors, suggestions etc. to janschreiber(at)users.sf.net.
--> -->
<NotepadPlus> <NotepadPlus>
@ -24,13 +24,14 @@
</Entries> </Entries>
<!-- Sub Menu Entries --> <!-- Sub Menu Entries -->
<SubEntries> <SubEntries>
<Item posX = "1" posY = "9" name = "In &amp;Zwischenablage kopieren"/> <Item posX = "1" posY = "9" name = "Pfad in &amp;Zwischenablage kopieren"/>
<Item posX = "1" posY = "10" name = "Ein&amp;rückung"/> <Item posX = "1" posY = "10" name = "Ein&amp;rückung"/>
<Item posX = "1" posY = "11" name = "&amp;Groß-/Kleinschreibung"/> <Item posX = "1" posY = "11" name = "&amp;Groß-/Kleinschreibung"/>
<Item posX = "1" posY = "12" name = "&amp;Zeilen"/> <Item posX = "1" posY = "12" name = "&amp;Zeilen"/>
<Item posX = "1" posY = "13" name = "&amp;Kommentare"/> <Item posX = "1" posY = "13" name = "&amp;Kommentare"/>
<Item posX = "1" posY = "14" name = "Autovervollst&amp;ändigung"/> <Item posX = "1" posY = "14" name = "Autovervollst&amp;ändigung"/>
<Item posX = "1" posY = "15" name = "Zeile&amp;nende"/> <Item posX = "1" posY = "15" name = "Zeile&amp;nende"/>
<Item posX = "1" posY = "16" name = "Nicht &amp;druckbare Zeichen"/>
<Item posX = "2" posY = "16" name = "Alle &amp;Vorkommnisse hervorheben"/> <Item posX = "2" posY = "16" name = "Alle &amp;Vorkommnisse hervorheben"/>
<Item posX = "2" posY = "17" name = "Alle &amp;Hervorhebungen löschen"/> <Item posX = "2" posY = "17" name = "Alle &amp;Hervorhebungen löschen"/>
<Item posX = "2" posY = "18" name = "Zu vorheriger Hervorhebung s&amp;pringen"/> <Item posX = "2" posY = "18" name = "Zu vorheriger Hervorhebung s&amp;pringen"/>
@ -100,14 +101,14 @@
<Item id = "42021" name = "Makro ausfüh&amp;ren"/> <Item id = "42021" name = "Makro ausfüh&amp;ren"/>
<Item id = "42022" name = "Zeilenweise ein-/auskommentieren"/> <Item id = "42022" name = "Zeilenweise ein-/auskommentieren"/>
<Item id = "42023" name = "Markierung auskommentieren"/> <Item id = "42023" name = "Markierung auskommentieren"/>
<Item id = "42024" name = "Leerzeichen am Zeilenende l&amp;öschen"/> <Item id = "42024" name = "Leerzeichen und Tabulatoren am Zeilen&amp;ende löschen"/>
<Item id = "42025" name = "Aufgenommenes Makro s&amp;peichern"/> <Item id = "42025" name = "Aufgenommenes Makro s&amp;peichern"/>
<Item id = "42026" name = "Schreib&amp;richtung R->L"/> <Item id = "42026" name = "Schreib&amp;richtung R->L"/>
<Item id = "42027" name = "Schreib&amp;richtung L->R"/> <Item id = "42027" name = "Schreib&amp;richtung L->R"/>
<Item id = "42028" name = "Schreibschut&amp;z"/> <Item id = "42028" name = "Schreibschut&amp;z"/>
<Item id = "42029" name = "Gesamten akt. Datei&amp;pfad kopieren"/> <Item id = "42029" name = "Vollständigen &amp;Pfad kopieren"/>
<Item id = "42030" name = "Aktiven Datei&amp;namen kopieren"/> <Item id = "42030" name = "Nur Datei&amp;namen kopieren"/>
<Item id = "42031" name = "Aktiven &amp;Verzeichnispfad kopieren"/> <Item id = "42031" name = "Nur &amp;Verzeichnispfad kopieren"/>
<Item id = "42032" name = "Makro &amp;mehrfach ausführen ..."/> <Item id = "42032" name = "Makro &amp;mehrfach ausführen ..."/>
<Item id = "42033" name = "Schreibschut&amp;z-Attribut löschen"/> <Item id = "42033" name = "Schreibschut&amp;z-Attribut löschen"/>
<Item id = "42034" name = "&amp;Block-Editor ..."/> <Item id = "42034" name = "&amp;Block-Editor ..."/>
@ -115,6 +116,12 @@
<Item id = "42036" name = "Block einkommentieren"/> <Item id = "42036" name = "Block einkommentieren"/>
<Item id = "42040" name = "Alle zuletzt &amp;verwendeten Dateien öffnen"/> <Item id = "42040" name = "Alle zuletzt &amp;verwendeten Dateien öffnen"/>
<Item id = "42041" name = "Liste der zuletzt &amp;verwendeten Dateien löschen"/> <Item id = "42041" name = "Liste der zuletzt &amp;verwendeten Dateien löschen"/>
<Item id = "42042" name = "Leerzeichen und Tabulatoren am Zeilen&amp;anfang löschen"/>
<Item id = "42043" name = "Leerzeichen und Tabulatoren am Zeilenanfang &amp;und -ende löschen"/>
<Item id = "42044" name = "Zeilenumbrüche in Leerzeichen &amp;konvertieren"/>
<Item id = "42045" name = "&amp;Mehrfachen Whitespace und Umbrüche entfernen"/>
<Item id = "42046" name = "Tabulatoren in &amp;Leerzeichen umwandeln"/>
<Item id = "42047" name = "Leerzeichen in &amp;Tabulatoren umwandeln"/>
<Item id = "43001" name = "&amp;Suchen ..."/> <Item id = "43001" name = "&amp;Suchen ..."/>
<Item id = "43002" name = "&amp;Weitersuchen"/> <Item id = "43002" name = "&amp;Weitersuchen"/>
<Item id = "43003" name = "&amp;Ersetzen ..."/> <Item id = "43003" name = "&amp;Ersetzen ..."/>
@ -167,7 +174,7 @@
<Item id = "44011" name = "Benutzerdefinierte Spra&amp;che ..."/> <Item id = "44011" name = "Benutzerdefinierte Spra&amp;che ..."/>
<Item id = "44019" name = "&amp;Alle Zeichen anzeigen"/> <Item id = "44019" name = "&amp;Alle Zeichen anzeigen"/>
<Item id = "44020" name = "&amp;Einzüge anzeigen"/> <Item id = "44020" name = "&amp;Einzüge anzeigen"/>
<Item id = "44022" name = "Autom. Zeilen&amp;umbruch"/> <Item id = "44022" name = "Automatischer Zeilen&amp;umbruch"/>
<Item id = "44023" name = "Schrift ver&amp;größern"/> <Item id = "44023" name = "Schrift ver&amp;größern"/>
<Item id = "44024" name = "Schrift ver&amp;kleinern"/> <Item id = "44024" name = "Schrift ver&amp;kleinern"/>
<Item id = "44025" name = "&amp;Leerzeichen und Tabulatoren anzeigen"/> <Item id = "44025" name = "&amp;Leerzeichen und Tabulatoren anzeigen"/>
@ -180,7 +187,7 @@
<Item id = "44034" name = "Immer im Vordergrund &amp;halten"/> <Item id = "44034" name = "Immer im Vordergrund &amp;halten"/>
<Item id = "44035" name = "S&amp;ynchrones vertikales Scrollen"/> <Item id = "44035" name = "S&amp;ynchrones vertikales Scrollen"/>
<Item id = "44036" name = "Synchrones &amp;horizontales Scrollen"/> <Item id = "44036" name = "Synchrones &amp;horizontales Scrollen"/>
<Item id = "44041" name = "Zeige Symbol bei Zeilen&amp;umbruch"/> <Item id = "44041" name = "Symbol bei automatischem &amp;Umbruch"/>
<Item id = "44042" name = "&amp;Zeilen ausblenden"/> <Item id = "44042" name = "&amp;Zeilen ausblenden"/>
<Item id = "44049" name = "Datei-&amp;Info ..."/> <Item id = "44049" name = "Datei-&amp;Info ..."/>
<Item id = "44072" name = "&amp;Zweite Ansicht aktivieren"/> <Item id = "44072" name = "&amp;Zweite Ansicht aktivieren"/>
@ -205,7 +212,7 @@
<Item id = "46015" name = "MS-DOS-Stil"/> <Item id = "46015" name = "MS-DOS-Stil"/>
<Item id = "46016" name = "Normaler Text"/> <Item id = "46016" name = "Normaler Text"/>
<Item id = "46017" name = "Ressourcen-Datei"/> <Item id = "46017" name = "Ressourcen-Datei"/>
<Item id = "46019" name = "INI-Datei"/> <!-- <Item id = "46019" name = "MS-INI-Datei"/> -->
<Item id = "46080" name = "Benutzerdefiniert"/> <Item id = "46080" name = "Benutzerdefiniert"/>
<Item id = "47000" name = "&amp;Info ..."/> <Item id = "47000" name = "&amp;Info ..."/>
<Item id = "47001" name = "Notepad++ im &amp;Web"/> <Item id = "47001" name = "Notepad++ im &amp;Web"/>
@ -250,7 +257,7 @@
</TabBar> </TabBar>
</Menu> </Menu>
<Dialog> <Dialog>
<Find title = "Suchen &amp; Ersetzen" titleFind = "Suchen" titleReplace = "Ersetzen" titleFindInFiles = "In Dateien suchen"> <Find title = "Suchen &amp; Ersetzen" titleFind = "Suchen" titleReplace = "Ersetzen" titleFindInFiles = "In Dateien suchen" titleMark = "Vorkommnisse markieren">
<Item id = "1" name = "&amp;Weitersuchen"/> <Item id = "1" name = "&amp;Weitersuchen"/>
<Item id = "2" name = "&amp;Schließen"/> <Item id = "2" name = "&amp;Schließen"/>
<Item id = "1620" name = "Suchen &amp;nach"/> <Item id = "1620" name = "Suchen &amp;nach"/>
@ -272,7 +279,7 @@
<Item id = "1686" name = "Transparenz"/> <Item id = "1686" name = "Transparenz"/>
<Item id = "1624" name = "Suchmodus"/> <Item id = "1624" name = "Suchmodus"/>
<Item id = "1625" name = "Norma&amp;l"/> <Item id = "1625" name = "Norma&amp;l"/>
<Item id = "1626" name = "Erwe&amp;itert (\n, \r, \t, \0, \x ...)"/> <Item id = "1626" name = "Erwe&amp;itert (\n, \r, \t, \0, \x...)"/>
<Item id = "1627" name = "Unten"/> <Item id = "1627" name = "Unten"/>
<Item id = "1632" name = "In &amp;Markierung"/> <Item id = "1632" name = "In &amp;Markierung"/>
<Item id = "1633" name = "Zurücksetzen"/> <Item id = "1633" name = "Zurücksetzen"/>
@ -526,10 +533,10 @@
<Item id = "6323" name = "Automatisches Update aktivieren"/> <Item id = "6323" name = "Automatisches Update aktivieren"/>
<Item id = "6324" name = "Dokumentenumschalter (Strg+Tab)"/> <Item id = "6324" name = "Dokumentenumschalter (Strg+Tab)"/>
<Item id = "6325" name = "Nach Aktualisierung zum Ende scrollen"/> <Item id = "6325" name = "Nach Aktualisierung zum Ende scrollen"/>
<Item id = "6326" name = "Intelligentes Hervorheben benutzen"/> <Item id = "6326" name = "Bei Doppelklick alle hervorheben"/>
<Item id = "6327" name = "Tags hervorheben"/> <Item id = "6327" name = "Tags hervorheben"/>
<Item id = "6328" name = "Attribute hervorheben"/> <Item id = "6328" name = "Attribute hervorheben"/>
<Item id = "6329" name = "Tag-Hervorhebung"/> <Item id = "6329" name = "HTML-Hervorhebung"/>
<Item id = "6330" name = "PHP/ASP-Bereiche hervorheben"/> <Item id = "6330" name = "PHP/ASP-Bereiche hervorheben"/>
<Item id = "6331" name = "Nur Dateinamen in Titelleiste anzeigen"/> <Item id = "6331" name = "Nur Dateinamen in Titelleiste anzeigen"/>
</MISC> </MISC>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,607 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
::Hindi language file for Notepad++ ::
** created By:- Rathin A. Dholakia **
Email- rathin2j@gmail.com
-->
<NotepadPlus>
<Native-Langue name="हिन्दी" filename="hindi.xml">
<Menu>
<Main>
<!-- Main Menu Entries -->
<Entries>
<Item id="0" name="&amp;फाईल"/>
<Item id="1" name="&amp;एडिट"/>
<Item id="2" name="&amp;सर्च"/>
<Item id="3" name="&amp;व्यू"/>
<Item id="4" name="&amp;एन्कोडिंग"/>
<Item id="5" name="&amp;भाषा"/>
<Item id="6" name="&amp;सेटिंग"/>
<Item id="7" name="मेक्रो"/>
<Item id="8" name="चलाये"/>
<Item idName="Plugins" name="प्लगइन्स"/>
<Item idName="Window" name="विन्डों"/>
</Entries>
<!-- Sub Menu Entries -->
<SubEntries>
<Item posX="1" posY="9" name="क्लिपबोर्ड पे कॉपी करे"/>
<Item posX="1" posY="10" name="इंडेन्ट"/>
<Item posX="1" posY="11" name="कैस को एसे बदले"/>
<Item posX="1" posY="12" name="लाईन ऑपरेशन"/>
<Item posX="1" posY="13" name="कॉमेंट/कटाक्ष"/>
<Item posX="1" posY="14" name="स्वचालित पूर्ति"/>
<Item posX="1" posY="15" name="EOL कन्वर्जन"/>
<Item posX="1" posY="16" name="ब्लैंक ऑपरेशन"/>
<Item posX="2" posY="16" name="सभी चिन्हित करे"/>
<Item posX="2" posY="17" name="सभी चिन्ह निकाले"/>
<Item posX="2" posY="18" name="ऊपर कूदे"/>
<Item posX="2" posY="19" name="नीच कूदे"/>
<Item posX="2" posY="21" name="बूकमार्क"/>
<Item posX="3" posY="4" name="चिन्ह दिखाये"/>
<Item posX="3" posY="5" name="बड़ा करे"/>
<Item posX="3" posY="6" name="चालु दस्तावेज़ को हिलाये/क्लोन करे"/>
<Item posX="3" posY="16" name="लेवल मिटाए"/>
<Item posX="3" posY="17" name="लेवल अनकोलेप्स करे"/>
<Item posX="4" posY="5" name="वर्ण सेट"/>
<Item posX="4" posY="5" posZ="0" name="अरबी"/>
<Item posX="4" posY="5" posZ="1" name="बाल्टिक"/>
<Item posX="4" posY="5" posZ="2" name="केल्टिक"/>
<Item posX="4" posY="5" posZ="3" name="सिरिलिक"/>
<Item posX="4" posY="5" posZ="4" name="मध्य यूरोप"/>
<Item posX="4" posY="5" posZ="5" name="चाइनीज"/>
<Item posX="4" posY="5" posZ="6" name="पूर्वीय यूरोप"/>
<Item posX="4" posY="5" posZ="7" name="ग्रीक"/>
<Item posX="4" posY="5" posZ="8" name="हिब्रू"/>
<Item posX="4" posY="5" posZ="9" name="जापानीस"/>
<Item posX="4" posY="5" posZ="10" name="कोरियन"/>
<Item posX="4" posY="5" posZ="11" name="ऊतर यूरोप"/>
<Item posX="4" posY="5" posZ="12" name="थाई"/>
<Item posX="4" posY="5" posZ="13" name="तुर्किश"/>
<Item posX="4" posY="5" posZ="14" name="पश्चिम यूरोप"/>
<Item posX="4" posY="5" posZ="15" name="वियतनाम"/>
<Item posX="6" posY="4" name="आयात"/>
</SubEntries>
<!-- all menu item -->
<Commands>
<Item id="41001" name="&amp;नया"/>
<Item id="41002" name="&amp;खोले"/>
<Item id="41003" name="बंध"/>
<Item id="41004" name="&amp;सब बंध"/>
<Item id="41005" name="चालु दस्तावेज़ के अलावा सब बंध"/>
<Item id="41006" name="&amp;सेव"/>
<Item id="41007" name="&amp;सब सेव करे"/>
<Item id="41008" name="&amp;की तरह सेव करे"/>
<Item id="41010" name="छापे..."/>
<Item id="1001" name="अभी छापे"/>
<Item id="41011" name="&amp;बाहर"/>
<Item id="41012" name="सत्र लोड करे"/>
<Item id="41013" name="सत्र सेव करे..."/>
<Item id="41014" name="डिस्क पर से रीलोड करे"/>
<Item id="41015" name="नकल सेव करे..."/>
<Item id="41016" name="डिस्क पर से निकाले"/>
<Item id="41017" name="पुनःनामांकन..."/>
<Item id="42001" name="&amp;कट (cut)"/>
<Item id="42002" name="&amp;कॉपी (copy)"/>
<Item id="42003" name="&amp;पूर्ववत करे (Undo)"/>
<Item id="42004" name="&amp;फिर से करे (Redo)"/>
<Item id="42005" name="&amp;पेस्ट (Paste)"/>
<Item id="42006" name="&amp;रद (डिलीट/Delete)"/>
<Item id="42007" name="&amp;सभी पसंद करे (Select All)"/>
<Item id="42008" name="लाईन इंडेंट बढ़ाए"/>
<Item id="42009" name="लाईन इंडेंट घटाए"/>
<Item id="42010" name="वर्तमान लाईन की नकल करे"/>
<Item id="42012" name="लाईन विभाजित करे"/>
<Item id="42013" name="लाईन जोड़े"/>
<Item id="42014" name="वर्तमान लाईन को ऊपर सरकाये"/>
<Item id="42015" name="वर्तमान लाईन को नीचे सरकाये"/>
<Item id="42016" name="अपरकेस"/>
<Item id="42017" name="लोअरकेस"/>
<Item id="42018" name="&amp;रिकॉर्डिंग चालु करे"/>
<Item id="42019" name="&amp;रिकॉर्डिंग रोके"/>
<Item id="42021" name="&amp;प्लेबैक"/>
<Item id="42022" name="ब्लॉक कन्टेन्ट टॉगल करे"/>
<Item id="42023" name="कन्टेन्ट स्ट्रीम करे"/>
<Item id="42042" name="लिडिंग स्पेस को छाँटे"/>
<Item id="42043" name="आगे और पीछे की स्पेस को छाँटे"/>
<Item id="42044" name="EOL से स्पेस"/>
<Item id="42045" name="बिन जरूरी ब्लैंक और EOL निकाले"/>
<Item id="42046" name="TAB से स्पेस"/>
<Item id="42047" name="स्पेस से TAB"/>
<Item id="42024" name="अनुगामी स्पेस छाँटे"/>
<Item id="42025" name="अभी रिकॉर्ड कियागया मेक्रो (macro)सेव करे"/>
<Item id="42026" name="RTL अक्षर की दिशा "/>
<Item id="42027" name="LTR अक्षर की दिशा "/>
<Item id="42028" name="Read-Only सेट करे"/>
<Item id="42029" name="वर्तमान फाईल का पथ क्लिपबोर्ड पर ले"/>
<Item id="42030" name="वर्तमान फाईल के नाम को क्लिपबोर्ड पर ले"/>
<Item id="42031" name="वर्तमान डिरेक्टरि पथ को क्लिपबोर्ड पर ले"/>
<Item id="42032" name="मेकरो को कई बार चलाए..."/>
<Item id="42033" name="Read-Only फ्लेग को निकाले"/>
<Item id="42035" name="टीका (comment) को रोके"/>
<Item id="42036" name="Uncomment को रोके"/>
<Item id="43001" name="&amp;खोजे..."/>
<Item id="43002" name="&amp;अगला खोजे"/>
<Item id="43003" name="बदले (replace)..."/>
<Item id="43004" name="गो टु..."/>
<Item id="43005" name="बुकमार्क टॉगल करे"/>
<Item id="43006" name="अगला बुकमार्क"/>
<Item id="43007" name="पिछला बुकमार्क"/>
<Item id="43008" name="सभी बुकमार्क निकाल दे"/>
<Item id="43009" name="मिलते ब्रेकेट पर जाए"/>
<Item id="43010" name="अगला खोजे"/>
<Item id="43011" name="&amp;इंक्रीमेंटल खोज"/>
<Item id="43013" name="फ़ाईलों मे खोजे"/>
<Item id="43014" name="अगला (Volatile) खोजे"/>
<Item id="43015" name="अगला (Volatile) खोजे"/>
<Item id="43016" name="सभी चिन्हित करे"/>
<Item id="43017" name="सभी चिन्हित निकाले"/>
<Item id="43018" name="बुकमार्कड लाइनको कट करो"/>
<Item id="43019" name="बुकमार्कड लाइनको कॉपी करो"/>
<Item id="43020" name="बुकमार्कड लाइन मे पेस्ट करो (Replace)"/>
<Item id="43021" name="बुकमार्कड लाइनको रद्द (delete) करो"/>
<Item id="43022" name="१ला स्टाईल ईस्तेमाल करके"/>
<Item id="43023" name="१ला स्टाईल निकाले"/>
<Item id="43024" name="2रा स्टाईल ईस्तेमाल करके"/>
<Item id="43025" name="2रा स्टाईल निकाले"/>
<Item id="43026" name="३रा स्टाईल ईस्तेमाल करके"/>
<Item id="43027" name="3रा स्टाईल निकाले"/>
<Item id="43028" name="4था स्टाईल ईस्तेमाल करके"/>
<Item id="43029" name="4था स्टाईल निकाले"/>
<Item id="43030" name="5वा स्टाईल ईस्तेमाल करके"/>
<Item id="43031" name="5वा स्टाईल निकाले"/>
<Item id="43032" name="सभी स्टाईल निकाले"/>
<Item id="43033" name="1ला स्टाईल"/>
<Item id="43034" name="2रा स्टाईल"/>
<Item id="43035" name="3रा स्टाईल"/>
<Item id="43036" name="4था स्टाईल"/>
<Item id="43037" name="5वा स्टाईल"/>
<Item id="43038" name="स्टाईल खोजे"/>
<Item id="43039" name="1ला स्टाईल"/>
<Item id="43040" name="2रा स्टाईल"/>
<Item id="43041" name="3रा स्टाईल"/>
<Item id="43042" name="4था स्टाईल"/>
<Item id="43043" name="5वा स्टाईल"/>
<Item id="43044" name="स्टाईल खोजे"/>
<Item id="43045" name="परिणामकी विंडो खोजे"/>
<Item id="43046" name="अगला खोज परिणाम"/>
<Item id="43047" name="पिछला खोज परिणाम"/>
<Item id="43048" name="पसंद करे और अगला खोजे"/>
<Item id="43049" name="पसंद करे और पिछला ख़ोजे"/>
<Item id="43050" name="उलटा बुकमार्क"/>
<Item id="44009" name="ईसे-डाले (post-it)"/>
<Item id="44010" name="सब गड़ी करे"/>
<Item id="44011" name="उपयोग कर्ता द्वारा बताया गया डायलोग..."/>
<Item id="44019" name="सभी केरेक्टर दिखाए"/>
<Item id="44020" name="ईन्डेन्ट मार्ग दर्शक दिखाए"/>
<Item id="44022" name="रेप (Wrap)"/>
<Item id="44023" name="&amp;बड़ा करे Ctrl+Mouse Wheel Up"/>
<Item id="44024" name="&amp;छोटा करे Ctrl+Mouse Wheel Down"/>
<Item id="44025" name="खाली जगह और टैब दिखाए"/>
<Item id="44026" name="लाईन का अंत दिखाए"/>
<Item id="44029" name="सभी गड़ी खोल दे"/>
<Item id="44030" name="वर्तमान लेवल को गिरा (collapse) दे"/>
<Item id="44031" name="वर्तमान लेवल को खड़ा (Uncollapse) करे"/>
<Item id="44032" name="Full Screen मोड बदले"/>
<Item id="44033" name="पूर्ववत zoom बहाल करे"/>
<Item id="44034" name="हमेशा ऊपर"/>
<Item id="44049" name="सारांश..."/>
<Item id="44035" name="खड़ा स्क्रोलिंग सिंक्रोंनाईज़ करे"/>
<Item id="44036" name="क्षैतिज स्क्रोलिंग सिंक्रोंनाईज़ करे"/>
<Item id="44041" name="wrap चिन्ह दिखाए"/>
<Item id="44072" name="दूसरा व्यू फोकस करे"/>
<Item id="45001" name="WINDOWS फ़ारमैट में रूपांतरित करे"/>
<Item id="45002" name="UNIX फ़ारमैट में रूपांतरित करे"/>
<Item id="45003" name="MAC फ़ारमैट में रूपांतरित करे"/>
<Item id="45004" name="ANSI में एन्कोड करे"/>
<Item id="45005" name="UTF-8 में एन्कोड करे"/>
<Item id="45006" name="UCS-2 Big Endian में एन्कोड करे"/>
<Item id="45007" name="UCS-2 Little Endian में एन्कोड करे"/>
<Item id="45008" name="UTF-8 without BOM में एन्कोड करे"/>
<Item id="45009" name="ANSI में रूपांतरित करे"/>
<Item id="45010" name="UTF-8 without BOM में रूपांतरित करे"/>
<Item id="45011" name="UTF-8 में रूपांतरित करे"/>
<Item id="45012" name="UCS-2 Big Endian में रूपांतरित करे"/>
<Item id="45013" name="UCS-2 Little Endian में रूपांतरित करे"/>
<Item id="10001" name="दूसरे व्यू में जाए"/>
<Item id="10002" name="दूसरे व्यू में क्लोन करे"/>
<Item id="10003" name="नए इन्स्टन्स पे जाए"/>
<Item id="10004" name="नया इन्स्टन्स खोले"/>
<Item id="46001" name="स्टाइल विन्यासक..."/>
<Item id="46080" name="उपयोग कर्ता निर्दीष्ट"/>
<Item id="47000" name="Notepad++ के बारेमे..."/>
<Item id="47001" name="Notepad++ गृह"/>
<Item id="47002" name="Notepad++ प्रोजेक्ट पेज"/>
<Item id="47003" name="ऑनलाइन डॉक्युमेंटेशन"/>
<Item id="47004" name="फॉरम"/>
<Item id="47005" name="और प्लग-इन पाए"/>
<Item id="47006" name="Notepad++ अपडेट करे"/>
<Item id="47008" name=" सहायता सामग्री"/>
<Item id="48005" name="Plugin(s) आयात करे..."/>
<Item id="48006" name="Theme(s) आयात करे..."/>
<Item id="48009" name="शॉर्टकट मेपर..."/>
<Item id="48011" name="पसंदगी (Preferences)..."/>
<Item id="49000" name="&amp;चलाए (Run)..."/>
<Item id="50000" name="फंकशन पूर्णांकन"/>
<Item id="50001" name="शब्द पूर्णांकन"/>
<Item id="50002" name="फंकशन पेरमीटर संकेत(हिंट)"/>
<Item id="42034" name="कॉलम संपादक (एडिटर)..."/>
<Item id="44042" name="लाइन छिपाये"/>
<Item id="42040" name="सभी ताजा फ़ाईले खोले"/>
<Item id="42041" name="ताजा फाईल यादी मिटाये"/>
<Item id="48016" name="modify शॉर्टकट/डिलीट मैक्रो..."/>
<Item id="48017" name="Modify शॉर्टकट/डिलीट कमांड..."/>
<Item id="48018" name="पॉपअप कोंटेक्स्ट मेनू दुरस्त"/>
</Commands>
</Main>
<Splitter>
</Splitter>
<TabBar>
<Item order="0" name="बंध"/>
<Item order="1" name="ईस के अलावा सभी बंध करे"/>
<Item order="2" name="सेव"/>
<Item order="3" name="सेव एज़..."/>
<Item order="4" name="छापे"/>
<Item order="5" name="दूसरे व्यू पे जाए"/>
<Item order="6" name="दूसरे व्यू पे क्लोन करे"/>
<Item order="7" name="फ़ाईल का पुरा पथ क्लिपबोर्ड पर"/>
<Item order="8" name="फाईल के नाम को क्लिपबोर्ड पर"/>
<Item order="9" name="वर्तमान डिरेक्टरी पथ को क्लिपबोर्ड पर"/>
<Item order="10" name="पुनः नामांकन"/>
<Item order="11" name="रद्द करे (Delete)"/>
<Item order="12" name="Read-Only"/>
<Item order="13" name="Read-Only फ्लेग निकाले"/>
<Item order="14" name="नए इन्स्टन्स पर जाए"/>
<Item order="15" name="नया इन्स्टन्स खोले"/>
</TabBar>
</Menu>
<Dialog>
<Find title="" titleFind="ख़ोजे" titleReplace="बदले (replace)" titleFindInFiles="फाईल मे ख़ोजे" titleMark="चिन्हित">
<Item id="1" name="अगला खोजे"/>
<Item id="2" name="बंध"/>
<Item id="1620" name="क्या खोजे:"/>
<Item id="1603" name="&amp;पुरा शब्द मिलाए"/>
<Item id="1604" name="&amp;केस (case) मिलाए"/>
<Item id="1605" name="&amp;रेग्युलर एक्स्प्रेशन (expression)"/>
<Item id="1606" name="&amp;आजुबाजु लपेटे"/>
<Item id="1612" name="&amp;उपर"/>
<Item id="1613" name="&amp;नीचे"/>
<Item id="1614" name="गिनती"/>
<Item id="1615" name="सब खोजे"/>
<Item id="1616" name="लाईन चिन्हित करे"/>
<Item id="1617" name="स्टाइल ने टोकन खोजा"/>
<Item id="1618" name="हरेक खोज साफ़ (Purge) करे"/>
<Item id="1621" name="दिशा"/>
<Item id="1611" name="&amp;के साथ बदले:"/>
<Item id="1608" name="&amp;बदले"/>
<Item id="1609" name="&amp;सब बदले"/>
<Item id="1623" name="पारदर्शिता"/>
<Item id="1687" name="फोकस गवाने पर"/>
<Item id="1688" name="हमेशा"/>
<Item id="1632" name="पसंदगी में"/>
<Item id="1633" name="क्लिअर"/>
<Item id="1635" name="सभी खुले दस्तावेजो में सब बदले"/>
<Item id="1636" name="सभी खुले दस्तावेज़ो में सब खोजे"/>
<Item id="1637" name="फ़ाईलों में खोजे"/>
<Item id="1654" name="फिल्टर्स:"/>
<Item id="1655" name="डिरेक्टरी:"/>
<Item id="1656" name="सब खोजे"/>
<Item id="1658" name="सभी सब (sub) फ़ोल्डर्स में"/>
<Item id="1659" name="छिपे फ़ोल्डर्स में"/>
<Item id="1624" name="जांच मोड"/>
<Item id="1625" name="सामान्य"/>
<Item id="1626" name="विस्तृत (\n, \r, \t, \0, \x...)"/>
<Item id="1660" name="फ़ाईलों में बदले"/>
<Item id="1661" name="वर्तमान दस्तावेज़ का पीछा करे"/>
<Item id="1641" name="सभी वस्तु वर्तमान दस्तावेज़ में खोजे"/>
<Item id="1686" name="पारदर्शिता"/>
</Find>
<GoToLine title="गो टु...">
<Item id="2007" name="लाईन"/>
<Item id="2008" name="ऑफसेट"/>
<Item id="1" name="&amp;जाओ"/>
<Item id="2" name="मै कहीं नहीं जा रहा"/>
<Item id="2004" name="आप यहा हे:"/>
<Item id="2005" name="आप जाना चाहते हे:"/>
<Item id="2006" name="ईस से आगे नहीं जा शकते:"/>
</GoToLine>
<Run title="रन (Run)...">
<Item id="1903" name="चलाने के लिए प्रोग्राम"/>
<Item id="1" name="चलाए"/>
<Item id="2" name="रद्द"/>
<Item id="1904" name="संग्रह..."/>
</Run>
<StyleConfig title="स्टाइल कोन्फ़िगरेटर">
<Item id="2" name="रद्द"/>
<Item id="2301" name="संग्रह करे &amp;और बंध करे"/>
<Item id="2303" name="पारदर्शिता"/>
<Item id="2306" name="थीम पसंद करे: "/>
<SubDialog>
<Item id="2204" name="बोल्ड"/>
<Item id="2205" name="इटालिक"/>
<Item id="2206" name="अग्रभूमि का रंग"/>
<Item id="2207" name="पृस्ठभूमि का रंग"/>
<Item id="2208" name="फॉन्टका नाम:"/>
<Item id="2209" name="फॉन्टकी साइज़:"/>
<Item id="2212" name="कलर स्टाइल"/>
<Item id="2213" name="फॉन्ट स्टाइल"/>
<Item id="2214" name="डिफ़ाल्ट ext.:"/>
<Item id="2216" name="यूसर ext.:"/>
<Item id="2218" name="अंडरलाइन"/>
<Item id="2219" name="डिफ़ाल्ट कीवर्ड"/>
<Item id="2221" name="यूसर-डिफ़ाईन कीवर्ड"/>
<Item id="2225" name="भाषा:"/>
<Item id="2226" name="वैश्विक अग्रभूमि रंग सक्रिय करें"/>
<Item id="2227" name="वैश्विक पृस्ठभूमि रंग सक्रिय करें"/>
<Item id="2228" name="वैश्विक फ़ॉन्ट सक्रिय करें"/>
<Item id="2229" name="वैश्विक फ़ॉन्ट साइज़ सक्रिय करें"/>
<Item id="2230" name="वैश्विक बोल्ड फ़ॉन्ट स्टाइल सक्रिय करें"/>
<Item id="2231" name="वैश्विक इटालिक फ़ॉन्ट स्टाइल सक्रिय करें"/>
<Item id="2232" name="वैश्विक अंडरलाइन फ़ॉन्ट स्टाइल सक्रिय करें"/>
</SubDialog>
</StyleConfig>
<UserDefine title="यूजर-डिफ़ाईन्ड">
<Item id="20002" name="पुनः नामांकन"/>
<Item id="20003" name="नया रचे..."/>
<Item id="20004" name="निकाले"/>
<Item id="20005" name="सेव एज़..."/>
<Item id="20007" name="उपयोग कर्ता भाषा:"/>
<Item id="20009" name="Ext.:"/>
<Item id="20012" name="केस की अवगणना"/>
<Item id="20011" name="पारदर्शिता"/>
<Item id="20016" name="आयात..."/>
<Item id="20015" name="निर्यात..."/>
<Item id="0" name="कलर स्टाइल"/>
<Item id="1" name="अग्रभूमि का रंग"/>
<Item id="2" name="पृस्ठभूमि का रंग"/>
<Item id="3" name="फॉन्ट स्टाइल"/>
<Item id="4" name="फॉन्टका नाम:"/>
<Item id="5" name="फॉन्टकी साइज़:"/>
<Item id="6" name="बोल्ड"/>
<Item id="7" name="इटालिक"/>
<Item id="8" name="अंडरलाइन"/>
<Folder title="फोंल्डर डिफ़ाल्ट">
<Item id="21101" name="डिफ़ाल्ट स्टाइल सेटिंग"/>
<Item id="21201" name="फोंल्डर खोलनेके कीवर्ड सेटिंग"/>
<Item id="21301" name="फोंल्डर बंध करनेके कीवर्ड सेटिंग"/>
</Folder>
<Keywords title="किवर्ड लिस्ट">
<Item id="22101" name="1ला समूह"/>
<Item id="22201" name="2रा समूह"/>
<Item id="22301" name="3रा समूह"/>
<Item id="22401" name="4था समूह"/>
<Item id="22113" name="उपसर्ग (Prefix) मोड" />
<Item id="22213" name="उपसर्ग (Prefix) मोड"/>
<Item id="22313" name="उपसर्ग (Prefix) मोड"/>
<Item id="22413" name="उपसर्ग (Prefix) मोड"/>
</Keywords>
<Comment title="कॉमेंट &amp;&amp; नंबर">
<Item id="23301" name="कॉमेंट लाईन"/>
<Item id="23101" name="कॉमेंट ब्लॉक"/>
<Item id="23113" name="कॉमेंट खोले:"/>
<Item id="23115" name="कॉमेंट बंध:"/>
<Item id="23116" name="कीवर्ड को चिन्ह की तरह ले"/>
<Item id="23117" name="कीवर्डॉ को चिन्ह की तरह ले"/>
<Item id="23201" name="आंक"/>
</Comment>
<Operator title="ऑपरेटर">
<Item id="24107" name="ऑपरेटर"/>
<Item id="24103" name="उपलब्ध चिन्ह"/>
<Item id="24101" name="सक्रिय ऑपरेटर"/>
<Item id="24201" name="डिलिमिटर-1"/>
<Item id="24211" name="बाउन्ड्री ओपन:"/>
<Item id="24214" name="बाउन्ड्री बंध:"/>
<Item id="24301" name="डिलिमिटर-2"/>
<Item id="24311" name="बाउन्ड्री ओपन:"/>
<Item id="24314" name="बाउन्ड्री बंध:"/>
</Operator>
<Item id="24001" name="इस्केप कैरेक्टर सक्रिय करे:"/>
</UserDefine>
<Preference title="प्रेफ़रंस (Preferences)">
<Item id="6001" name="बंध"/>
<Global title="समान्य">
<Item id="6101" name="टूलबार"/>
<Item id="6102" name="छिपाए"/>
<Item id="6103" name="छोटे आइकॉनस"/>
<Item id="6104" name="बड़े आइकॉनस"/>
<Item id="6105" name="स्टेंडर्ड आइकॉन"/>
<Item id="6106" name="टैब बार"/>
<Item id="6107" name="घटाए"/>
<Item id="6108" name="लॉक (no drag and drop)"/>
<Item id="6109" name="निष्क्रिय टैब को काला करे"/>
<Item id="6110" name="सक्रिय टैब पर रंगीन बार बनाए"/>
<Item id="6111" name="स्टेटस बार दिखाए"/>
<Item id="6112" name="हरेक टैब पर बंध का बटन दिखाए"/>
<Item id="6113" name="दस्तावेज़ बंध करने के लिए दो बार क्लिक करे"/>
<Item id="6118" name="छिपाए"/>
<Item id="6119" name="मल्टी-लाईन"/>
<Item id="6120" name="खड़ा (Vertical)"/>
<Item id="6121" name="मेनू बार"/>
<Item id="6122" name="छिपाए (टॉगल करने Alt या F10 कुंजी ईस्तेमाल करे)"/>
<Item id="6123" name="लोकलाईजेशन"/>
</Global>
<Scintillas title="एडिटिंग">
<Item id="6216" name="कैरेट (Caret) सेटिंग्स"/>
<Item id="6217" name="चोडाई:"/>
<Item id="6219" name="ज़बक ने की मात्रा:"/>
<Item id="6221" name="F"/>
<Item id="6222" name="S"/>
<Item id="6224" name="मल्टी-एडिटिंग सेटिंग्स"/>
<Item id="6225" name="सक्रिय (Ctrl+Mouse click/selection)"/>
<Item id="6201" name="फोंल्डर मार्जिन स्टाइल"/>
<Item id="6202" name="सिम्पल (Simple)"/>
<Item id="6203" name="ऐरो (Arrow)"/>
<Item id="6204" name="सर्कल ट्री"/>
<Item id="6205" name="बॉक्स ट्री"/>
<Item id="6226" name="कुछ नहीं (None)"/>
<Item id="6227" name="लाईन wrap"/>
<Item id="6228" name="डिफ़ाल्ट (Default) "/>
<Item id="6229" name="अलाईन्ड (Aligned)"/>
<Item id="6230" name="इंडेंट (Indent)"/>
<Item id="6206" name="लाईन नंबर दिखाए"/>
<Item id="6207" name="बूकमार्क दिखाए"/>
<Item id="6208" name="खड़ी किनार दिखाए"/>
<Item id="6209" name="कॉलम की संख्या: "/>
<Item id="6211" name="खड़ी किनार के सेटिंग्स"/>
<Item id="6212" name="लाईन मोड"/>
<Item id="6213" name="पृष्ठभुमि मोड"/>
<Item id="6214" name="वर्तमान लाईन हाइलाईटिंग सक्रिय करे"/>
</Scintillas>
<NewDoc title="नए दस्तावेज़/डिफ़ाल्ट डिरेक्टोरी">
<Item id="6401" name="फ़ारमैट"/>
<Item id="6402" name="Windows"/>
<Item id="6403" name="Unix"/>
<Item id="6404" name="Mac"/>
<Item id="6405" name="Encoding"/>
<Item id="6406" name="ANSI"/>
<Item id="6407" name="UTF-8 without BOM"/>
<Item id="6408" name="UTF-8"/>
<Item id="6409" name="UCS-2 Big Endian"/>
<Item id="6410" name="UCS-2 Little Endian"/>
<Item id="6411" name="डिफ़ाल्ट भाषा:"/>
<Item id="6413" name="डिफ़ाल्ट डिरेक्टोरी (Open/Save)"/>
<Item id="6414" name="वर्तमान दस्तावेज़ अनुसरे"/>
<Item id="6415" name="पिछली बार ईस्तेमाल डिरेक्टरी याद रखे"/>
<Item id="6419" name="नया दस्तावेज़"/>
<Item id="6420" name="खुली ANSI फाईल पर लागु करे"/>
</NewDoc>
<FileAssoc title="फाईल एसोसिएशन">
<Item id="4009" name="Supported exts:"/>
<Item id="4010" name="Registered exts:"/>
</FileAssoc>
<LangMenu title="भाषा मेनू/ टेब सेटिंग्स">
<Item id="6301" name="टैब सेटिंग"/>
<Item id="6302" name="स्पेस से बदले"/>
<Item id="6303" name="टैब साइज़:"/>
<Item id="6505" name="उपलब्ध वस्तु"/>
<Item id="6506" name="निष्क्रिय वस्तुए"/>
<Item id="6507" name="भाषा मेनू को छोटा बनाए"/>
<Item id="6508" name="भाषा मेनू"/>
<Item id="6510" name="डिफ़ाल्ट मूल्य ईस्तेमाल करे"/>
</LangMenu>
<Print title="छपाई (Print)">
<Item id="6601" name="लाईन नंबर छापे"/>
<Item id="6602" name="रंग विकल्प"/>
<Item id="6603" name="WYSIWYG"/>
<Item id="6604" name="उल्टा"/>
<Item id="6605" name="सफ़ेद पर काला"/>
<Item id="6606" name="रंगहिन पृस्ठभुमि"/>
<Item id="6607" name="Marge Settings (Unit:mm)"/>
<Item id="6612" name="बाए"/>
<Item id="6613" name="टॉप"/>
<Item id="6614" name="दाए"/>
<Item id="6615" name="बॉटम"/>
<Item id="6706" name="बोल्ड"/>
<Item id="6707" name="इटालिक"/>
<Item id="6708" name="हैडर"/>
<Item id="6709" name="बायाँ भाग"/>
<Item id="6710" name="मध्य भाग"/>
<Item id="6711" name="दाया भाग"/>
<Item id="6717" name="बोल्ड"/>
<Item id="6718" name="ईटालिक"/>
<Item id="6719" name="फ़ूटर (Footer)"/>
<Item id="6720" name="बायाँ भाग"/>
<Item id="6721" name="मध्य भाग"/>
<Item id="6722" name="दाया भाग"/>
<Item id="6723" name="डाले"/>
<Item id="6725" name="वेरिएबल:"/>
<Item id="6728" name="हेडर और फ़ूटर"/>
</Print>
<MISC title="मिश्र (MISC.)">
<Item id="6304" name="ताजा फाईल ईतिहास"/>
<Item id="6305" name="लॉंच के समय न जाँचे"/>
<Item id="6306" name="एन्ट्री की महत्तम सीमा:"/>
<Item id="6307" name="सक्रिय"/>
<Item id="6308" name="सिस्टम ट्रे में छोटा करे"/>
<Item id="6309" name="अगले लॉंच के लिए वर्तमान सेशन याद रखे"/>
<Item id="6312" name="फाईल स्टेटस की स्वचालित जांच"/>
<Item id="6313" name="चुपचाप अपडेट करे"/>
<Item id="6318" name="क्लिक योग्य लिंक के सेटिंग"/>
<Item id="6325" name="अपडेट होने के बाद आख़री लाईन पे स्क्रॉल करे"/>
<Item id="6319" name="सक्रिय"/>
<Item id="6320" name="कोई अंडरलाइन नहीं"/>
<Item id="6322" name="सेशन फाईल ext.:"/>
<Item id="6323" name="Notepad++ स्वचालित-अपडेटर सक्रिय करे"/>
<Item id="6324" name="डॉकयुमेंट स्वीचर (Ctrl+TAB)"/>
<Item id="6326" name="स्मार्ट हाईलाईटिंग सक्रिय करे"/>
<Item id="6329" name="मिलते टैग्स हाईलाईट करे"/>
<Item id="6327" name="सक्रिय"/>
<Item id="6328" name="टैग के attributes को हाईलाईट करे"/>
<Item id="6330" name="comment/php/asp हिस्सा हाईलाईट करे"/>
<Item id="6331" name="टाइटल बार मे सिर्फ फाईल का नाम दिखाए"/>
<Item id="6114" name="सक्रिय"/>
<Item id="6115" name="स्वचालित इंडेंट"/>
<Item id="6117" name="MRU बिहेवीयर सक्रिय करे"/>
</MISC>
<Backup title="बेकअप/ऑटो-कम्प्लिशन">
<Item id="6801" name="बेकअप"/>
<Item id="6315" name="None"/>
<Item id="6316" name="सामान्य बेकअप"/>
<Item id="6317" name="वर्बोस (Verbose) बेकअप"/>
<Item id="6804" name="कस्टम बेकअप डिरेक्टरी"/>
<Item id="6803" name="डिरेक्टरी:"/>
<Item id="6807" name="स्व-पूर्ति (Auto-Completion)"/>
<Item id="6808" name="सब इनपुट पर स्वपूर्ति सक्रिय करे"/>
<Item id="6809" name="फंक्शन पूर्ति"/>
<Item id="6810" name="शब्द-पूर्ति"/>
<Item id="6811" name="से"/>
<Item id="6813" name="था अक्षर"/>
<Item id="6814" name="मान्य क़ीमत: 1 - 9"/>
<Item id="6815" name="कार्य पैरामीटर इनपुट पर संकेत"/>
</Backup>
</Preference>
<MultiMacro title="मेक्रो को कई बार चलाए">
<Item id="1" name="रन"/>
<Item id="2" name="रद्द"/>
<Item id="8006" name="चलाने योग्य मेक्रो:"/>
<Item id="8001" name="रन"/>
<Item id="8005" name="बार (times)"/>
<Item id="8002" name="फाईल के अंत तक रन करे"/>
</MultiMacro>
<Window title="विंडोज">
<Item id="1" name="सक्रिय"/>
<Item id="2" name="ठीक"/>
<Item id="7002" name="संग्रह"/>
<Item id="7003" name="विंडो/विंडोज बंध करे"/>
<Item id="7004" name="टेब को छाँटे"/>
</Window>
<ColumnEditor title="कॉलम एडिटर">
<Item id="2023" name="सम्मिलन योग्य अक्षर (text to insert)"/>
<Item id="2033" name="सम्मिलन योग्य अंक (Number to insert)"/>
<Item id="2030" name="शुरुआती आंक:"/>
<Item id="2031" name="से बढ़ाए:"/>
<Item id="2035" name="Leading zeros"/>
<Item id="2032" name="फ़ारमैट"/>
<Item id="2024" name="Dec"/>
<Item id="2025" name="Oct"/>
<Item id="2026" name="Hex"/>
<Item id="2027" name="Bin"/>
<Item id="1" name="ठीक"/>
<Item id="2" name="रद्द"/>
</ColumnEditor>
</Dialog>
</Native-Langue>
</NotepadPlus>

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,8 @@
<Item posX="1" posY="12" name="Операции со строками"/> <Item posX="1" posY="12" name="Операции со строками"/>
<Item posX="1" posY="13" name="Добавить/Удалить комментарий"/> <Item posX="1" posY="13" name="Добавить/Удалить комментарий"/>
<Item posX="1" posY="14" name="Автозавершение"/> <Item posX="1" posY="14" name="Автозавершение"/>
<Item posX="1" posY="15" name="EOL Конверсия"/> <Item posX="1" posY="15" name="Конверсия Конца Строки"/>
<Item posX="1" posY="16" name="Операции с Пробелами"/>
<Item posX="2" posY="16" name="Пометить выделенное"/> <Item posX="2" posY="16" name="Пометить выделенное"/>
<Item posX="2" posY="17" name="Убрать Пометки"/> <Item posX="2" posY="17" name="Убрать Пометки"/>
<Item posX="2" posY="18" name="Перейти вверх"/> <Item posX="2" posY="18" name="Перейти вверх"/>
@ -83,8 +84,8 @@
<Item id="42005" name="Вставить"/> <Item id="42005" name="Вставить"/>
<Item id="42006" name="Удалить"/> <Item id="42006" name="Удалить"/>
<Item id="42007" name="Выделить всё"/> <Item id="42007" name="Выделить всё"/>
<Item id="42008" name="Вставить табуляцию"/> <Item id="42008" name="Вставить Табуляцию"/>
<Item id="42009" name="Удалить табуляцию"/> <Item id="42009" name="Удалить Табуляцию"/>
<Item id="42010" name="Дублировать строку"/> <Item id="42010" name="Дублировать строку"/>
<Item id="42012" name="Разбить строки"/> <Item id="42012" name="Разбить строки"/>
<Item id="42013" name="Объединить строки"/> <Item id="42013" name="Объединить строки"/>
@ -97,7 +98,7 @@
<Item id="42021" name="Прокрутить запись"/> <Item id="42021" name="Прокрутить запись"/>
<Item id="42022" name="Блоковый комментарий"/> <Item id="42022" name="Блоковый комментарий"/>
<Item id="42023" name="Потоковый комментарий"/> <Item id="42023" name="Потоковый комментарий"/>
<Item id="42024" name="Убрать пробелы с Концов Строк"/> <Item id="42024" name="Убрать Замыкающие Пробелы"/>
<Item id="42025" name="Сохранить запись макро..."/> <Item id="42025" name="Сохранить запись макро..."/>
<Item id="42026" name="Текст справа Налево"/> <Item id="42026" name="Текст справа Налево"/>
<Item id="42027" name="Текст слева Направо"/> <Item id="42027" name="Текст слева Направо"/>
@ -109,6 +110,12 @@
<Item id="42033" name="Снять метку &quot;Только чтение&quot;"/> <Item id="42033" name="Снять метку &quot;Только чтение&quot;"/>
<Item id="42035" name="Закомментировать блок"/> <Item id="42035" name="Закомментировать блок"/>
<Item id="42036" name="Раскомментировать блок"/> <Item id="42036" name="Раскомментировать блок"/>
<Item id="42042" name="Убрать Заглавные Пробелы"/>
<Item id="42043" name="Убрать Заглавные и Замыкающие Пробелы"/>
<Item id="42044" name="Конец Строки в Пробел"/>
<Item id="42045" name="Предыдущие две опции вместе"/>---
<Item id="42046" name="Табуляцию в Пробел"/>
<Item id="42047" name="Пробел в Табуляцию"/>
<Item id="43001" name="Поиск..."/> <Item id="43001" name="Поиск..."/>
<Item id="43002" name="Искать далее"/> <Item id="43002" name="Искать далее"/>
<Item id="43003" name="Замена..."/> <Item id="43003" name="Замена..."/>
@ -162,12 +169,12 @@
<Item id="44010" name="Свернуть все блоки"/> <Item id="44010" name="Свернуть все блоки"/>
<Item id="44011" name="Пользовательское определение"/> <Item id="44011" name="Пользовательское определение"/>
<Item id="44019" name="Отображать все символы"/> <Item id="44019" name="Отображать все символы"/>
<Item id="44020" name="Отображать отступы"/> <Item id="44020" name="Отображать Отступы"/>
<Item id="44022" name="Перенос строк"/> <Item id="44022" name="Перенос строк"/>
<Item id="44023" name="Крупнее"/> <Item id="44023" name="Крупнее"/>
<Item id="44024" name="Мельче"/> <Item id="44024" name="Мельче"/>
<Item id="44025" name="Пустые пробелы и табуляции"/> <Item id="44025" name="Отображать Пробелы и Табуляции"/>
<Item id="44026" name="Символ конца строки"/> <Item id="44026" name="Символ Конец Строки"/>
<Item id="44029" name="Развернуть все блоки"/> <Item id="44029" name="Развернуть все блоки"/>
<Item id="44030" name="Свернуть текущий блок"/> <Item id="44030" name="Свернуть текущий блок"/>
<Item id="44031" name="Развернуть текущий блок"/> <Item id="44031" name="Развернуть текущий блок"/>
@ -193,7 +200,7 @@
<Item id="45012" name="Преобразовать в UCS-2 Big Endian"/> <Item id="45012" name="Преобразовать в UCS-2 Big Endian"/>
<Item id="45013" name="Преобразовать в UCS-2 Little Endian"/> <Item id="45013" name="Преобразовать в UCS-2 Little Endian"/>
<Item id="10001" name="В другое окно"/> <Item id="10001" name="В другое окно"/>
<Item id="10002" name="Дублировать в другое окно"/> <Item id="10002" name="Дублировать в Другое Окно"/>
<Item id="10003" name="Переместить в Новый Экземпляр"/> <Item id="10003" name="Переместить в Новый Экземпляр"/>
<Item id="10004" name="Открыть в Новом Экземпляре"/> <Item id="10004" name="Открыть в Новом Экземпляре"/>
<Item id="46001" name="Определение стилей..."/> <Item id="46001" name="Определение стилей..."/>
@ -236,10 +243,10 @@
<Item order="3" name="Сохранить как..."/> <Item order="3" name="Сохранить как..."/>
<Item order="4" name="Печать"/> <Item order="4" name="Печать"/>
<Item order="5" name="В другое окно"/> <Item order="5" name="В другое окно"/>
<Item order="6" name="Дублировать в другое окно"/> <Item order="6" name="Дублировать в Другое Окно"/>
<Item order="7" name="Полный путь к файлу"/> <Item order="7" name="Полный путь к файлу"/>
<Item order="8" name="Имя файла"/> <Item order="8" name="Имя файла"/>
<Item order="9" name="Текущий путь к директории файла"/> <Item order="9" name="Путь к директории файла"/>
<Item order="10" name="Переименовать"/> <Item order="10" name="Переименовать"/>
<Item order="11" name="Удалить"/> <Item order="11" name="Удалить"/>
<Item order="12" name="Только чтение"/> <Item order="12" name="Только чтение"/>
@ -250,13 +257,13 @@
</Menu> </Menu>
<Dialog> <Dialog>
<Find title = "" titleFind = "Найти" titleReplace = "Заменить" titleFindInFiles = "Найти в файлах"> <Find title = "" titleFind = "Найти" titleReplace = "Заменить" titleFindInFiles = "Найти в файлах" titleMark="Пометки">
<Item id="1" name="Искать далее"/> <Item id="1" name="Искать далее"/>
<Item id="2" name="Закрыть"/> <Item id="2" name="Закрыть"/>
<Item id="1603" name="Только целые слова"/> <Item id="1603" name="Только целые слова"/>
<Item id="1604" name="Учитывать регистр"/> <Item id="1604" name="Учитывать регистр"/>
<Item id="1605" name="Регулярное выражение"/> <Item id="1605" name="Регулярное выражение"/>
<Item id="1606" name="Перенос слов"/> <Item id="1606" name="Зациклить поиск"/>
<Item id="1608" name="Заменить"/> <Item id="1608" name="Заменить"/>
<Item id="1609" name="Заменить все"/> <Item id="1609" name="Заменить все"/>
<Item id="1611" name="Заменить на:"/> <Item id="1611" name="Заменить на:"/>
@ -319,6 +326,7 @@
<Item id="2207" name="Задний план"/> <Item id="2207" name="Задний план"/>
<Item id="2208" name="Шрифт:"/> <Item id="2208" name="Шрифт:"/>
<Item id="2209" name="Размер:"/> <Item id="2209" name="Размер:"/>
<Item id="2211" name="Стиль:"/>
<Item id="2212" name="Стиль Цвета"/> <Item id="2212" name="Стиль Цвета"/>
<Item id="2213" name="Стиль Шрифта"/> <Item id="2213" name="Стиль Шрифта"/>
<Item id="2214" name="Стандартное расшир:"/> <Item id="2214" name="Стандартное расшир:"/>

File diff suppressed because it is too large Load Diff

View File

@ -1,305 +1,342 @@
<?xml version="1.0" encoding="windows-1252"?> <?xml version="1.0" encoding="windows-1252" ?>
<NotepadPlus> <NotepadPlus>
<Native-Langue name="Castellano" filename="spanish.xml" > <Native-Langue name="Español" filename="spanish.xml" >
<Menu> <Menu>
<Main> <Main>
<!--Main Menu Entries--> <!-- Main Menu Entries -->
<Entries> <Entries>
<Item id="0" name="&amp;Archivo"/> <Item id="0" name="&amp;Archivo"/>
<Item id="1" name="&amp;Editar"/> <Item id="1" name="&amp;Editar"/>
<Item id="2" name="&amp;Buscar"/> <Item id="2" name="&amp;Buscar"/>
<Item id="3" name="&amp;Ver"/> <Item id="3" name="&amp;Vista"/>
<Item id="4" name="&amp;Formato"/> <Item id="4" name="Co&amp;dificación"/>
<Item id="5" name="&amp;Lenguaje"/> <Item id="5" name="&amp;Lenguaje"/>
<Item id="6" name="&amp;Configurar"/> <Item id="6" name="&amp;Configuración"/>
<Item id="7" name="&amp;Macro"/> <Item id="7" name="Macro"/>
<Item id="8" name="E&amp;jecutar"/> <Item id="8" name="Ejecutar"/>
<Item idName="Plugins" name="&amp;Plugins"/> <Item idName="Plugins" name="Plugins"/>
<Item idName="Window" name="Ve&amp;ntanas"/> <Item idName="Window" name="Ventana"/>
</Entries> </Entries>
<!--Sub Menu Entries-->
<!-- Sub Menu Entries -->
<SubEntries> <SubEntries>
<Item posX="1" posY="9" name="Copiar al portapapeles"/> <Item posX="1" posY="9" name="Copiar al portapapeles"/>
<Item posX="1" posY="10" name="Tabulación"/> <Item posX="1" posY="10" name="Tabulación"/>
<Item posX="1" posY="11" name="Mayúsculas/Minúsculas"/> <Item posX="1" posY="11" name="MAYÚSCULAS/Minúsculas"/>
<Item posX="1" posY="12" name="Operaciones con líneas"/> <Item posX="1" posY="12" name="Operaciones con líneas"/>
<Item posX="1" posY="13" name="Comentarios"/> <Item posX="1" posY="13" name="Comentarios"/>
<Item posX="1" posY="14" name="Auto-completar"/> <Item posX="1" posY="14" name="Auto-completar"/>
<Item posX="2" posY="11" name="Marcar todo"/> <Item posX="1" posY="15" name="Conversión Fín de línea"/>
<Item posX="2" posY="12" name="Desmarcar todo"/> <Item posX="1" posY="16" name="Operaciones de limpieza"/>
<Item posX="2" posY="16" name="Marcar todo"/>
<Item posX="2" posY="17" name="Desmarcar todo"/>
<Item posX="2" posY="18" name="Jump up"/>
<Item posX="2" posY="19" name="Jump down"/>
<Item posX="2" posY="21" name="Marcador"/>
<Item posX="3" posY="4" name="Mostrar símbolo"/> <Item posX="3" posY="4" name="Mostrar símbolo"/>
<Item posX="3" posY="5" name="Zoom"/> <Item posX="3" posY="5" name="Zoom"/>
<Item posX="3" posY="6" name="Mover/clonar el documento actual"/> <Item posX="3" posY="6" name="Mover/clonar el documento actual"/>
<Item posX="3" posY="16" name="Contraer nivel"/> <Item posX="3" posY="16" name="Contraer nivel"/>
<Item posX="3" posY="17" name="Expandir nivel"/> <Item posX="3" posY="17" name="Expandir nivel"/>
<Item posX="4" posY="5" name="Juego de caracteres"/>
<Item posX="4" posY="5" posZ="0" name="Árabe"/>
<Item posX="4" posY="5" posZ="1" name="Báltico"/>
<Item posX="4" posY="5" posZ="2" name="Celta"/>
<Item posX="4" posY="5" posZ="3" name="Cirílico"/>
<Item posX="4" posY="5" posZ="4" name="Europa central"/>
<Item posX="4" posY="5" posZ="5" name="Chino"/>
<Item posX="4" posY="5" posZ="6" name="Europa occidental"/>
<Item posX="4" posY="5" posZ="7" name="Griego"/>
<Item posX="4" posY="5" posZ="8" name="Hebreo"/>
<Item posX="4" posY="5" posZ="9" name="Japonés"/>
<Item posX="4" posY="5" posZ="10" name="Coreano"/>
<Item posX="4" posY="5" posZ="11" name="Norte de Europa"/>
<Item posX="4" posY="5" posZ="12" name="Tailandés"/>
<Item posX="4" posY="5" posZ="13" name="Turco"/>
<Item posX="4" posY="5" posZ="14" name="Europea oriental"/>
<Item posX="4" posY="5" posZ="15" name="Vietnamita"/>
<Item posX="6" posY="4" name="Importar"/> <Item posX="6" posY="4" name="Importar"/>
</SubEntries> </SubEntries>
<!--all menu item-->
<!-- all menu item -->
<Commands> <Commands>
<!--File menu-->
<Item id="41001" name="&amp;Nuevo"/> <Item id="41001" name="&amp;Nuevo"/>
<Item id="41002" name="&amp;Abrir"/> <Item id="41002" name="&amp;Abrir"/>
<Item id="41014" name="Recargar desde disco"/>
<Item id="41006" name="&amp;Guardar"/>
<Item id="41008" name="Guardar &amp;como..."/>
<Item id="41015" name="Guardar una copia como..."/>
<Item id="41007" name="Guardar t&amp;odo"/>
<Item id="41017" name="Renombrar..."/>
<Item id="41003" name="Cerrar"/> <Item id="41003" name="Cerrar"/>
<Item id="41004" name="C&amp;errar todo"/> <Item id="41004" name="C&amp;errar todas"/>
<Item id="41005" name="Cerrar todo menos actual"/> <Item id="41005" name="Cerrar las DEMÁS pestañas"/>
<Item id="41016" name="Borrar del disco"/> <Item id="41006" name="&amp;Guardar"/>
<Item id="41007" name="Guardar &amp;todo"/>
<Item id="41008" name="Guardar &amp;como..."/>
<Item id="41010" name="Imprimir..."/>
<Item id="1001" name="Imprimir ahora"/>
<Item id="41011" name="S&amp;alir"/>
<Item id="41012" name="Cargar sesión..."/> <Item id="41012" name="Cargar sesión..."/>
<Item id="41013" name="Guardar sesión..."/> <Item id="41013" name="Guardar sesión..."/>
<Item id="41010" name="Imprimir..."/> <Item id="41014" name="Recargar desde disco"/>
<Item id="1001" name="¡Imprimir ahora!"/> <Item id="41015" name="Guardar una copia como..."/>
<Item id="42040" name="Abrir todos los archivos recientes"/> <Item id="41016" name="Borrar del disco"/>
<Item id="42041" name="Borrar historial de recientes"/> <Item id="41017" name="Renombrar..."/>
<Item id="41011" name="S&amp;alir"/>
<!--Edit Menu--> <Item id="42001" name="C&amp;ortar"/>
<Item id="42002" name="&amp;Copiar"/>
<Item id="42003" name="&amp;Deshacer"/> <Item id="42003" name="&amp;Deshacer"/>
<Item id="42004" name="&amp;Rehacer"/> <Item id="42004" name="&amp;Rehacer"/>
<Item id="42001" name="Cor&amp;tar"/>
<Item id="42002" name="&amp;Copiar"/>
<Item id="42005" name="&amp;Pegar"/> <Item id="42005" name="&amp;Pegar"/>
<Item id="42006" name="&amp;Borrar"/> <Item id="42006" name="&amp;Borrar"/>
<Item id="42007" name="Seleccionar t&amp;odo"/> <Item id="42007" name="Seleccionar t&amp;odo"/>
<Item id="42029" name="Copiar ruta del archivo"/>
<Item id="42030" name="Copiar nombre del archivo"/>
<Item id="42031" name="Copiar ruta del directorio"/>
<Item id="42008" name="Incrementar tabulación"/> <Item id="42008" name="Incrementar tabulación"/>
<Item id="42009" name="Disminuir tabulación"/> <Item id="42009" name="Disminuir tabulación"/>
<Item id="42016" name="Convertir a mayúsculas"/>
<Item id="42017" name="Convertir a minúsculas"/>
<Item id="42010" name="Duplicar línea actual"/> <Item id="42010" name="Duplicar línea actual"/>
<Item id="42012" name="Dividir líneas"/> <Item id="42012" name="Dividir líneas"/>
<Item id="42013" name="Unir líneas"/> <Item id="42013" name="Unir líneas"/>
<Item id="42014" name="Subir línea actual"/> <Item id="42014" name="Subir línea actual"/>
<Item id="42015" name="Bajar línea actual"/> <Item id="42015" name="Bajar línea actual"/>
<Item id="42022" name="Comentar/Borrar comentario selección"/> <Item id="42016" name="Convertir a MAYÚSCULAS"/>
<Item id="42035" name="Comentar selección"/> <Item id="42017" name="Convertir a minúsculas"/>
<Item id="42036" name="Borrar comentario selección"/> <Item id="42018" name="&amp;Iniciar grabación"/>
<Item id="42019" name="&amp;Detener grabación"/>
<Item id="42021" name="&amp;Reproducir"/>
<Item id="42022" name="Des/Comentar"/>
<Item id="42023" name="Comentario simple"/> <Item id="42023" name="Comentario simple"/>
<Item id="50000" name="Completar función"/> <Item id="42042" name="Quitar espacios al inicio"/>
<Item id="50001" name="Completar palabra"/> <Item id="42043" name="Quitar espacios al inicio y al final"/>
<Item id="50002" name="Parámetros de la función"/> <Item id="42044" name="Fin de línea > Espacio"/>
<Item id="42024" name="Eliminar espacios al final"/> <Item id="42045" name="Quitar espacios no necesarios y finales de línea"/>
<Item id="42034" name="Editor de columnas..."/> <Item id="42046" name="Tabulación > Espacio"/>
<Item id="42047" name="Espacio > Tabulación"/>
<Item id="42024" name="Quitar espacios al final"/>
<Item id="42025" name="Guardar la macro grabada"/>
<Item id="42026" name="Texto de Dcha. a Izqda."/>
<Item id="42027" name="Texto de Izqda. a Dcha."/>
<Item id="42028" name="Sólo lectura"/> <Item id="42028" name="Sólo lectura"/>
<Item id="42033" name="Quitar marca de sólo lectura"/> <Item id="42029" name="Copiar ruta del archivo (portapapeles)"/>
<!--Find Menu--> <Item id="42030" name="Copiar nombre del archivo (portapapeles)"/>
<Item id="42031" name="Copiar ruta de la carpeta (portapapeles)"/>
<Item id="42032" name="Ejecutar una macro varias veces..."/>
<Item id="42033" name="Quitar marca de Sólo lectura"/>
<Item id="42035" name="Comentar"/>
<Item id="42036" name="Quitar comentario"/>
<Item id="43001" name="&amp;Buscar..."/> <Item id="43001" name="&amp;Buscar..."/>
<Item id="43013" name="Buscar en archivos"/>
<Item id="43002" name="Buscar &amp;siguiente"/> <Item id="43002" name="Buscar &amp;siguiente"/>
<Item id="43003" name="Reemplazar..."/>
<Item id="43004" name="Ir a línea..."/>
<Item id="43005" name="Des/Activar marcadores"/>
<Item id="43006" name="Marcador siguiente"/>
<Item id="43007" name="Marcador anterior"/>
<Item id="43008" name="Quitar todos los marcadores"/>
<Item id="43009" name="Ir al delimitador asociado"/>
<Item id="43010" name="Buscar anterior"/> <Item id="43010" name="Buscar anterior"/>
<Item id="43011" name="&amp;Búsqueda incremental"/>
<Item id="43013" name="Buscar en archivos"/>
<Item id="43014" name="Buscar siguiente (volátil)"/> <Item id="43014" name="Buscar siguiente (volátil)"/>
<Item id="43015" name="Buscar anterior (volátil)"/> <Item id="43015" name="Buscar anterior (volátil)"/>
<Item id="43003" name="Reemplazar..."/> <Item id="43016" name="Marcar todas"/>
<Item id="43011" name="Búsqueda &amp;rápida..."/> <Item id="43017" name="Desmarcar todas"/>
<Item id="43004" name="Ir a línea..."/>
<Item id="43009" name="Ir al delimitador asociado"/>
<!--<Item id="43016" name="Marcar todos"/>-->
<Item id="43022" name="Usando 1º estilo"/>
<Item id="43024" name="Usando 2º estilo"/>
<Item id="43026" name="Usando 3º estilo"/>
<Item id="43028" name="Usando 4º estilo"/>
<Item id="43030" name="Usando 5º estilo"/>
<!--<Item id="43017" name="Desmarcar todos"/>-->
<Item id="43023" name="Quitar 1º estilo"/>
<Item id="43025" name="Quitar 2º estilo"/>
<Item id="43027" name="Quitar 3º estilo"/>
<Item id="43029" name="Quitar 4º estilo"/>
<Item id="43031" name="Quitar 5º estilo"/>
<Item id="43032" name="Quitar Todos los estilos"/>
<Item id="43005" name="Marcar/Desmarcar"/>
<Item id="43006" name="Marca siguiente"/>
<Item id="43007" name="Marca anterior"/>
<Item id="43008" name="Quitar todas las marcas"/>
<Item id="43018" name="Cortar líneas marcadas"/> <Item id="43018" name="Cortar líneas marcadas"/>
<Item id="43019" name="Copiar líneas marcadas"/> <Item id="43019" name="Copiar líneas marcadas"/>
<Item id="43020" name="Reemplazar líneas marcadas"/> <Item id="43020" name="Reemplazar líneas marcadas"/>
<Item id="43021" name="Borrar líneas marcadas"/> <Item id="43021" name="Borrar líneas marcadas"/>
<!--View menu--> <Item id="43022" name="Aplicar 1º estilo"/>
<Item id="44034" name="Siempre visible"/> <Item id="43023" name="Quitar 1º estilo"/>
<Item id="44032" name="Pantalla completa"/> <Item id="43024" name="Aplicar 2º estilo"/>
<Item id="44009" name="Post-it"/> <Item id="43025" name="Quitar 2º estilo"/>
<Item id="44025" name="Mostrar espacios y tabulaciones"/> <Item id="43026" name="Aplicar 3º estilo"/>
<Item id="44026" name="Mostrar salto de línea"/> <Item id="43027" name="Quitar 3º estilo"/>
<Item id="43028" name="Aplicar 4º estilo"/>
<Item id="43029" name="Quitar 4º estilo"/>
<Item id="43030" name="Aplicar 5º estilo"/>
<Item id="43031" name="Quitar 5º estilo"/>
<Item id="43032" name="Quitar todos los estilos"/>
<Item id="43033" name="1º estilo"/>
<Item id="43034" name="2º estilo"/>
<Item id="43035" name="3º estilo"/>
<Item id="43036" name="4º estilo"/>
<Item id="43037" name="5º estilo"/>
<Item id="43038" name="Buscar estilo"/>
<Item id="43039" name="1º estilo"/>
<Item id="43040" name="2º estilo"/>
<Item id="43041" name="3º estilo"/>
<Item id="43042" name="4º estilo"/>
<Item id="43043" name="5º estilo"/>
<Item id="43044" name="Buscar estilo"/>
<Item id="43045" name="Resultados de la búsqueda"/>
<Item id="43046" name="Resultado de la búsqueda siguiente"/>
<Item id="43047" name="Resultado de la búsqueda anterior"/>
<Item id="43048" name="Seleccionar y buscar siguiente"/>
<Item id="43049" name="Seleccionar y buscar anterior"/>
<Item id="43050" name="Invertir marcadores"/>
<Item id="44009" name="Post-It"/>
<Item id="44010" name="Contraer todo"/>
<Item id="44011" name="Lenguaje definido por el usuario..."/>
<Item id="44019" name="Mostrar todos los caracteres"/> <Item id="44019" name="Mostrar todos los caracteres"/>
<Item id="44020" name="Mostrar sangrías"/> <Item id="44020" name="Mostrar sangrías"/>
<Item id="44041" name="Mostrar símbolo de ajuste"/> <Item id="44022" name="Ajuste de línea"/>
<Item id="44023" name="&amp;Aumentar zoom"/> <Item id="44023" name="&amp;Aumentar zoom"/>
<Item id="44024" name="&amp;Disminuir zoom"/> <Item id="44024" name="&amp;Disminuir zoom"/>
<Item id="44033" name="Restaurar zoom por defecto"/> <Item id="44025" name="Mostrar espacios y tabulaciones"/>
<Item id="10001" name="Abrir en otra vista"/> <Item id="44026" name="Mostrar saltos de línea"/>
<Item id="10002" name="Clonar en otra vista"/>
<Item id="10003" name="Ir a nueva instancia"/>
<Item id="10004" name="Abrir en nueva instancia"/>
<Item id="44022" name="Ajuste de línea"/>
<Item id="44072" name="Activar vista principal"/>
<Item id="44042" name="Esconder líneas"/>
<Item id="44011" name="Lenguaje definido por el usuario..."/>
<Item id="44010" name="Contraer todo"/>
<Item id="44029" name="Expandir todo"/> <Item id="44029" name="Expandir todo"/>
<Item id="44030" name="Contraer nivel actual"/> <Item id="44030" name="Contraer nivel actual"/>
<Item id="44031" name="Expandir nivel actual"/> <Item id="44031" name="Expandir nivel actual"/>
<Item id="44032" name="Des/habilitar pantalla completa"/>
<Item id="44033" name="Restaurar zoom por defecto"/>
<Item id="44034" name="Siempre visible"/>
<Item id="44049" name="Resumen..."/>
<Item id="44035" name="Sincronización vertical"/> <Item id="44035" name="Sincronización vertical"/>
<Item id="44036" name="Sincronización horizontal"/> <Item id="44036" name="Sincronización horizontal"/>
<Item id="42026" name="Dirección del texto Der a Izq"/> <Item id="44041" name="Mostrar símbolo de ajuste"/>
<Item id="42027" name="Dirección del texto Izq a Der"/> <Item id="44072" name="Activar vista principal"/>
<!--Format menu-->
<Item id="45001" name="Convertir a formato Windows"/> <Item id="45001" name="Convertir a formato Windows"/>
<Item id="45002" name="Convertir a formato UNIX"/> <Item id="45002" name="Convertir a formato UNIX"/>
<Item id="45003" name="Convertir a formato MAC"/> <Item id="45003" name="Convertir a formato MAC"/>
<Item id="45004" name="Codificar en ANSI"/> <Item id="45004" name="Codificar en ANSI"/>
<Item id="45008" name="Codificar en UTF-8 sin BOM"/>
<Item id="45005" name="Codificar en UTF-8"/> <Item id="45005" name="Codificar en UTF-8"/>
<Item id="45006" name="Codificar en UCS-2 Big Endian"/> <Item id="45006" name="Codificar en UCS-2 Big Endian"/>
<Item id="45007" name="Codificar en UCS-2 Little Endian"/> <Item id="45007" name="Codificar en UCS-2 Little Endian"/>
<Item id="45009" name="Convertir en ANSI"/> <Item id="45008" name="Codificar en UTF-8 sin BOM"/>
<Item id="45010" name="Convertir en UTF-8 sin BOM"/> <Item id="45009" name="Convertir a ANSI"/>
<Item id="45011" name="Convertir en UTF-8"/> <Item id="45010" name="Convertir a UTF-8 sin BOM"/>
<Item id="45012" name="Convertir en UCS-2 Big Endian"/> <Item id="45011" name="Convertir a UTF-8"/>
<Item id="45013" name="Convertir en UCS-2 Little Endian"/> <Item id="45012" name="Convertir a UCS-2 Big Endian"/>
<!--Language menu--> <Item id="45013" name="Convertir a UCS-2 Little Endian"/>
<Item id="46033" name="ASM Ensamblador"/>
<Item id="46019" name="MS INI (archivo)"/> <Item id="10001" name="Mover a otra vista"/>
<Item id="46015" name="MS-DOS (estilo)"/> <Item id="10002" name="Clonar en otra vista"/>
<Item id="46016" name="Normal (documento de texto)"/> <Item id="10003" name="Mover a una ventana nueva"/>
<Item id="46017" name="RC (fichero de recurso)"/> <Item id="10004" name="Abrir en una ventana nueva"/>
<Item id="46001" name="Configuración de estilo..."/>
<Item id="46080" name="Definido por el usuario"/> <Item id="46080" name="Definido por el usuario"/>
<!--Config menu--> <Item id="47000" name="Acerca de Notepad++..."/>
<Item id="48011" name="Preferencias..."/>
<Item id="46001" name="Configurador de estilo..."/>
<Item id="48009" name="Gestor de atajos de teclado..."/>
<Item id="48005" name="Importar complementos ..."/>
<Item id="48006" name="Importar temas ..."/>
<!--Macro menu-->
<Item id="42018" name="&amp;Comenzar grabación"/>
<Item id="42019" name="&amp;Parar grabación"/>
<Item id="42021" name="&amp;Reproducir"/>
<Item id="42025" name="Guardar la macro grabada"/>
<Item id="42032" name="Ejecutar una macro varias veces..."/>
<Item id="49000" name="&amp;Ejecutar..."/>
<!--Help menu-->
<Item id="47008" name="Ayuda..."/>
<Item id="47001" name="Web de Notepad++"/> <Item id="47001" name="Web de Notepad++"/>
<Item id="47002" name="Proyecto Notepad++ en Sourceforge"/> <Item id="47002" name="Web del proyecto Notepad++"/>
<Item id="47003" name="Ayuda en línea"/> <Item id="47003" name="NpWiki++ (Ayuda en línea)"/>
<Item id="47004" name="Foro"/> <Item id="47004" name="Foro"/>
<Item id="47005" name="Descargar más plugins"/> <Item id="47005" name="Descargar más plugins"/>
<Item id="47006" name="Actualiza Notepad++"/> <Item id="47006" name="Actualizar Notepad++"/>
<Item id="47000" name="Acerca de..."/> <Item id="47008" name="Ayuda..."/>
<Item id="48005" name="Importar plugin(s) ..."/>
<Item id="48006" name="Importar tema(s) ..."/>
<Item id="48009" name="Gestor de atajos de teclado..."/>
<Item id="48011" name="Preferencias..."/>
<Item id="49000" name="&amp;Ejecutar..."/>
<Item id="50000" name="Completar función"/>
<Item id="50001" name="Completar palabra"/>
<Item id="50002" name="Parámetros de la función"/>
<Item id="42034" name="Editor de columnas..."/>
<Item id="44042" name="Ocultar líneas"/>
<Item id="42040" name="Abrir todos los archivos recientes"/>
<Item id="42041" name="Limpiar lista de archivos recientes"/>
<Item id="48016" name="Modificar atajo/Borrar macro..."/>
<Item id="48017" name="Modificar atajo/Borrar comando..."/>
<Item id="48018" name="Editar menú contextual emergente"/>
</Commands> </Commands>
</Main> </Main>
<Splitter> <Splitter>
</Splitter> </Splitter>
<TabBar> <!--Tab menu--> <TabBar>
<Item order="0" name="Cerrar"/> <Item order="0" name="Cerrar"/>
<Item order="1" name="Cerrar todos excepto actual"/> <Item order="1" name="Cerrar todos excepto actual"/>
<Item order="2" name="Guardar"/> <Item order="2" name="Guardar"/>
<Item order="3" name="Guardar como..."/> <Item order="3" name="Guardar como..."/>
<Item order="10" name="Renombrar"/>
<Item order="11" name="Eliminar"/>
<Item order="4" name="Imprimir"/> <Item order="4" name="Imprimir"/>
<Item order="12" name="Sólo lectura"/>
<Item order="13" name="Quitar marca de sólo lectura"/>
<Item order="7" name="Copiar ruta completa del archivo"/>
<Item order="8" name="Copiar nombre del archivo"/>
<Item order="9" name="Copiar ruta del directorio"/>
<Item order="5" name="Mover a otra vista"/> <Item order="5" name="Mover a otra vista"/>
<Item order="6" name="Clonar en otra vista"/> <Item order="6" name="Clonar en otra vista"/>
<Item order="7" name="Copiar ruta del archivo (portapapeles)"/>
<Item order="8" name="Copiar nombre del archivo (portapapeles)"/>
<Item order="9" name="Copiar ruta de la carpeta (portapapeles)"/>
<Item order="10" name="Renombrar"/>
<Item order="11" name="Eliminar"/>
<Item order="12" name="Sólo lectura"/>
<Item order="13" name="Quitar marca de Sólo lectura"/>
<Item order="14" name="Mover a nueva ventana"/> <Item order="14" name="Mover a nueva ventana"/>
<Item order="15" name="Clonar en nueva ventana"/> <Item order="15" name="Abrir en una nueva ventana"/>
</TabBar> </TabBar>
</Menu> </Menu>
<Dialog> <Dialog>
<Find title="Buscar/Reemplazar" titleFind="Buscar" titleReplace="Reemplazar" titleFindInFiles="Buscar en archivos"> <Find title="" titleFind="Buscar" titleReplace="Reemplazar" titleFindInFiles="Buscar en archivos">
<!--<Item id="1637" name="Buscar en archivos"/>-->
<Item id="1" name="Buscar siguiente"/> <Item id="1" name="Buscar siguiente"/>
<Item id="1614" name="Contar"/>
<Item id="1636" name="Buscar en todos los documentos abiertos"/>
<Item id="1641" name="Buscar todo en el documento actual"/>
<Item id="1608" name="&amp;Reemplazar"/>
<Item id="1609" name="Reemplazar &amp;todo"/>
<Item id="1635" name="Reemplazar en todos los documentos abiertos"/>
<Item id="1656" name="Buscar todo"/>
<Item id="1660" name="Reemplazar en archivos"/>
<Item id="2" name="Cerrar"/> <Item id="2" name="Cerrar"/>
<Item id="1620" name="Buscar:"/>
<Item id="1620" name="Buscar :"/> <Item id="1603" name="Solo &amp;palabras completas"/>
<Item id="1611" name="Reem&amp;plazar con :"/> <Item id="1604" name="Coincidir &amp;mayúsculas/minúsculas"/>
<Item id="1654" name="Filtros :"/> <Item id="1605" name="Expresión &amp;regular"/>
<Item id="1655" name="Directorio :"/> <Item id="1606" name="Buscar en todo el d&amp;ocumento"/>
<Item id="1612" name="&amp;Arriba"/>
<Item id="1613" name="A&amp;bajo"/>
<Item id="1614" name="Contar"/>
<Item id="1615" name="Buscar todo"/>
<Item id="1616" name="Marcar línea"/> <Item id="1616" name="Marcar línea"/>
<Item id="1617" name="Marcar lo encontrado"/> <Item id="1617" name="Marcar lo encontrado"/>
<Item id="1618" name="Purgar en cada búsqueda"/> <Item id="1618" name="Purgar en cada búsqueda"/>
<Item id="1615" name="Buscar todo"/> <Item id="1621" name="Dirección"/>
<Item id="1611" name="Re&amp;emplazar con:"/>
<Item id="1608" name="&amp;Reemplazar"/>
<Item id="1609" name="Reemplazar &amp;todo"/>
<Item id="1623" name="Transparencia"/>
<Item id="1687" name="Al hacer clic sobre el archivo"/>
<Item id="1688" name="Siempre"/>
<Item id="1632" name="En la selección"/> <Item id="1632" name="En la selección"/>
<Item id="1633" name="Limpiar"/> <Item id="1633" name="Limpiar"/>
<Item id="1635" name="Reemplazar en todos los archivos abiertos"/>
<Item id="1661" name="Sigue doc. actual"/> <Item id="1636" name="Buscar en todos los archivos abiertos"/>
<Item id="1658" name="En todos los subdir."/> <Item id="1637" name="Buscar en archivos"/>
<Item id="1659" name="En directorios ocultos"/> <Item id="1654" name="Filtros:"/>
<Item id="1655" name="Carpeta:"/>
<Item id="1603" name="Sólo &amp;palabras completas"/> <Item id="1656" name="Buscar todo"/>
<Item id="1604" name="Coincidir &amp;mayúsculas"/> <Item id="1658" name="En todas las sub-carpetas"/>
<Item id="1606" name="Buscar en todo el d&amp;ocumento"/> <Item id="1659" name="En carpetas ocultas"/>
<Item id="1624" name="Modo de búsqueda"/> <Item id="1624" name="Modo de búsqueda"/>
<Item id="1625" name="Normal"/> <Item id="1625" name="Normal"/>
<Item id="1626" name="Extendido (\n, \r, \t, \0, \x...)"/> <Item id="1626" name="Extendido (\n, \r, \t, \0, \x...)"/>
<Item id="1605" name="Expresión &amp;regular"/> <Item id="1660" name="Reemplazar en todos"/>
<Item id="1621" name="Dirección"/> <Item id="1661" name="Seguir archivo actual"/>
<Item id="1612" name="&amp;Arriba"/> <Item id="1641" name="Buscar solo en el archivo actual"/>
<Item id="1613" name="A&amp;bajo"/>
<!--<Item id="1623" name="Transparencia"/>-->
<Item id="1686" name="Transparencia"/> <Item id="1686" name="Transparencia"/>
<Item id="1687" name="En la selección"/>
<Item id="1688" name="Siempre"/>
</Find> </Find>
<GoToLine title="Ir a línea #"> <GoToLine title="Ir a línea...">
<Item id="2007" name="Línea"/> <Item id="2007" name="Línea"/>
<Item id="2008" name="Offset"/> <Item id="2008" name="Desplazamiento"/>
<Item id="2004" name="Se encuentra aquí :"/>
<Item id="2005" name="Quiere ir a :"/>
<Item id="2006" name="No puede ir más allá de :"/>
<Item id="1" name="&amp;Ir"/> <Item id="1" name="&amp;Ir"/>
<Item id="2" name="Cancelar"/> <Item id="2" name="Cancelar"/>
<Item id="2004" name="Se encuentra aquí:"/>
<Item id="2005" name="Quiere ir a:"/>
<Item id="2006" name="No puede ir más allá de:"/>
</GoToLine> </GoToLine>
<Run title="Ejecutar...">
<Item id="1903" name="Escriba la ruta o programa a ejecutar"/> <Run title="Run...">
<Item id="1903" name="Programa a ejecutar"/>
<Item id="1" name="Ejecutar"/> <Item id="1" name="Ejecutar"/>
<Item id="1904" name="Guardar..."/>
<Item id="2" name="Cancelar"/> <Item id="2" name="Cancelar"/>
<Item id="1904" name="Guardar..."/>
</Run> </Run>
<StyleConfig title="Configurador de estilo"> <StyleConfig title="Configurador de estilo">
<Item id="2" name="Cancelar"/> <Item id="2" name="Cancelar"/>
<Item id="2301" name="Guardar y cerrar"/> <Item id="2301" name="Guardar &amp;&amp; Cerrar"/>
<Item id="2303" name="Transparencia"/> <Item id="2303" name="Transparencia"/>
<Item id="2306" name="Selecciona tema : "/> <Item id="2306" name="Selecciona tema: "/>
<SubDialog> <SubDialog>
<Item id="2225" name="Lenguaje :"/>
<Item id="2211" name="Descripción del estilo :"/>
<Item id="2212" name="Color"/>
<Item id="2206" name="Color de tipografía"/>
<Item id="2207" name="Color de fondo"/>
<Item id="2213" name="Tipografía"/>
<Item id="2208" name="Fuente :"/>
<Item id="2209" name="Tamaño :"/>
<Item id="2204" name="Negrita"/> <Item id="2204" name="Negrita"/>
<Item id="2205" name="Cursiva"/> <Item id="2205" name="Cursiva"/>
<Item id="2206" name="Color de tipografía"/>
<Item id="2207" name="Color de fondo"/>
<Item id="2208" name="Fuente:"/>
<Item id="2209" name="Tamaño:"/>
<Item id="2212" name="Color"/>
<Item id="2213" name="Tipografía"/>
<Item id="2214" name="Ext. predet.:"/>
<Item id="2216" name="Ext. usuario:"/>
<Item id="2218" name="Subrayado"/> <Item id="2218" name="Subrayado"/>
<Item id="2214" name="Ext. predet. :"/>
<Item id="2216" name="Ext. usuario :"/>
<Item id="2219" name="Palabras clave predeterminadas"/> <Item id="2219" name="Palabras clave predeterminadas"/>
<Item id="2221" name="Palabras clave del usuario"/> <Item id="2221" name="Palabras clave definidas por el usuario"/>
<Item id="2225" name="Lenguaje:"/>
<Item id="2226" name="Habilitar color general de primer plano"/> <Item id="2226" name="Habilitar color general de primer plano"/>
<Item id="2227" name="Habilitar color general de fondo"/> <Item id="2227" name="Habilitar color general de fondo"/>
<Item id="2228" name="Habilitar fuente general"/> <Item id="2228" name="Habilitar fuente general"/>
@ -308,47 +345,49 @@
<Item id="2231" name="Habilitar fuente general en cursiva"/> <Item id="2231" name="Habilitar fuente general en cursiva"/>
<Item id="2232" name="Habilitar fuente general en subrayado"/> <Item id="2232" name="Habilitar fuente general en subrayado"/>
</SubDialog> </SubDialog>
</StyleConfig>
<UserDefine title="Lenguajes definidos por el usuario"><!--"View"->"user-defined" dialog-->
<Item id="20011" name="Transparencia"/>
<Item id="20007" name="Lenguaje : "/>
<Item id="20012" name="Ignorar MAY./min."/>
<Item id="20009" name="Ext. :"/>
<Item id="20003" name="Crear nuevo..."/>
<Item id="20005" name="Guardar como..."/>
<Item id="20002" name="Renombrar"/>
<Item id="20004" name="Borrar"/>
</StyleConfig>
<UserDefine title="User-Defined">
<Item id="20002" name="Renombrar"/>
<Item id="20003" name="Crear nuevo..."/>
<Item id="20004" name="Eliminar"/>
<Item id="20005" name="Guardar como..."/>
<Item id="20007" name="Lenguaje: "/>
<Item id="20009" name="Ext.:"/>
<Item id="20012" name="Ignorar MAY./min."/>
<Item id="20011" name="Transparencia"/>
<Item id="20016" name="Importar..."/>
<Item id="20015" name="Exportar..."/>
<Item id="0" name="Color del estilo"/> <Item id="0" name="Color del estilo"/>
<Item id="1" name="Color frontal"/> <Item id="1" name="Color frontal"/>
<Item id="2" name="Color de fondo"/> <Item id="2" name="Color de fondo"/>
<Item id="3" name="Estilo de tipografía"/> <Item id="3" name="Estilo de tipografía"/>
<Item id="4" name="Tipografía :"/> <Item id="4" name="Tipografía:"/>
<Item id="5" name="Tamaño :"/> <Item id="5" name="Tamaño:"/>
<Item id="6" name="Negrita"/> <Item id="6" name="Negrita"/>
<Item id="7" name="Cursiva"/> <Item id="7" name="Cursiva"/>
<Item id="8" name="Subrayado"/> <Item id="8" name="Subrayado"/>
<Folder title="Directorio y predeterminado"> <Folder title="Carpeta &amp;&amp; predeterminado">
<Item id="21101" name="Configuración de estilo predeterminado"/> <Item id="21101" name="Configuración de estilo predeterminado"/>
<Item id="21201" name="Configurar palabras clave de apertura"/> <Item id="21201" name="Configurar palabras clave de apertura"/>
<Item id="21301" name="Configurar palabras clave de cierre"/> <Item id="21301" name="Configurar palabras clave de cierre"/>
</Folder> </Folder>
<Keywords title="Listas de palabras clave"> <Keywords title="Listas de palabras clave">
<Item id="22101" name="Grupo 1º"/> <Item id="22101" name="1º Grupo"/>
<Item id="22201" name="2º Grupo"/>
<Item id="22301" name="3º Grupo"/>
<Item id="22401" name="4º Grupo"/>
<Item id="22113" name="Modo prefijo"/> <Item id="22113" name="Modo prefijo"/>
<Item id="22201" name="Grupo 2º"/>
<Item id="22213" name="Modo prefijo"/> <Item id="22213" name="Modo prefijo"/>
<Item id="22301" name="Grupo 3º"/>
<Item id="22313" name="Modo prefijo"/> <Item id="22313" name="Modo prefijo"/>
<Item id="22401" name="Grupo 4º"/>
<Item id="22413" name="Modo prefijo"/> <Item id="22413" name="Modo prefijo"/>
</Keywords> </Keywords>
<Comment title="Comentarios y números"> <Comment title="Comentarios &amp;&amp; números">
<Item id="23301" name="Comentario de línea"/> <Item id="23301" name="Comentario de línea"/>
<Item id="23101" name="Comentario de bloque"/> <Item id="23101" name="Comentario de bloque"/>
<Item id="23113" name="Abrir comentario :"/> <Item id="23113" name="Abrir comentario:"/>
<Item id="23115" name="Cerrar comentario :"/> <Item id="23115" name="Cerrar comentario:"/>
<Item id="23116" name="Tratar palabra clave como símbolo"/> <Item id="23116" name="Tratar palabra clave como símbolo"/>
<Item id="23117" name="Tratar palabras clave como símbolos"/> <Item id="23117" name="Tratar palabras clave como símbolos"/>
<Item id="23201" name="Número"/> <Item id="23201" name="Número"/>
@ -357,104 +396,102 @@
<Item id="24107" name="Operador"/> <Item id="24107" name="Operador"/>
<Item id="24103" name="Símbolos disponibles"/> <Item id="24103" name="Símbolos disponibles"/>
<Item id="24101" name="Operadores activados"/> <Item id="24101" name="Operadores activados"/>
<Item id="24001" name="Habilita carácter de escape :"/>
<Item id="24201" name="Delimitador 1"/> <Item id="24201" name="Delimitador 1"/>
<Item id="24211" name="Límite abierto :"/> <Item id="24211" name="Límite abierto:"/>
<Item id="24214" name="Límite cerrado :"/> <Item id="24214" name="Límite cerrado:"/>
<Item id="24301" name="Delimitador 2"/> <Item id="24301" name="Delimitador 2"/>
<Item id="24311" name="Límite abierto :"/> <Item id="24311" name="Límite abierto:"/>
<Item id="24314" name="Límite cerrado :"/> <Item id="24314" name="Límite cerrado:"/>
</Operator> </Operator>
<Item id="24001" name="Habilitar carácter de escape:"/>
</UserDefine> </UserDefine>
<Preference title="Preferencias"> <Preference title="Preferencias">
<Item id="6001" name="Cerrar"/> <Item id="6001" name="Cerrar"/>
<Global title="Generales"> <Global title="Generales">
<Item id="6123" name="Localización"/>
<Item id="6101" name="Barra de herramientas"/> <Item id="6101" name="Barra de herramientas"/>
<Item id="6102" name="Ocultar"/> <Item id="6102" name="Ocultar"/>
<Item id="6103" name="Iconos pequeños"/> <Item id="6103" name="Iconos pequeños"/>
<Item id="6104" name="Iconos grandes"/> <Item id="6104" name="Iconos grandes"/>
<Item id="6105" name="Iconos pequeños predeterminados"/> <Item id="6105" name="Iconos predeterminados"/>
<Item id="6106" name="Barra de pestañas"/> <Item id="6106" name="Barra de pestañas"/>
<Item id="6118" name="Esconder"/>
<Item id="6119" name="Multi-línea"/>
<Item id="6120" name="Vertical"/>
<Item id="6107" name="Reducir texto"/> <Item id="6107" name="Reducir texto"/>
<Item id="6108" name="Bloquear (impedir arrastrar y soltar)"/> <Item id="6108" name="Bloquear (impedir arrastrar y soltar)"/>
<Item id="6109" name="Mostrar ventanas inactivas"/> <Item id="6109" name="Oscurecer ventanas inactivas"/>
<Item id="6110" name="Mostrar línea naranja en activa"/> <Item id="6110" name="Mostrar una línea en la pestaña activa"/>
<Item id="6112" name="Botón de cierre en cada pestaña"/>
<Item id="6113" name="Doble clic para cerrar un documento"/>
<Item id="6121" name="Barra de menú"/>
<Item id="6122" name="Ocultar (Alt o F10 para alternarla)"/>
<Item id="6111" name="Mostrar barra de estado"/> <Item id="6111" name="Mostrar barra de estado"/>
<Item id="6112" name="Botón de cierre en cada pestaña"/>
<Item id="6113" name="Doble clic para cerrar pestaña"/>
<Item id="6118" name="Ocultar"/>
<Item id="6119" name="Multi-línea"/>
<Item id="6120" name="Vertical"/>
<Item id="6121" name="Barra de menú"/>
<Item id="6122" name="Ocultar (Alt o F10 para des/activar)"/>
<Item id="6123" name="Localización"/>
</Global> </Global>
<Scintillas title="Opciones visuales"> <Scintillas title="Edición">
<Item id="6216" name="Configuración del cursor"/> <Item id="6216" name="Configuración del cursor"/>
<Item id="6217" name="Ancho :"/> <Item id="6217" name="Ancho:"/>
<Item id="6219" name="Frecuencia :"/> <Item id="6219" name="Frecuencia:"/>
<Item id="6221" name="R"/> <Item id="6221" name="R"/>
<Item id="6222" name="L"/> <Item id="6222" name="L"/>
<Item id="6224" name="Multiedición"/> <Item id="6224" name="Multiedición"/>
<Item id="6225" name="Habilita (Ctrl+Ratón)"/> <Item id="6225" name="Habilitar (Ctrl. + clic/selección)"/>
<Item id="6201" name="Estilo visual de los niveles"/> <Item id="6201" name="Estilo visual de los niveles"/>
<Item id="6202" name="Simple"/> <Item id="6202" name="Simple"/>
<Item id="6203" name="Flechas"/> <Item id="6203" name="Flechas"/>
<Item id="6204" name="Círculos"/> <Item id="6204" name="Círculos"/>
<Item id="6205" name="Cuadrados"/> <Item id="6205" name="Cuadrados"/>
<Item id="6226" name="Ninguno"/>
<Item id="6227" name="Ajuste de línea"/>
<Item id="6228" name="Predetermin."/>
<Item id="6229" name="Alineado"/>
<Item id="6230" name="Tabulación"/>
<Item id="6206" name="Mostrar números de línea"/>
<Item id="6207" name="Mostrar marcadores"/>
<Item id="6208" name="Mostrar límite vertical"/>
<Item id="6209" name="Número de columnas: "/>
<Item id="6211" name="Límite vertical"/> <Item id="6211" name="Límite vertical"/>
<Item id="6208" name="Mostrar límite vertical"/>
<Item id="6212" name="Modo lineal"/> <Item id="6212" name="Modo lineal"/>
<Item id="6213" name="Modo de fondo"/> <Item id="6213" name="Modo de fondo"/>
<Item id="6209" name="Número de columna : "/>
<Item id="6206" name="Mostrar número de línea"/>
<Item id="6207" name="Mostrar marcas"/>
<Item id="6214" name="Resaltar la línea activa"/> <Item id="6214" name="Resaltar la línea activa"/>
</Scintillas> </Scintillas>
<NewDoc title="Documento nuevo"> <NewDoc title="Archivo nuevo/Carpeta predeterminada">
<Item id="6419" name="Nuevo Documento"/>
<Item id="6405" name="Codificación"/>
<Item id="6406" name="ANSI"/>
<Item id="6407" name="UTF-8 sin BOM"/>
<Item id="6420" name="Aplicar mientras se abre el archivo ANSI"/>
<Item id="6408" name="UTF-8"/>
<Item id="6409" name="UCS2 Big endian"/>
<Item id="6410" name="UCS2 Little endian"/>
<Item id="6401" name="Formato"/> <Item id="6401" name="Formato"/>
<Item id="6402" name="Windows"/> <Item id="6402" name="Windows"/>
<Item id="6403" name="Unix"/> <Item id="6403" name="Unix"/>
<Item id="6404" name="Mac"/> <Item id="6404" name="Mac"/>
<Item id="6405" name="Codificación"/>
<Item id="6411" name="Lenguaje predet. :"/> <Item id="6406" name="ANSI"/>
<Item id="6407" name="UTF-8 sin BOM"/>
<Item id="6413" name="Directorio para abrir/guardar archivo"/> <Item id="6408" name="UTF-8"/>
<Item id="6414" name="Seguir en el documento actual"/> <Item id="6409" name="UCS-2 Big Endian"/>
<Item id="6415" name="Recordar el último directorio usado"/> <Item id="6410" name="UCS-2 Little Endian"/>
<Item id="6411" name="Lenguaje predeterminado:"/>
<Item id="6413" name="Carpeta predeterminada (Abrir/Guardar)"/>
<Item id="6414" name="Usar la misma en la que se encuentra el archivo"/>
<Item id="6415" name="Recordar la última carpeta usada"/>
<Item id="6419" name="Archivo nuevo"/>
<Item id="6420" name="Aplicar a los archivos ANSI abiertos"/>
</NewDoc> </NewDoc>
<FileAssoc title="Asociación de archivos"> <FileAssoc title="Asociación de archivos">
<Item id="4009" name="Ext. disponibles :"/> <Item id="4009" name="Ext. soportadas:"/>
<Item id="4010" name="Ext. asociadas :"/> <Item id="4010" name="Ext. asociadas:"/>
</FileAssoc> </FileAssoc>
<LangMenu title="Menú de Lenguaje"> <LangMenu title="Menú de Lenguaje/Ajustes de pestañas">
<Item id="6508" name="Menú de Lenguaje"/> <Item id="6301" name="Ajustes de pestañas"/>
<Item id="6507" name="Compactar el menú de Lenguaje"/> <Item id="6302" name="Reemplazar por espacio"/>
<Item id="6303" name="Tamaño: "/>
<Item id="6505" name="Disponibles"/> <Item id="6505" name="Disponibles"/>
<Item id="6506" name="Desactivados"/> <Item id="6506" name="Desactivados"/>
<Item id="6507" name="Compactar el menú de Lenguaje"/>
<Item id="6301" name="Tabulación"/> <Item id="6508" name="Menú de Lenguaje"/>
<Item id="6510" name="Utiliza por defecto"/> <Item id="6510" name="Utilizar predeterminado"/>
<Item id="6303" name="Tamaño : "/>
<Item id="6302" name="Sustituir por espacios"/>
</LangMenu> </LangMenu>
<Print title="Imprimir"> <Print title="Imprimir">
<Item id="6601" name="Imprimir número de línea"/> <Item id="6601" name="Imprimir número de línea"/>
@ -463,113 +500,100 @@
<Item id="6604" name="Invertir"/> <Item id="6604" name="Invertir"/>
<Item id="6605" name="Blanco y negro"/> <Item id="6605" name="Blanco y negro"/>
<Item id="6606" name="Sin color de fondo"/> <Item id="6606" name="Sin color de fondo"/>
<Item id="6607" name="Márgenes (milímetros)"/> <Item id="6607" name="Márgenes (milímetros)"/>
<Item id="6613" name="Superior"/>
<Item id="6612" name="Izquierdo"/> <Item id="6612" name="Izquierdo"/>
<Item id="6613" name="Superior"/>
<Item id="6614" name="Derecho"/> <Item id="6614" name="Derecho"/>
<Item id="6615" name="Inferior"/> <Item id="6615" name="Inferior"/>
<Item id="6706" name="Negrita"/>
<Item id="6728" name="Cabecera y pie de página"/> <Item id="6707" name="Cursiva"/>
<Item id="6725" name="Variable :"/>
<Item id="6723" name="Agregar"/>
<Item id="6708" name="Encabezado"/> <Item id="6708" name="Encabezado"/>
<Item id="6709" name="Parte izquierda"/> <Item id="6709" name="Parte izquierda"/>
<Item id="6710" name="Parte central"/> <Item id="6710" name="Parte central"/>
<Item id="6711" name="Parte derecha"/> <Item id="6711" name="Parte derecha"/>
<Item id="6706" name="Negrita"/> <Item id="6717" name="Negrita"/>
<Item id="6707" name="Cursiva"/> <Item id="6718" name="Cursiva"/>
<Item id="6719" name="Pie de página"/>
<Item id="6719" name="Pie"/>
<Item id="6720" name="Parte izquierda"/> <Item id="6720" name="Parte izquierda"/>
<Item id="6721" name="Parte central"/> <Item id="6721" name="Parte central"/>
<Item id="6722" name="Parte derecha"/> <Item id="6722" name="Parte derecha"/>
<Item id="6717" name="Negrita"/> <Item id="6723" name="Añadir"/>
<Item id="6718" name="Cursiva"/> <Item id="6725" name="Variable:"/>
<Item id="6727" name=" "/> <!--This remove the "Wich part :" text--> <Item id="6728" name="Cabecera y pie de página"/>
</Print> </Print>
<MISC title="Miscelánea"> <MISC title="Otros ajustes">
<Item id="6304" name="Historial de archivos recientes"/> <Item id="6304" name="Historial de archivos recientes"/>
<Item id="6306" name="Número máximo de archivos :"/>
<Item id="6305" name="No comprobar al iniciar"/> <Item id="6305" name="No comprobar al iniciar"/>
<Item id="6306" name="Número máximo de archivos:"/>
<Item id="6307" name="Habilitar"/>
<Item id="6308" name="Minimizar a la bandeja del sistema"/>
<Item id="6309" name="Recordar sesión actual en el próximo inicio"/>
<Item id="6312" name="Auto-detectar estado del archivo"/>
<Item id="6313" name="Actualizar silenciosamente"/>
<Item id="6318" name="Propiedades de enlaces"/>
<Item id="6325" name="Desplazarse a la última línea al actualizar"/>
<Item id="6319" name="Habilitar"/>
<Item id="6320" name="No subrayar"/>
<Item id="6322" name="Extensión del archivo de sesión:"/>
<Item id="6323" name="Habilitar actualizaciones automáticas"/>
<Item id="6324" name="Alternar archivos (Ctrl+TAB)"/>
<Item id="6326" name="Habilitar resaltado inteligente"/>
<Item id="6329" name="Resaltar etiquetas coincidentes"/>
<Item id="6327" name="Habilitar"/>
<Item id="6328" name="Resaltar atributos de etiquetas"/>
<Item id="6330" name="Resaltar zona comment/php/asp"/>
<Item id="6324" name="Alternar documentos (Ctrl+TAB)"/> <Item id="6331" name="Mostrar solo el nombre del archivo en el título"/>
<Item id="6114" name="Permitir alternar"/> <Item id="6114" name="Habilitar"/>
<Item id="6115" name="Sangría automática"/>
<Item id="6117" name="Ordenar por el usado más reciente"/> <Item id="6117" name="Ordenar por el usado más reciente"/>
<Item id="6323" name="Activar actualización automática"/>
<Item id="6115" name="Sangría automática"/>
<Item id="6308" name="Minimizar a bandeja del sistema"/>
<Item id="6326" name="Activar destacado inteligente"/>
<Item id="6331" name="Mostrar sólo el nombre del archivo en el título"/>
<Item id="6309" name="Recordar sesión actual en el próximo inicio"/>
<Item id="6318" name="Propiedades de enlaces"/>
<Item id="6319" name="Activar"/>
<Item id="6320" name="No dibujar subrayado"/>
<Item id="6312" name="Auto-detectar estado del archivo"/>
<Item id="6307" name="Activar"/>
<Item id="6313" name="Actualización automática"/>
<Item id="6325" name="Desplazarse a la última línea al actualizar"/>
<Item id="6329" name="Destacar etiquetas coincidentes"/>
<Item id="6327" name="Activar"/>
<Item id="6328" name="Destacar atributos de etiquetas"/>
<Item id="6330" name="Destacar zona php/asp"/>
<Item id="6322" name="Ext. archivo sesión:"/>
</MISC> </MISC>
<Backup title="Copia de seguridad/Autocompletar"> <Backup title="Copia de seguridad/Autocompletar">
<Item id="6801" name="Copia de seguridad"/> <Item id="6801" name="Copia de seguridad"/>
<Item id="6315" name="No hacer"/> <Item id="6315" name="No hacer"/>
<Item id="6316" name="Copia simple"/> <Item id="6316" name="Copia simple"/>
<Item id="6317" name="Copia detallada"/> <Item id="6317" name="Copia detallada"/>
<Item id="6804" name="Directorio para copia de seguridad personalizada"/> <Item id="6804" name="Carpeta para copia de seguridad personalizada"/>
<Item id="6803" name="Directorio :"/> <Item id="6803" name="Carpeta:"/>
<Item id="6807" name="Autocompletar"/> <Item id="6807" name="Autocompletar"/>
<Item id="6808" name="Habilitar autocompletar en cada entrada"/> <Item id="6808" name="Habilitar autocompletar en cada entrada"/>
<Item id="6809" name="Completar función"/> <Item id="6809" name="Completar función"/>
<Item id="6810" name="Completar palabra"/> <Item id="6810" name="Completar palabra"/>
<Item id="6815" name="Pistas para los parámetros de la función"/>
<Item id="6811" name="Desde"/> <Item id="6811" name="Desde"/>
<Item id="6813" name="caracteres"/> <Item id="6813" name="caracteres"/>
<Item id="6814" name="Valores válidos : 1 - 9"/> <Item id="6814" name="Valores válidos: 1 - 9"/>
<Item id="6815" name="Pistas para los parámetros de la función"/>
</Backup> </Backup>
</Preference> </Preference>
<MultiMacro title="Ejecución múltiple de macro"> <MultiMacro title="Ejecución múltiple de macro">
<Item id="8006" name="Macro a ejecutar :"/>
<Item id="8001" name="Ejecutar"/>
<Item id="8005" name="veces"/>
<Item id="8002" name="Hasta el fin del archivo"/>
<Item id="1" name="Ejecutar"/> <Item id="1" name="Ejecutar"/>
<Item id="2" name="Cancelar"/> <Item id="2" name="Cancelar"/>
<Item id="8006" name="Macro a ejecutar:"/>
<Item id="8001" name="Ejecutar"/>
<Item id="8005" name="veces"/>
<Item id="8002" name="Ejecutar hasta el fin del archivo"/>
</MultiMacro> </MultiMacro>
<Window title="Ventanas..."> <Window title="Windows">
<Item id="1" name="Activar"/> <Item id="1" name="Activar"/>
<Item id="7002" name="Guardar"/>
<Item id="7003" name="Cerrar"/>
<Item id="7004" name="Ordenar"/>
<Item id="2" name="Aceptar"/> <Item id="2" name="Aceptar"/>
<Item id="7002" name="Guardar"/>
<Item id="7003" name="Cerrar ventana(s)"/>
<Item id="7004" name="Ejecutar pestañas"/>
</Window> </Window>
<ColumnEditor title="Editor de columnas"> <!--Alt+C dialog--> <ColumnEditor title="Editor de columnas">
<Item id="1" name="Aceptar"/>
<Item id="2" name="Cancelar"/>
<Item id="2023" name="Texto a insertar"/> <Item id="2023" name="Texto a insertar"/>
<Item id="2033" name="Número a insertar"/> <Item id="2033" name="Número a insertar"/>
<Item id="2030" name="Número inicial :"/> <Item id="2030" name="Número inicial:"/>
<Item id="2031" name="Incrementar en :"/> <Item id="2031" name="Incrementar en:"/>
<Item id="2035" name="Ceros delante"/> <Item id="2035" name="Ceros delante"/>
<Item id="2032" name="Formato"/> <Item id="2032" name="Formato"/>
<Item id="2024" name="Decimal"/> <Item id="2024" name="Decimal"/>
<Item id="2025" name="Octal"/> <Item id="2025" name="Octal"/>
<Item id="2026" name="Hexadecimal"/> <Item id="2026" name="Hexadecimal"/>
<Item id="2027" name="Binario"/> <Item id="2027" name="Binario"/>
<Item id="1" name="Aceptar"/>
<Item id="2" name="Cancelar"/>
</ColumnEditor> </ColumnEditor>
</Dialog> </Dialog>
</Native-Langue> </Native-Langue>

View File

@ -18,8 +18,8 @@
; Define the application name ; Define the application name
!define APPNAME "Notepad++" !define APPNAME "Notepad++"
!define APPVERSION "5.8.7" !define APPVERSION "5.9"
!define APPNAMEANDVERSION "Notepad++ v5.8.7" !define APPNAMEANDVERSION "Notepad++ v5.9"
!define VERSION_MAJOR 5 !define VERSION_MAJOR 5
!define VERSION_MINOR 87 !define VERSION_MINOR 87
@ -29,7 +29,7 @@
Name "${APPNAMEANDVERSION}" Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++" InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" "" InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile ".\build\npp.5.8.7.Installer.exe" OutFile ".\build\npp.5.9.Installer.exe"
; GetWindowsVersion ; GetWindowsVersion
; ;
@ -623,7 +623,7 @@ SectionGroupEnd
SectionGroup "Plugins" Plugins SectionGroup "Plugins" Plugins
SetOverwrite on SetOverwrite on
/*
Section "NPPTextFX" NPPTextFX Section "NPPTextFX" NPPTextFX
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\NPPTextFX.dll" File "..\bin\plugins\NPPTextFX.dll"
@ -638,7 +638,7 @@ SectionGroup "Plugins" Plugins
SetOutPath "$INSTDIR\plugins\doc" SetOutPath "$INSTDIR\plugins\doc"
File "..\bin\plugins\doc\NPPTextFXdemo.TXT" File "..\bin\plugins\doc\NPPTextFXdemo.TXT"
SectionEnd SectionEnd
*/
Section "Spell-Checker" SpellChecker Section "Spell-Checker" SpellChecker
Delete "$INSTDIR\plugins\SpellChecker.dll" Delete "$INSTDIR\plugins\SpellChecker.dll"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
@ -678,6 +678,12 @@ SectionGroup "Plugins" Plugins
SetOutPath "$INSTDIR\updater" SetOutPath "$INSTDIR\updater"
File "..\bin\updater\gpup.exe" File "..\bin\updater\gpup.exe"
SectionEnd SectionEnd
Section "Converter" Converter
Delete "$INSTDIR\plugins\NppConverter.dll"
SetOutPath "$INSTDIR\plugins"
File "..\bin\plugins\NppConverter.dll"
SectionEnd
SectionGroupEnd SectionGroupEnd
SectionGroup "Localization" localization SectionGroup "Localization" localization
@ -1214,6 +1220,9 @@ SectionGroup un.Plugins
Section un.ComparePlugin Section un.ComparePlugin
Delete "$INSTDIR\plugins\ComparePlugin.dll" Delete "$INSTDIR\plugins\ComparePlugin.dll"
SectionEnd SectionEnd
Section un.Converter
Delete "$INSTDIR\plugins\NppConverter.dll"
SectionEnd
Section un.PluginManager Section un.PluginManager
Delete "$INSTDIR\plugins\PluginManager.dll" Delete "$INSTDIR\plugins\PluginManager.dll"
Delete "$INSTDIR\updater\gpup.exe" Delete "$INSTDIR\updater\gpup.exe"

View File

@ -1,21 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Activating</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Activating
a file:</h1>
<p>Notepad++
allows you to open multiple files at once, or multiple files multiple times, but only one will be
active (have focus) at any time. All files are represented on the tab
bar with their filename and an icon indicating if its normal, edited
or readonly (see the section about the Tab Bar for more details).
Simply click on a tab to activate the file. You can also use the
<span class="shortcut">Ctrl-TAB</span> and <span class="shortcut">Ctrl-Shift-TAB</span> key combinations to switch through the
active files, or depress the right mouse button and use the scroll
wheel (see also <a href="Switching%20between%20Documents.html">Switching between Documents</a>).<p>
If
you have Multi-View enabled, only one view can be actually active,
however you can see both files (see also the section about
<a href="Multi%20View.html">Multi-View</a>).
</body></html>

View File

@ -1,36 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Auto Completion</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Auto completion</h1>
<p>Notepad++
has autocompletion capabilities, allowing it to finish a word that
you are typing by giving a list of possible options, or immediately
inserting it when only one possibility is left (powered by the
Scintilla component).</p>
<p>There
are two types of auto completion.&nbsp;</p>
<ul><li>The first one uses a list of well
known keywords and provides a hint based on that and goes by the name
<span style="font-weight: bold;">Function Completion</span>. It is triggered by selecting <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Function
Completion</span> or automatically when a certain amount of characters is
typed (see also&nbsp;<a href="Preferences.html#Backup_Auto-Completion">Preferences</font></a>).<br><img src="images\screenshots\autocomp.png">
</li><li>The second one retrieves
all the words from the current file and provides hinting on that,
named <span style="font-weight: bold;">Word Completion</span>. This is triggered by selecting <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Word
Completion</span>, or by entering a set number of characters (again, see&nbsp;<a href="Preferences.html#Backup_Auto-Completion">Preferences</a>). Word completion is the only type that can
automatically finish a word without displaying a list of options
first.
</li></ul>Somewhat
related but not exactly the same is the display of <span style="font-weight: bold;">function parameter
hints, or calltips</span>. This is a small tooltip that will show the
required parameters (and possibly some details of them) for a
function a call to which is being edited. This is specifically
targeted for programming purposes and serves no real value for other
tasks. The calltip will highlight the current parameter being edited
for a quick emphasis on what is actually needed. It is purely
passive and will not modify the text in any way. To trigger a calltip (if one can be found), select <span class="menu_item">Edit-&gt;Auto-Completion-&gt;Function parameters hint</span>.<p>Autocompletion
is language based (see <a href="Languages.html">Languages</a>) and has different API files for
each language. For more details on these XML files and how to make your own ones, please refer to <a target="_blank" href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion">NpWiki++</a>.
</body></html>

View File

@ -1,55 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Bookmarks</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Bookmarks</h1>
A
bookmark is a special marker on a single line, indicated on the
bookmark margin. With this you can easily search for lines and
perform certain operations on them.
<p>
<h3>Adding/Removing
bookmarks:
</h3><p>You
can toggle a bookmark on a single line by clicking on the bookmark
margin in front of the line, or by selecting <span class="menu_item">Search-&gt;Toggle
Bookmark</span>. The <span class="menu_item">Search-&gt;Reverse
Bookmarks</span> command toggles bookmarks on each line of the currently opened document.
<p><h3>
To remove all bookmarks
</h3>Select <span class="menu_item">Search-&gt;Clear all Bookmarks</span>.<p><h3>Navigating
with bookmarks:</h3>
<p>To
Jump with the cursor to the next line containing a bookmark, select
<span class="menu_item">Search-&gt;Next Bookmark</span>, to go to the previous bookmarked line
select <span class="menu_item">Search-&gt;Previous Bookmark</span>.
<p>
<h3>Modifying
bookmarked lines:</h3>
<p>
You
can perform a single operation on all bookmarked lines.
<p>
<ul><li>
To
cut each bookmarked line, select <span class="menu_item">Search-&gt;Cut Bookmarked Lines</span>.
Every line will be cut from the file and added to the clipboard, so
they can all be pasted at once.
</li><li>To
copy, select <span class="menu_item">Search-&gt;Copy bookmarked Lines</span></font> instead.
</li><li>
To
replace each bookmarked line with the current clipboard contents,
select <span class="menu_item">Search-&gt;Paste to (Replace) bookmarked lines</span>.
/li><li>
To
remove all bookmarked lines, select <span class="menu_item">Search-&gt;Delete bookmarked
lines</span>.
</li></ul><p>
The
Delete option allows you to search for lines first, mark them with a
bookmark using search (see Search), then remove all of them based on
a certain trait.
</body></html>

View File

@ -1,13 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Brace Matching</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Brace
Matching</h1><p>
Notepad++
can search for matching brace pairs. Placing the cursor at one brace
will automatically search for the matching other brace, and highlight
it (see&nbsp;<a href="Styler%20Configurator.html#Brace_Highlight_Style">Styler Configurator</a>). You can move the cursor to
the matching brace by selecting <span class="menu_item">Search-&gt;Go to matching brace</span>.
</body></html>

View File

@ -1,26 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Bug Reports</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Bug Reports</h1><p>
If
you find that Notepad++ isn't working correctly or plain crashing,
you probably encountered a bug. First check if you have the latest
version, each release Notepad++ gets improved and bugs get fixed
(unfortunately, sometimes added as well so always tread careful when
updating). Also, if you just added or opgraded a plugin, it could be the cause of the bug.<p>
Then,
check if a plugin causes the trouble. Remove all plugins or start
with the command line option to disable all plugins and see if the
issue persists. If so:<p>
Check
the forums: maybe other users noticed it as well and found a fix or
are in discussion.<p>
Check
the Bug tracker
(<a target="_blank" href="http://sourceforge.net/tracker2/?group_id=95717&amp;atid=612382">http://sourceforge.net/tracker2/?group_id=95717&amp;atid=612382</a>):
maybe the bug is already detected and added to the list. Search for
it and if it's not there, you can add it and help the developers find
and fix it (always be very clear what the problem is, what causes it
and how to reproduce it. Crash reports are, unfortunately, currently
not very helpful, a description on how to reproduce the crash is). Also please zip or 7-zip the NppDump.dmp file if any was produced, and attach it to the report: it contains the internal state of Notepad++ when the crash took place, an is invaluable to developpers.</body></html>

View File

@ -1,17 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Built-in Languages</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Built-in languages</h1>
<p>Standard
Notepad++ comes preloaded with a list with over 50 among the most popular
languages. You can select those languages using the Language
menu&nbsp;and configure their style using the <a href="Styler%20Configurator.html">Styler Configurator</a>. Most
often the correct language is selected when opening a file based on the
extension or filename (as is the case for makefiles) but you can always
select another one. When saving a session, the selected language will
be remembered, but closing and reopening the file will trigger the
autodetection again. You can change the extensions that are associated
with a language using the <a href="Styler%20Configurator.html#Extension">Styler Configurator</a>. Also, custom keywords can be added to most languages: when selecting an adequate (language, style item) pair, the Styler Configurator displayys a text area where extra keywords can be typed in, separated with spaces.
</body></html>

View File

@ -1,30 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Closing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Closing
files</h1><p>
In
order to close the files you have open, you have multiple options at
hand. Remember that if you have any unsaved data in a file, Notepad++
will always ask you if you'd like to save those changes before
closing any file.
<p>Primarily,
you can close any file by selecting <span class="menu_item">File-&gt;Close</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/closeFile.png">.
<p>To
close all files, select <span class="menu_item">File-&gt;Close All</span> or press&nbsp;<img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/closeAll.png">.
<p>To close all
the files but the active one, select <span class="menu_item">File-&gt;Close All but Active</span>.
<p>You
can also close any tab by clicking on it with the middle mouse
button. This way you can close tabs without having to bring them to
the foreground. A right click on the tab will invoke a context menu, from which the topmost entry is <span class="menu_item">Close me</span>. That works just as well if you have only two mouse buttons.</font>
<p>There
is also a setting that allows you to close any tab by doubleclicking
on it, or show a close button on each tab (<img style="width: 11px; height: 11px;" alt="" src="Images/closeTabButton.png">). To see how to do this,
see the section about configuring the Tab Bar in the <a href="Preferences.html#Global">Preference dialog</a>
<p>Finally,
you can close any active tab by clicking on the cross in the
top-right corner of the menu bar.
</body></html>

View File

@ -1,52 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Column Mode Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Column Mode editing</h1>
<h2>Editing rectangilar areas</h2>
<p>A
special way of editing files is column mode editing. This means that
text can be selected in columns, rather than rows (effectively
meaning 'vertical editing'). The column editing support is done via
Scintilla, but with a few supplements of Notepad++. To initiate a
Column mode selection, depress the <span class="shortcut">Alt</span> key (default) when selecting
text (using <span class="shortcut">mouse</span> or <span class="shortcut">cursor keys</span>), moving the cursor downwards or
upwards as needed. This works best if a non-proportional (monospaced)
font is used, because then each character will be visually aligned with the
ones in the same column above and below it (refer to&nbsp;<a href="Styler%20Configurator.html">Styler Configurator</a> for more
information).
<p>When text is
selected in this so called rectangilar mode, typing will change each selected column of characters into the typed character, or insert such a column.
Use the ESC key to exit this special typing mode. To back up one column, use the <span class="menu_item">Edit-&gt;Undo</span> feature, instead of the <span class="shortcut">Backspace</span> key.
<p>
<table align="center" border="1">
<th><tr><td>Before typing "done"<td>After typing "dne"</th>
<tr>
<td><img alt="" src="Images/Screenshots/col_edit_before.png">
<td><img alt="" src="Images/Screenshots/col_edit_after.png">
</tr></table>
<h2>The column editor</h2>
<p>The
<span style="font-weight: bold;">Column Editor dialog</span> is designed to make working with columns easier.
It can be opened by selecting <span class="menu_item">Edit-&gt;Column Editor</span>.
<p><img style="width: 341px; height: 357px;" alt="" src="Images/Screenshots/column_editor.png"><p>
<p>There
are two types of insertions that the column editor supports, regular
text or number sequences.
<ul><li> By selecting the <span class="radio">Text to insert</span> option, it
will overwrite each selected row with the given text.
</li><li>The <span class="radio">Number to insert</span> option will change each selected row into a numeric value,
depending on the parameters given:
<ul><li>The <span class="label">Initial number</span> is the first
number to be inserted.
</li><li>The <span class="label">Increase by</span> value gives the value by which
each consecutive number will increase.
</li><li>If the <span class="radio">Leading zeros</span> option is
checked, smaller values will be padded with zeros to make them the
same size as larger values, character wise.
</li><li>Finally, you can choose
which radix to use for numbers (Format), default is Decimal (10 base).
</li></ul></ul>
</body></html>

View File

@ -1,68 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Command Line</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head><body>
<h1>Command
Line</h1><p>
<table border="1" bordercolor="#000000" cellpadding="4" cellspacing="0" width="100%">
<col width="256*">
<tbody><tr>
<td valign="top" width="100%" style="background-color:Aquamarine;">
Notepad++.exe [-multiInst]
[-noPlugin] [-ro] [-nosession] [-notabbar] [-n##] [-l$$$] [FILES]</font>
</td>
</tr>
</tbody></table>
<p>
Notepad++
supports a few command line parameters to control its startup. The
following options are supported (they are case sensitive):</font>
p><dl>
<dt>-n<span style="font-weight: normal;"><i>line number</i></span>
<dd>Line number to go to for each file opened.
<dt>-c
<dd> Start editing in Column mode.
<dt>--help
<dd> Displays this list, i.e. all the command line switches
<dt>-loadingTime
<dd> Displays the loading time of all files Notepad++ is started with.
The result is displayed in a message box, with a 0.01 second resolution.
<dt>-multiInst
<dd> allow Notpead++ to start more than one instance. By default, if
Notepad++ is already started files wil lbe opened in that instance,
but this option will start a new one.
<dt>-noPlugin
<dd>Do not load any plugins. If you suspect a defunct plugin or you
just do not wish to load them, add this option.
<dt>-ro
<dd>Any file now opened will be opened in Read only mode.
<dt>-nosession
<dd> Do not load the previous session if Notepad++ is started. Do not save the session on exit either.
<dt>-notabbar
<dd> Hide the Tab Bar, even if the settings say otherwise.
<dt>-systemtray
<dd> Start Notepad++ minimised in the system tray, aka notification area
<dt>-x<span style="font-weight: normal;"><i>line number</i></span>
<dd>Specify the horizontal position (in pixels) at which Notepad++ main window is to open.
<dt>-y<span style="font-weight: normal;"><i>line number</i></span>
<dd>Specify the vertical position (in pixels) at which Notepad++ main window is to open.
<dt>-l<span style="font-weight: normal;"><i>language short name</i></span>
<dd>Language to set for each file opened. $$$ is a short identifier
string, of which the following are allowed:<br></font><table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="0" ><tbody><tr><td style="background-color:aquamarine;">normal, php, c, cpp, cs, objc, d,
java, rc, html, xml, makefile, pascal, batch, ini, nfo, asp, sql, vb,
javascript, css, perl, python, lua, tex, cobol, fortran, bash, actionscript,
nsis, tcl, lisp, scheme, asm, diff, props, postscript, ruby, smalltalk,
vhdl, kix, autoit, Gui4Cli, powershell, caml, ada, verilog, matlab, haskell, inno, cmake,
yaml,r, jsp</td></tr></tbody></table>
<dt>Files
<dd>Anything else will be interpreted as a filename. Always quote your
filename to allow the path to contain spaces, otherwise Notepad++
will split the single path into multiple paths at each space.<p>
</dl>
The
order of the options is not important.<p>
For
compatibility, Notepad++ will first try to identify the entire
command line as a filename, even if it is unquoted. It is however not
recommended to do this, always quote the filename.
</body></html>

View File

@ -1,78 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Commands</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>Commands</h1>
<p>
Commands
allow you to execute applications from Notepad++, for example to open
your current file in a browser or compile it with some external
compiler. You can pass the program command line parameters based on
the current status of your document.
<p>
<img style="width: 300px; height: 185px;" alt="" src="Images/Screenshots/run.png"><p>
<h3>To run a new command:</h3>
<p>Sselect <span class="menu_item">Run-&gt;Run...</span>. A dialog will pop up
asking for the path to the program and possible any command line
parameters. You can use the browse button to search for your program.
The drop down list provides recently run programs. The command line
arguments can also be based on the status of the current document,
and are always enclosed in $(...), where … can be:
<dl>
<dt>FULL_CURRENT_PATH
<dd> the fully qualified path to the current document.
<dt>CURRENT_DIRECTORY
<dd> The directory the current document resides in.
<dt>FILE_NAME
<dd> The filename of the document, without the directory.
<dt>NAME_PART
<dd> The filename without the extension.
<dt>EXT_PART
<dd> The extension of the current document.
<dt>NPP_DIRECTORY
<dd> The directory that contains the notepad++.exe executable that is
currently running.
<dt>>CURRENT_WORD
<dd> The currently selected text in the document.
<dt>CURRENT_LINE
<dd> The current line number that is selected in the document (0 based
index, the first line is 0).
<dt>CURRENT_COLUMN
<dd> The current column the cursor resides in (0 based index, the first
position on the line is 0).
</dl>
<p>For
example, </span></font></strong>
<table border="1" bordercolor="#000000" cellpadding="4" cellspacing="0" width="100%">
<col width="256*">
<tbody style="font-family: monospace;"><tr>
<td valign="top" width="100%">
<strong><font size="2"><span style="background-color:Aquamarine;">"$(NPP_DIRECTORY)\notepad++.exe"
-multiInst "$(FULL_CURRENT_PATH)"</span></font></strong>
</td>
</tr>
</tbody></table>
<p>
would
start a new instance of Notepad++ opening the current file. Remember
to put quotes around paths if it can contain spaces. For the
Notepad++ command line options, see Command Line.
<p>
<h3>To run an existing command:</h3>
<p>Select it from the Run menu below the <span class="menu_item">Run...</span>
option. If no commands are saved, the list will be empty.
<p><img style="width: 276px; height: 188px;" alt="" src="Images/Screenshots/save_shortcut.png"><p>
<p><h3>To save the command:</h3>
<P>Sselect <span class="menu_item">Run-&gt;Run...</span>, enter the command and press <span class="button">Save...</span>. A dialog will pop up asking for a name of the command and
the default key combination. Once saved,
the command will be available from the Run menu.
<p>
<h3>To edit or delete an existing command:</h3>
<p>
The Shortcut Mapper (see&nbsp;<a href="Shortcut%20Mapper.html">Shortcut Mapper</a>) displays all available commands in a uniform way, so you can modify or delete
any shortcut you defined, including <span class="menu_item">Run</span> commands. This procedure is also available from
<span class="menu_item">Run -> Modify shortcut / Delete command</span>.
As the name suggests, this does not extend to editing the command text proper - you need to edit
<tt>shortcuts.xml</tt> to do that.
</body></html>

View File

@ -1,31 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Commenting</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Commenting</h1>
<p>When
programming, it is often useful to comment (adding certain tags
around or in front of text to mark it is non-code) or uncomment
(large) section of text. Notepad++ allows to add two types of
comments:
<br><ul><li>block
comments, which means adding a special tag in front of each line of
(selected) text.
</li><li>stream
comments, which means putting special tags around the selected text.</li></ul>
<p>
Notepad++
can also remove block comments from text, or toggle them (adding them
where absent and removing them where present). These options are
available from the <span class="menu_item">Edit</span> menu or the Context Menu (see the section
about the <a href="Context%20Menu.html">Context Menu</a> for more details).<p>
<ul><li>
To add block comment tags, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block comment</span>.
</li><li> To remove block comment tags, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block uncomment</span>.
</li><li> To Toggle tags for all selected lines, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Block toggle comment</span/li><li>To add stream comment tags around the selected text, select <span class="menu_item">Edit-&gt;Comment/Uncomment-&gt;Stream comment</span>.</ul>
p>Note that if a block comment starts in column 1, and you toggle block
comment on a range of lines that contains the line, the line will be
uncommented, which is not usually desired. This behaviour is difficult to
avoid.
</body></html>

View File

@ -1,13 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Context Menu</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Context Menu</h1>
<img align="left" src="Images/Screenshots/contextmenu.png" alt="" style="width:120px; height:240px;"/>
The
context menu can be reached by <span class="shortcut">rightclicking</span> anywhere in the edit
screen. The context menu allows for quick access to commonly used
commands and is user configurable. To change the contents of the
context menu, you have to edit the contextMenu.xml file. For this we
refer you to<br><a target="_blank" href="http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Context_Menu">NpWiki++</a>
</body></html>

View File

@ -1,21 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Control files</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head><body>
<h1>Control
files</h1>
<p>
The
startup behavior of Notepad++ can be adjusted with a few (0 sized)
control files. Their absence or presence will control how Notepad++
acts:
p><dl><dt>doLocalConf.xml
<dd> If present, Notepad++ will use the installation directory for all
configurations. If <span style="font-weight: normal;">abscent,
%APPDATA% is used instead.</span>
<dt>asNotepad.xml
<dd> If present, Notepad++ will act as Windows Notepad, meaning it
will launch in multiple instances, hid</span>es the tab bar and will
not load the previous session.
</dl>
</body></html>

View File

@ -1,6 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Credits</title></head>
<body><h1>Credits</h1>This help file was written by Harry (<a href="mailto:harrybharry@users.sourceforge.net">harrybharry@users.sourceforge.net</a>) and updated by CChris (<a href="mailto:cchris@users.sourceforge.net">cchris@users.sourceforge.net</a>).
It was converted to HTML using KompoZer, compiled to a help file
with Microsoft HTML Help Workshop. Notepad++ is a product by Don Ho (<a href="mailto:don.h@free.fr">don.h@free.fr</a>), Microsoft and Microsoft Windows are registered trademarks.
</body></html>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Continued search</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Dialog-free search</h1>
<h2>Continued search</h2>
<p>After
a search inside a file, you can select <span class="menu_item">Search-&gt;Find Next</span> or
<span class="menu_item">Search-&gt;Find Previous</span> to search for this query again. This allows
you to quickly perform the same search multiple times without the
need for any further input.
<p>Likewise, you can use <span class="menu_item">Search-&gt;Go to Next found result</span> or
<span class="menu_item">Search-&gt;Go to Previous found result</span> to navigate through results shown on the <a href="Search%window.html">Search result window</a>
<h2>Volatile search</h2>
Volatile search consists in searching for a word under the caret without the need to open the search dialog box. This has two flavours:
<ul>
<li>
<span class="menu_item">Search-&gt;Find (Volatile) Next</span> or
<span class="menu_item">Search-&gt;Find (Volatile) Previous</span> find the next/previous occurence of the selected text, without affecting continued search.
<li>
<span class="menu_item">Search-&gt;Select and Find Next</span> or
<span class="menu_item">Search-&gt;Select and Find Previous</span> find the next/previous occurence of the word under the caret, and remember this search so that continued search applies to this same word.
</ul>
</body></html>

View File

@ -1,33 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Display Shortcuts</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Shortcuts for the View menu</h1>
<h3> Default shortcuts </h3>
Below is the list of predefined keyboard and mouse shortcuts for Notepad++.
They can be freely configured using the <a href="Shortcut%20Mapper.html">shortcut mapper</a>,
as well as all the commands which were not bound to shortcuts by default.
This list does not include standard shortcuts provided by Notepad++-related plugins.
</p><br/><br/>
<table>
<caption> <i><b>View menu</b></i></caption><tr>
<th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Ctrl-(Keypad-/Keypad+) </td><td> or Ctrl + mouse wheel button (if any) Zoom in (+ or up) and Zoom out (- or down)</td></tr>
<tr><td> Ctrl-Keypad/ </td><td> Restore the original size from zoom</td></tr>
<tr><td> F11 </td><td> Toggle Full Screen Mode</td></tr>
<tr><td> F12 </td><td> Toggle Post-It Mode</td></tr>
<tr><td> Ctrl-Alt-F </td><td> Collapse the Current Level</td></tr>
<tr><td> Ctrl-Alt-Shift-F </td><td> Uncollapse the Current Level</td></tr>
<tr><td> Alt-0 </td><td> Fold All</td></tr>
<tr><td> Alt-(1~8) </td><td> Collapse the Level (1~8)</td></tr>
<tr><td> Alt-Shift-0 </td><td> Unfold All</td></tr>
<tr><td> Alt-Shift-(1~8) </td><td> Uncollapse the Level (1~8)</td></tr>
</table>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Display</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Display</h1>
<p>The subjects described here control the appearance of the text in the screen.<br><p><a href="Viewing%20modes.html">Viewing modes</a></p><p><a href="Unprintable%20characters.html">Unprintable Characters</a></p><p><a href="Wrapping.html">Line Wrapping</a></p><p><a href="Zooming.html">Zooming</a></p><p><a href="Folding.html">Folding</a></p><p><a href="Hiding%20lines.html">Hiding Lines</a></p><p><a href="Multi%20View.html">Multi View</a></p><p><a href="RTL.html">Right-to-Left modus</a></p><p><a href="System%20Tray.html">System tray</a></p>
<p><a href="RTL.html">Right-to-Left modus</a></p>
<p><a href="Display%20Shortcuts.html">Shortcuts related with the View menu</a></p>
</body></html>

View File

@ -1,26 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
<link rel="stylesheet" href="styles.css" type="text/css">
<title>Dockable Windows</title></head>
<body>
<h1>Dockable Windows</h1>
<p>
<img style="width: 840px; height: 551px;" alt="" src="Images/Screenshots/docking.png">
<p>Notepad++
supports so called Dockable Windows. These are part of the GUI, but you
can move them around and choose whether you want them aligned to any
side of the main windows (docked), or floating like a separate window.<p>To
change the location of a dockable window, click and drag the titlebar
of the window around. When you drag near any edge of the main window, a
rectangle will be drawn indicating that the window will be docked there
if you release it. Moving it anywhere else will draw the rectangle in
the same way the window would be positioned if it were floating. <p>You
can resize floating windows like any other window by dragging its
edges, but to resize a dockable window you have to drag the edge that
is adjacent to the main window.<p>There can be multiple dockable
windows grouped together. If this is the case, only one of the windows
is shown, and the others are reachable by a tab bar that is shown below
the visible window. Selecting an item from the tab bar will hide the
visible window, and show the corresponding window from the tab bar. You
can recognize the dockable windows in the tab bar by their icon.
</body></html>

View File

@ -1,25 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Document Switcher</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Document
Switcher</h1>
<p>The
document switcher is a small list of currently opened files that is
shown (if enabled, see <a href="Preferences.html#MISC">Preferences</a>) when you switch documents,
allows you to select what document to activate before actually doing
so. The list will remain visible until either you release the
modifier key that triggered the list (<span class="shortcut">Ctrl</span> key if using the <span class="shortcut">TAB</span> key
or the right mouse button if using the <span class="shortcut">scroll wheel</span>) or one of the
documents has been selected by clicking on it with the <span class="shortcut">left mouse
button</span>. The highlighted document will then be activated.
<p>
<img src="Images\Screenshots\docswitch.png">
<p>
Please
note that if you assign anything else than <span class="shortcut">Ctrl-(Shift-)TAB</span> to
switching documents, the document switcher will not work properly
when switching using the keyboard. In that case, use the <span class="shortcut">mouse</span> or
disable it (v5.4.3).
</body></html>

View File

@ -1,14 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Document properties</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Document Properties</h1>
<p>A document has certain characteristics in the way its stored on your hard-disk. These subjects control some of those aspects.<br><p><a href="Newline%20format.html">Newline format</a></p><p><a href="Encoding.html">Encoding</a>
</p>
Note: both
the default Newline format and the encoding of new files can be set, see
<a href="Preferences.html#New_Document_Open_Save_directory">New document settings</a>
for more details.
<p>The current properties of a document, like its character count, selection statistics and such, are available through the <span class="menu_item">View -> Summary</span>.
Because this information is readily available from the <a href="Status%20Bar.html">status bar</a>, a detailed description of the displayed properties will be found there.
</body></html>

View File

@ -1,11 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Dummy</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<!-- File merely exists to get HTMLHelpWorkshop to include CSS image files -->
<img style="width: 10px; height: 15px;" alt="" src="Images/checkboxon.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/checkboxoff.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/radioon.png">
<img style="width: 10px; height: 15px;" alt="" src="Images/radiooff.png">
</body></html>

View File

@ -1,62 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Edit Shortcuts</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Shortcuts for the Edit menu</h1>
<h3> Default shortcuts </h3>
Below is the list of predefined keyboard and mouse shortcuts for Notepad++.
They can be freely configured using the <a href="Shortcut%20Mapper.html">shortcut mapper</a>,
as well as all the commands which were not bound to shortcuts by default.
This list does not include standard shortcuts provided by Notepad++-related plugins.
</p><br/><br/>
<table>
<caption> <i><b>Edit menu</b></i></caption>
<tr><th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Ctrl-C </td><td> Copy</td></tr>
<tr><td> Ctrl-Insert </td><td> Copy</td></tr>
<tr><td> Ctrl-Shift-T </td><td> Copy current line to clipboard</td></tr>
<tr><td> Ctrl-X </td><td> Cut</td></tr>
<tr><td> Shift-Delete </td><td> Cut</td></tr>
<tr><td> Ctrl-V </td><td> Paste</td></tr>
<tr><td> Shift-Insert </td><td> Paste</td></tr>
<tr><td> Ctrl-Z </td><td> Undo</td></tr>
<tr><td> Alt-Backspace </td><td> Undo</td></tr>
<tr><td> Ctrl-Y </td><td> Redo</td></tr>
<tr><td> Ctrl-A </td><td> Select All</td></tr>
<tr><td> Alt-Shift-Arrow keys, or Alt + Left mouse click </td><td> Column Mode Select</td></tr>
<tr><td> Ctrl + Left mouse click </td><td> Start new selected area. Only multiple stream areas ca be selected this way.</td></tr>
<tr><td> ALT-C </td><td> Column Editor</td></tr>
<tr><td> Ctrl-D </td><td> Duplicate Current Line</td></tr>
<tr><td> Ctrl-T </td><td> Switch the current line position with the previous line position</td></tr>
<tr><td> Ctrl-Shift-Up </td><td> Move Current Line, or current selection if a single stream, Up</td></tr>
<tr><td> Ctrl-Shift-Down </td><td> Move Current Line, or current selection if a single stream, Down</td></tr>
<tr><td> Ctrl-L </td><td> Delete Current Line</td></tr>
<tr><td> Ctrl-I </td><td> Split Lines</td></tr>
<tr><td> Ctrl-J </td><td> Join Lines</td></tr>
<tr><td> Ctrl-G </td><td> Launch GoToLine Dialog</td></tr>
<tr><td> Ctrl-Q </td><td> Block comment/uncomment</td></tr>
<tr><td> Ctrl-Shift-Q </td><td> Stream comment</td></tr>
<tr><td> Tab (selection of one or more full lines) </td><td> Insert Tabulation or Space (Indent)</td></tr>
<tr><td> Shift-Tab (selection of one or more full lines) </td><td> Remove Tabulation or Space (outdent)</td></tr>
<tr><td> Ctrl-BackSpace </td><td> Delete to start of word</td></tr>
<tr><td> Ctrl-Delete </td><td> Delete to end of word</td></tr>
<tr><td> Ctrl-Shift-BackSpace </td><td> Delete to start of line</td></tr>
<tr><td> Ctrl-Shift-Delete </td><td> Delete to end of line</td></tr>
<tr><td> Ctrl-U </td><td> Convert to lower case</td></tr>
<tr><td> Ctrl-Shift-U </td><td> Convert to UPPER CASE</td></tr>
<tr><td> Ctrl-B </td><td> Go to matching brace</td></tr>
<tr><td> Ctrl-Space </td><td> Launch CallTip ListBox</td></tr>
<tr><td> Ctrl-Shift-Space </td><td> Launch Function Completion ListBox</td></tr>
<tr><td> Ctrl-Enter </td><td> Launch Word Completion ListBox</td></tr>
<tr><td> Ctrl-Alt-R </td><td> Text Direction RTL</td></tr>
<tr><td> Ctrl-Alt-L </td><td> Text Direction LTR</td></tr>
<tr><td> Enter </td><td> Split line downwards, or create new line</td></tr>
<tr><td> Shift-Enter </td><td> Split line downwards, or create new line</td></tr>
</table>
</body>
</html>

View File

@ -1,14 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Editing
files:</h1><p>
When
you edit a file, Notepad++ will mark the file as edited, allowing you
to save it if you wish to store these changes. To indicate a file is
edited, the icon in the tabbar will turn red (<img style="width: 16px; height: 16px;" alt="" src="Images/unsaved.png">) and an asterisk (*)
will be displayed in the titlebar before the filename if that file is
active.
</body></html>

View File

@ -1,22 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Editing</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Editing</h1>Primarily editing files is done by simply using
the keyboard (or the standard Input Method Editor (IME) for eastern asian language) to change the contents, inserting and deleting text as
needed. However, Notepad++ has many tools and aids to assist in editing
files, mainly to automate repetitive tasks or speed up development.<p>Notepad++
is based on the Scintilla edit control and relies on it to perform many
editing tasks, supplementing it if useful.<br>
<p><a href="Standard%20Operations.html">Standard Operations</a></p>
<p><a href="Indentation.html">Indentation</a></p>
<p><a href="Selecting.html">Selecting text</a></p>
<p><a href="Overtype.html">Overtype</a></p>
<p><a href="Auto%20Completion.html">Auto Completion</a></p>
<p><a href="Column%20Mode%20Editing.html">Column Mode Editing</a></p>
<p><a href="Commenting.html">Commenting</a></p>
<p><a href="Other%20editing%20tools.html">Other editing tools</a></p
<p><a href="Mouse%20Gestures.html">Mouse gestures</a></p
<p><a href="Edit%20Shortcuts.html">Shortcuts related to Editing</a></p
></body></html>

View File

@ -1,43 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Encoding</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Encoding</h1>
<p>
Text
can be encoded in multiple ways. Most (older) text files use an
encoding named ANSI, which has room for a limited amount of different
characters, but is often sufficient to display all the text. However,
Unicode encodings allow for a much richer amount of characters,
allowing a single file to contain many languages at once, at the cost
of an increase in filesize. Notepad++ will automatically try to
detect the encoding used when opening a file, but allows you to
change it when editing it. To simply change the displayed encoding
(without modifying the actual text), select one of the&nbsp;<span class="menu_item">Format-&gt;Encode in</span>
options from the Format menu. The convert the text to a certain
encoding, select one of the&nbsp;<span class="menu_item">Format-&gt;Convert to</span> options in the format menu.<p>
It
can happen that a file is saved with a certain encoding, but upon
reopening it in Notepad++ it is detected with another encoding. This
is a technical limitation and happens because sometimes the resulting
file will not differ even though different encodings are used. This
is most noticeable if the file is saved without a special BOM (Byte
Order Mark) indicating the used encoding.<p>Notepad++ offers the following encoding schemes:
<dl>
<dt>ANSI
<dd> Older encoding, smallest filesize but error prone due to use of various codepages
<dt>UTF-8
<dd> Unicode encoding, most Western character take one byte of filesize,
but other character can take up more, 3 to 4 most commonly. A three
byte BOM will be added upon save.
<dt>UTF-8 without BOM
<dd> Like UTF-8, but no BOM is added. Saves three bytes, but makes encoding detection harder.
<dt>UTF-16 Little Endian
<dd> All characters are two bytes in size, pairs are Little Endian ordered. A 2 byte BOM is added upon save.
<dt>UTF-16 Big Endian
<dd> All characters are two bytes in size, pairs are Big Endian ordered. A 2 byte BOM is added upon save.
</dl>
<p>In addition, since version 5.6, Notepad++ supports changing the character set being used to display the text, exactly the way you can change it on most web browsers. Thiese encodings are available using the <span class="menu_item">Character sets</span> menu entry which comes right after the <span class="menu_item">Encode in ...</span> family items.
<p>Note that, for HTML and XML files, Notepad++ attempts to detect the encoding being used when the file is opened, thus avoiding a number of errors which may not show before the file is being used on a server.
</body></html>

View File

@ -1,16 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Exiting</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>Exiting Notepad++</h1>
<p>To exit Notepad++, select
<span class="menu_item">File-&gt;Exit</span> or press the close button in the titlebar. If you have
any unsaved changes, Notepad++ will ask you if you want to save these
changes (or cancel the exit process). When exiting, Notepad++ will save
the current session by default (see the section <a href="Session%20Management.html">Session management</a>) so
it will reopen it on the next restart. To change this
behavior, see the section <a href="Preferences.html#MISC">Preferences</a>.
<p>Sometimes, for various reasons (a rogue plugin, or some bug of the operating system), Notepad++ shuts down anomalously in a spontaneous way - it is said to crash. In such a situation, it does two things:
<ol><li>It attempts to save any unsaved data, if any. The results are in %TEMP%\N++RECOV\. Notepad++ will pop message boxes up to inform you of the process.
<li>On closing, it will produce a ~300k binary file called NppDump.dmp. Sending the file to a Notepad++ developer will help them understand the crash and fix the application as soon as possible, so that such events occur on an exceptional basis only. If the culprit is a plugin, the plugin author may be notified with insights into the crash, for them to take action.</ol>
</body></html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>External Lexers</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>External Lexers</h1><p>External
lexers are like built-in languages, but are provided by means of a
plugin (see <a href="Plugins.html">Plugins</a> for details). This allows to user to add powerful
syntax coloring and folding, but are harder to make. Installation goes
the same as for regular plugins, and you can select them from the
<span class="menu_item">Languages</span> menu, they will be at the bottom.</body></html>

View File

@ -1,16 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>Feature Requests</title>
<link rel="stylesheet" href="styles.css" type="text/css"></head>
<body>
<h1>Feature Requests</h1>
<p>If
you have a (very) good idea on how to improve Notepad++, you can
request a feature using <a target="_blank" href="https://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/">IdeaTorrent</a>. You can also use the Feature Request tracker
(<a target="_blank" href="http://sourceforge.net/tracker2/?group_id=95717&amp;atid=612385">http://sourceforge.net/tracker2/?group_id=95717&amp;atid=612385</a>), even though this facility may be phased out at some point. Using IdeaTorrent allows for competing solutions for a given issue, and voting for these so-called solutions.
If your feature hasn't been asked for before, you can do so here, or vote for an already proposed solution.
<p>There is no
guarantee it will be added however; what is a great feature for one
person might be a big nuisance for another, or it simply is too
difficult or time consuming to add it in. They are hints as to what are the most wished-for additions or modifications to the software, and they will be considered on the basis of urgency, popularity, available developer time and technical feasibility.
<p>Also, some feature requests would involve modifying the Scintilla component, which would prove unpractical. In such a case, the feature request would be better filed with <a href="http://sourceforge.net/projects/scintilla/">the Scintilla project</a>. When this project upgrades the Scintilla component, and when Notepad++ can take advantage of the new versions, all the new features become available - they may have been asked for by people who never heard of Notepad++ -, and the large tester pool for Scintilla will have probably weeded out any possible bugs therein.
</body></html>

View File

@ -1,12 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>File Creation</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Creating
new files:</h1>
<p>To
create a new file, go to <span class="menu_item">File-&gt;New</span> or press <img style="width: 16px; height: 16px;" alt="" src="Images/Toolbar/newFile.png">. A new empty tab
will appear with the title “New 1”, where the number depends on
how many new files you have created since you opened the current Notepad++ instance.
</body></html>

View File

@ -1,17 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>File Management</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>File
management</h1>
<p>How to manage your files:
<p style="margin-bottom: 0in;"><a href="File%20Creation.html"><font face="Times New Roman, serif">Creating new files</font></a></p><p style="margin-bottom: 0in;"><font face="Times New Roman, serif"><a href="Opening%20and%20Saving.html">Opening &nbsp;and Saving files</a></font></p><p style="margin-bottom: 0in;"><a href="Closing.html"><font face="Times New Roman, serif">Closing files</font></a></p><p style="margin-bottom: 0in;"><a href="Activating.html"><font face="Times New Roman, serif">Activating a file</font></a></p><p style="margin-bottom: 0in;"><a href="Editing.html"><font face="Times New Roman, serif">Editing files</font></a></p>
<p style="margin-bottom: 0in;"><a href="Read-Only.html"><font face="Times New Roman, serif">Read-only files</font></a>
<p style="margin-bottom: 0in;"><a href="File%20Shortcuts.html"><font face="Times New Roman, serif">Shortcuts related to the File menu</font></a>
<p>
Note:
See the section about the <a href="Windows%20Dialog.html">Windows dialog</a> to see other methods to
manage your files.
</body></html>

View File

@ -1,33 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>File Shortcuts</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<h1>Shortcuts for the File menu</h1>
<h3> Default shortcuts </h3>
Below is the list of predefined keyboard and mouse shortcuts for Notepad++.
They can be freely configured using the <a href="Shortcut%20Mapper.html">shortcut mapper</a>,
as well as all the commands which were not bound to shortcuts by default.
This list does not include standard shortcuts provided by Notepad++-related plugins.
</p><br/><br/>
<table>
<caption> <i><b>File menu</b></i></caption>
<tr><th width="30%"> Shortcut</th><th> Action</th></tr>
<tr><td> Ctrl-O </td><td> Open File</td></tr>
<tr><td> Ctrl-N </td><td> New File</td></tr>
<tr><td> Ctrl-S </td><td> Save File</td></tr>
<tr><td> Ctrl-Alt-S </td><td> Save As</td></tr>
<tr><td> Ctrl-Shift-S </td><td> Save All</td></tr>
<tr><td> Ctrl-P </td><td> Print</td></tr>
<tr><td> Alt-F4 </td><td> Exit</td></tr>
<tr><td> Ctrl-Tab </td><td> Next Document (also shows list of open files). Can be disabled - see Settings/Preferences/Global.</td></tr>
<tr><td> Ctrl-Shift-Tab </td><td> Previous Document (also shows list of open files). Can be disabled - see above.</td></tr>
<tr><td> Ctrl-W </td><td> Close Current Document</td></tr>
</table>
</body>
</html>

View File

@ -1,78 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Folding</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Folding</h1>
<p>Notepad++
supports so called folding for your text documents. This means that
certain lines of your text can be hidden based on certain traits.
This works well for structured languages such as C++ or XML . Blocks
of texts are 'parented' to others and by folding them (also called
collapsing) only the first line is visible. This works well if you
want a quick glance at your document and skim for a relevant
position. Unfolding the text (a.k.a. Expanding or Uncollapsing) shows the text again.
<p>
You can recognize text that can be folded by looking at the fold
margin on the left. This margin shows icons and line to indicate the
structure of the text (the appearance of the margin can be changed,
see&nbsp;<a href="Styler%20Configurator.html#Fold">Styler Configurator</a> and <a href="Preferences.html#Edit_Components">Preferences</a>).
The current lexer determines the structure (see <a href="Languages.html">Languages</a>). By
default, the fold margin shows boxes and lines to indicate the
structure. A box with a minus sign (<img style="width: 12px; height: 16px;" alt="" src="Images/fold_min.png">) indicates the text can be
collapsed. Inversely, a box with a plus sign (<img style="width: 12px; height: 16px;" alt="" src="Images/fold_plus.png">) indicates the text
can be expanded. Folded text is additionally indicated with a
horizontal line where the text is collapsed. The first line of the
collapsed text will always remain visible. Lines on the fold margin
indicate that the textlines they run by are foldable. Vertical lines
(<img style="width: 8px; height: 14px;" alt="" src="Images/fold_line.png">) indicate multiple lines that can be folded together as a group,
which is terminated with a small horizontal line(<img style="width: 9px; height: 15px;" alt="" src="Images/fold_bar.png">) or a box.</p>
<p>Rhe images shown above are from the default style, one among the 4 supported. Also, you may decide to hide the margin completely,
even when the language of the document allows for folding.</p>
<p>There
are multiple ways to <span style="font-weight: bold;">fold</span> text.
<p ><ul><li><font face="Times New Roman, serif">The
foremost means is by clicking with the <span class="shortcut">left mouse button</span> on a box
with a minus sign. This will simply collapse all the text that is in
this group.</font>
</li><li><font face="Times New Roman, serif">The
same procedure but with the <span class="shortcut">Ctrl</span> key pressed down will cause the
group to collapse, but also any sub groups inside. This effectively
means that if you were to unfold just that group, all subgroups would
still be folded.</font>
</li><li><font face="Times New Roman, serif">Using
the menu:<br></font><font face="Times New Roman, serif"><span class="menu_item">View-&gt;Fold
All</span> will fold every single group in the document, causing the minimal
amount of text visible.</font>
<span class="menu_item">View-&gt;Collapse
current level</span> will only collapse the current group (that is, the
group that contains the current line, anywhere in the group). This
will not collapse any subgroups.</font>
<span class="menu_item">View-&gt;Collapse
level...</span> will collapse the selected level (ranging from 1 to 8).
This will collapse all the groups on a particular level, but not any
subgroups. You can use this to view your text with a certain 'level
of detail'.</font>
</li></ul><font face="Times New Roman, serif">To
<span style="font-weight: bold;">unfold</span> folded text, use any of the following measures:</font>
p><ul><li><font face="Times New Roman, serif">Click
on the box with the plus sign in the fold margin, this will expand
that group.</font>
</li><li><font face="Times New Roman, serif">Click
on the box with the plus sign with the <span class="shortcut">Shift</span> or <span class="shortcut">Ctrl</span> key pressed down. This
will expand the group and any folded subgroups.</font>
</li><li><font face="Times New Roman, serif">Using
the menu:<br></font><font face="Times New Roman, serif"><span class="menu_item">View-&gt;Unfold
All</span> will expand every single group in the document, this will cause
the maximum amount of text to be visible.</font>
<span class="menu_item">View-&gt;Uncollapse
current level</span> will only expand the current group (that is, the
group that contains the current line). This will not collapse any
subgroups.</font>
<span class="menu_item">View-&gt;Uncollapse
level...</span> will make every group of a certain level visible,
including any parenting group.</font>
</li></ul><font face="Times New Roman, serif">Also
note that if any change occurs in folded text, it will automatically
unfold to show the text.
</font></body></html>

View File

@ -1,7 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Further help</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1><font face="Times New Roman, serif">Further
help</font></h1><font face="Times New Roman, serif">If you want more information or help for Notepad++, or want to submit some feedback, these are some possibilities:</font><br><p><a href="Main%20website%20and%20Forums.html"><font face="Times New Roman, serif">Main website and Forums</font></a></p><p><a href="Bug%20Reports.html"><font face="Times New Roman, serif">Bug Reports</font></a></p><p><a href="Feature%20Requests.html"><font face="Times New Roman, serif">Feature Requests</font></a></p><p><a href="Patches.html"><font face="Times New Roman, serif">Patches</font></a></p><p></p></body></html>

View File

@ -1,19 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=utf-8" http-equiv="content-type"><title>GUI elements</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body><h1>GUI elements</h1>The main Notepad++ view consists of a few GUI elements. These sections elaborate a bit on them. Their names will display as a tooltip as the mouse hovers over the corresponding clickable areas on the big picture:
<p><img style="width: 630px; height: 413px;" alt="" src="Images/Screenshots/main.png" usemap="#main"
class="annotated"><br><p><a href="Tab%20Bar.html">Tab Bar</a></p><p><a href="Status%20Bar.html">Status Bar</a></p><p><a href="Tool%20Bar.html">Tool Bar</a></p><p><a href="Menu.html">Menu</a></p><p><a href="Context%20Menu.html">Context Menu</a></p>
<p><a href="Dockable%20Windows.html">Dockable Windows</a></p>
<div>
<map id="main" name="main">
<area shape="rect" alt="Menu" coords="4,17,626,31" href="Menu.html" title="Menu" />
<area shape="rect" alt="Tool Bar" coords="4,32,626,50" href="Tool%20Bar.html" title="Tool Bar" />
<area shape="rect" alt="Tab Bar" coords="4,53,626,68" href="Tab%20Bar.html" title="Tab Bar" />
<area shape="rect" alt="Status Bar" coords="3,396,626,410" href="Status%20Bar.html" title="Status Bar" />
<area shape="rect" alt="Context Menu" coords="143,153,253,337" href="Context%20Menu.html" title="Context Menu" />
</map>
</div>
</body></html>

View File

@ -1,18 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Go to dialog</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Go to dialog</h1>
<p><img style="width: 398px; height: 165px;" alt="" src="Images/Screenshots/goto.png"><p>To
go to a certain location in the file, open the Go To line dialog by
selecting <span class="menu_item">Search-&gt;Go To line</span>
or by <span class="shortcut">doubleclicking</span>
the location section
in the statusbar (also see <a href="Status%20Bar.html">Status Bar</a>). You can go to a certain line
in the file or position, depending on the selection in the dialog.
The <span class="button">Go!</span> Button will go to that location if it's valid, the<span class="button"> I'm going
nowhere</span> button cancels the operation.
</body></html>

View File

@ -1,15 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Hiding lines</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<h1>Hiding
lines</h1>
<p>You
can also manually hide lines. To do this, select the lines to hide
(all but the very first or last line) and select <span class="menu_item">View-&gt;Hide lines</span>.
The selected lines will be hidden and in the bookmark margin two
icons will appear (<img style="width: 10px; height: 15px;" alt="" src="Images/hide_start.png"> indicating the start and <img style="width: 11px; height: 17px;" alt="" src="Images/hide_end.png"> indicating the end of
the hidden section). Clicking on any of these two icons will show the
lines again.
</body></html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 968 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Some files were not shown because too many files have changed in this diff Show More