Skip to content

Commit

Permalink
[RELEASE] Notepad++ 5.9 release
Browse files Browse the repository at this point in the history
- Notepad-plus svn trunk @ 744
  • Loading branch information
donho committed Mar 31, 2011
1 parent dcb676a commit ce59722
Show file tree
Hide file tree
Showing 181 changed files with 3,606 additions and 7,143 deletions.
Binary file removed PowerEditor/bin/NppHelp.chm
Binary file not shown.
131 changes: 15 additions & 116 deletions PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,124 +1,23 @@
Notepad++ v5.8.7 new features and fixed bug (from v5.8.6) :

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).
Notepad++ v5.9 new features and fixed bug (from v5.8.7) :

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):

1. TextFX v0.26
2. Spell Checker v1.3.3
3. NppFTP 0.23
4. NppExport v0.2.8
5. Compare Plugin 1.5.6.1
6. Plugin Manager 0.9.3.1
1. Spell Checker v1.3.3
2. NppFTP 0.23
3. NppExport v0.2.8
4. Compare Plugin 1.5.6.1
5. Plugin Manager 0.9.3.1
6. Converter 3.0



Expand Down
Binary file added PowerEditor/bin/updater/gpup.exe
Binary file not shown.
26 changes: 22 additions & 4 deletions PowerEditor/installer/nativeLang/brazilian_portuguese.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
<Item posX = "1" posY = "13" name = "Inserir/Remover comentário"/>
<Item posX = "1" posY = "14" name = "Auto completar"/>
<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 = "17" name = "Desmarcar todos"/>
<Item posX = "2" posY = "18" name = "Saltar acima"/>
<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 = "5" name = "Zoom"/>
<Item posX = "3" posY = "6" name = "Mover/Clonar documento atual"/>
Expand Down Expand Up @@ -97,7 +99,13 @@
<Item id = "42021" name = "&amp;Reproduzir"/>
<Item id = "42022" name = "Alternar comentário no bloco"/>
<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 = "42026" name = "Alinhar texto à direita"/>
<Item id = "42027" name = "Alinhar texto à esquerda"/>
Expand Down Expand Up @@ -158,6 +166,7 @@
<Item id = "43047" name = "Resultado anterior da pesquisa"/>
<Item id = "43048" name = "Selecionar e localizar próximo"/>
<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 = "44010" name = "Recolher todos níveis"/>
<Item id = "44011" name = "Definições do usuário..."/>
Expand All @@ -174,6 +183,7 @@
<Item id = "44032" name = "Modo Tela Inteira"/>
<Item id = "44033" name = "Retornar ao zoom padrão"/>
<Item id = "44034" name = "Manter sobre as outras janelas"/>
<Item id = "44049" name = "Resumo..."/>
<Item id = "44035" name = "Sincronizar rolagem vertical"/>
<Item id = "44036" name = "Sincronizar rolagem horizontal"/>
<Item id = "44041" name = "Mostrar símbolo de quebra de linha"/>
Expand Down Expand Up @@ -222,6 +232,9 @@
<Item id = "44042" name = "Ocultar linhas"/>
<Item id = "42040" name = "Abrir todos 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>
</Main>

Expand Down Expand Up @@ -347,6 +360,8 @@
<Item id = "20009" name = "Ext. :"/>
<Item id = "20012" name = "Não dif. maiúsc/minúsc"/>
<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 = "1" name = "Cor da fonte"/>
<Item id = "2" name = "Cor do fundo"/>
Expand Down Expand Up @@ -392,7 +407,6 @@
<Item id = "24314" name = "Limite fechado :"/>
<Item id = "24001" name = "Habilitar caractere de escape :" />
</Operator>

</UserDefine>

<Preference title = "Preferências">
Expand Down Expand Up @@ -436,6 +450,12 @@
<Item id = "6203" name = "Seta"/>
<Item id = "6204" name = "Círculo"/>
<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 = "6207" name = "Exibir margem de marcadores"/>
Expand Down Expand Up @@ -557,7 +577,6 @@
<Item id = "6814" name = "Valor válido : 1 - 9"/>
<Item id = "6815" name = "Mostrar dica de parâmetro a cada entrada"/>
</Backup>

</Preference>

<MultiMacro title = "Executar macro múltiplas vezes">
Expand Down Expand Up @@ -591,7 +610,6 @@
<Item id = "1" name = "OK"/>
<Item id = "2" name = "Cancelar"/>
</ColumnEditor>

</Dialog>
</Native-Langue>
</NotepadPlus>

0 comments on commit ce59722

Please sign in to comment.