mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Add issue refs for 7.5.x versions
parent
94a11802da
commit
f08e107da7
177
Changes.md
177
Changes.md
@ -789,19 +789,19 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ v7.5.9 bug-fixes & enhancement:
|
||||
|
||||
1. Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB).
|
||||
2. Fix possible file corruption during backup or power loss or other abnormal N++ termination.
|
||||
3. Fix wrong backup file deleted issue.
|
||||
4. Fix backup not fully disabled issue.
|
||||
1. Fix hanging problem while switching back a fully-folded document by using shortcut (Ctrl-TAB). (Fix [#3996](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3996), [#1128](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1128), [#1806](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1806), [#4871](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4871))
|
||||
2. Fix possible file corruption during backup or power loss or other abnormal N++ termination. (Fix [#240](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/240), [#2381](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2381), [#2883](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2883), [#4346](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4346), [#4655](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4655))
|
||||
3. Fix wrong backup file deleted issue. (Fix [#4744](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4744))
|
||||
4. Fix backup not fully disabled issue. (Fix [#4663](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4663))
|
||||
5. Add 2 command line flags "-notepadStyleCmdline" and "-z" for the replacement of notepad.exe.
|
||||
See https://notepad-plus-plus.org/features/replace-notepad.html
|
||||
6. Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts.
|
||||
7. Fix Tail monitoring incoherent status after deleting a monitored file.
|
||||
8. Fix issue with wrong smart highlighting when it is disabled.
|
||||
9. Fix last active tab is ignored on Notepad++ restart issue.
|
||||
10. Fix Tab non-responding by mouse click after dragging bug.
|
||||
11. Fix switching back position restoring issue for wrapped document.
|
||||
12. Add several spiritual quotes and a subtle Easter egg in the source code.
|
||||
See https://notepad-plus-plus.org/features/replace-notepad.html ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0db302953bb5a5ba3e06591fb721c8474ba9171e))
|
||||
6. Add new plugin API NPPM_REMOVESHORTCUTBYCMDID to allows plugins to remove unneeded shortcuts. (Fix [#4674](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4674))
|
||||
7. Fix Tail monitoring incoherent status after deleting a monitored file. (Fix [#4750](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4750))
|
||||
8. Fix issue with wrong smart highlighting when it is disabled. (Fix [#4774](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4774))
|
||||
9. Fix last active tab is ignored on Notepad++ restart issue. (Fix [#4716](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4716), [#4755](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4755))
|
||||
10. Fix Tab non-responding by mouse click after dragging bug. (Fix [#4885](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4885))
|
||||
11. Fix switching back position restoring issue for wrapped document. (Fix [#4571](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4571))
|
||||
12. Add several spiritual quotes and a subtle Easter egg in the source code. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/050ba58a808f645d6fd2fb9cf4f21806353744e3))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -819,11 +819,11 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ v7.5.8 bug-fixes:
|
||||
|
||||
1. Remove annoying "no update" notification.
|
||||
2. Fix Folder as Workspace not updating regression.
|
||||
3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog.
|
||||
4. Fixed a crash when trying to launch a secondary instance with command line arguments.
|
||||
5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma.
|
||||
1. Remove annoying "no update" notification. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/eb4edb50efca7249bbb306397994cf924d194f04))
|
||||
2. Fix Folder as Workspace not updating regression. (Fix [#4644](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4644))
|
||||
3. Fixed crash issue by checking & unchecking "Disable extension column" option in preferences dialog. (Fix [#4682](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4682))
|
||||
4. Fixed a crash when trying to launch a secondary instance with command line arguments. (Fix [#4621](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4621))
|
||||
5. Fix "Explorer Here" from "Folder as Workspace" problem if folder name contains comma. (Fix [#4249](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4249))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -841,15 +841,15 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ v7.5.7 bug-fixes:
|
||||
|
||||
1. Fix hanging problem while shutdown and backup file is absent.
|
||||
2. Fix Sort Lines as Integers issue: use Natural Sort algorithm.
|
||||
3. Fix JavaScript not working regression in Function list.
|
||||
4. Fix Open File Dialog error for a long path.
|
||||
5. Fix document map display bug when the view is scrolled past the end of the file.
|
||||
6. Fix tool bar display bug in big icon mode issue.
|
||||
7. Make caret line always visible on click from Finder panel.
|
||||
8. Fix UDL export extension issue.
|
||||
9. Fix Run Macro multiple times dialog display glitch after deleting a Macro.
|
||||
1. Fix hanging problem while shutdown and backup file is absent. (Fix [#4295](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4295), [#4276](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4276))
|
||||
2. Fix Sort Lines as Integers issue: use Natural Sort algorithm. (Fix [#2025](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2025))
|
||||
3. Fix JavaScript not working regression in Function list. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/985fa654b97036a9ec15f50d22e95dff556d7eb9))
|
||||
4. Fix Open File Dialog error for a long path. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bac637ddfa3b79d10d3c709bb4c0346170a16d62))
|
||||
5. Fix document map display bug when the view is scrolled past the end of the file. (Fix [#4579](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4579))
|
||||
6. Fix tool bar display bug in big icon mode issue. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0a6b19fedce7eb43742400ec75beb87163f6cd53))
|
||||
7. Make caret line always visible on click from Finder panel. (Fix [#4510](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4510))
|
||||
8. Fix UDL export extension issue. (Fix [#4372](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4372))
|
||||
9. Fix Run Macro multiple times dialog display glitch after deleting a Macro. (Fix [#4526](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4526))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -867,13 +867,14 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ v7.5.6 enhancements & bug-fixes:
|
||||
|
||||
1. Fix macro playing back crash issue on new added "find previous" and "find next" buttons.
|
||||
2. Function List enhancement: Highlight the current function based on cursor position.
|
||||
3. Fix crash on styler dialog of User Defined Language dialog.
|
||||
4. Fix file status detection issue under Windows XP.
|
||||
1. Fix macro playing back crash issue on new added "find previous" and "find next" buttons. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/9b565319e341341c2378e61feeaea733677b1c64))
|
||||
2. Function List enhancement: Highlight the current function based on cursor position. (Fix [#715](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/715))
|
||||
3. Fix crash on styler dialog of User Defined Language dialog. (Fix [#2646](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2646), [#4215](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4215))
|
||||
4. Fix file status detection issue under Windows XP. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/58fa70b5808592533adc1224daa783fe39837f8e))
|
||||
5. Ghost typing enhancement: Unicode, syntax highlighting and speed support.
|
||||
(check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html )
|
||||
6. Add a message from outer space.
|
||||
(check the url for the usage of ghost typing on command line: https://notepad-plus-plus.org/features/ghost-typing.html ) ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5df6e9bbfef0cf2a9131f320eef83a64f8445264))
|
||||
6. Add a message from outer space. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d9b9fb60468c7d1d2545c21e7182513f32bf5950))
|
||||
7. Fix GDI objects leak problem. (Fix [#1017](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1017))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -891,18 +892,18 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5.5 enhancements & bug-fixes:
|
||||
|
||||
1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional).
|
||||
2. Fix monitored (tail -f) file not always updated issue.
|
||||
3. Keep Doc Switcher's ordering in sync with Tab bar.
|
||||
4. Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable.
|
||||
5. Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML.
|
||||
6. Make Unix style path (slashes) work in open file dialog (optional).
|
||||
7. Fix tab sticks to mouse pointer problem after external update of a opened file.
|
||||
8. Fix encoding not sync (on status bar) after reloading.
|
||||
9. Fix menu items' state is not maintained due to save macro command.
|
||||
10. Fix line ending changes are not detected in reloaded changed files issue.
|
||||
11. Fix highlighting of <script> tags in XML files issue.
|
||||
12. Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison).
|
||||
1. Restore 2 buttons "<< Find Previous" & "Find Next >>" in Find dialog (optional). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0e60bd89579cd939f2d72800ff4ee4e716c78a1a))
|
||||
2. Fix monitored (tail -f) file not always updated issue. (Fix [#3142](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3142))
|
||||
3. Keep Doc Switcher's ordering in sync with Tab bar. (Fix [#946](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/946), [#1684](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1684), [#2342](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2342), [#4015](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4015))
|
||||
4. Shortcut Mapper enhancements: Add filter capacity and make dialog resizable and maximizable. (Fix [#2562](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2562), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/fb17638de706a18a6f1413cf79aa2a2512b00aff), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/b47de8048d2e2217d8bcc5eb8ee2a09c6329a6d5), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7572015bda1591b1d1ec7d3b283e4bc0708ef0ee))
|
||||
5. Fix for "Toggle Single Line Comment" malfunctioning with HTML/XML. (Fix [#3869](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3869))
|
||||
6. Make Unix style path (slashes) work in open file dialog (optional). (Fix [#2438](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2438), [#3840](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3840))
|
||||
7. Fix tab sticks to mouse pointer problem after external update of a opened file. (Fix [#4122](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4122), [#3851](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3851))
|
||||
8. Fix encoding not sync (on status bar) after reloading. (Fix [#2637](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2637), [#2843](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2843))
|
||||
9. Fix menu items' state is not maintained due to save macro command. (Fix [#4112](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4112), [#4114](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4114))
|
||||
10. Fix line ending changes are not detected in reloaded changed files issue. (Fix [#4033](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4033))
|
||||
11. Fix highlighting of <script> tags in XML files issue. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c97b35c8150532f7050114deb6f267127f8c9d92))
|
||||
12. Fix Unicode file name comparison to match Windows behaviour (as opposed to doing a linguistic filename comparison). (Fix [#3820](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3820))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -920,12 +921,12 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5.4 enhancements & bug-fixes:
|
||||
|
||||
1. Fix a crash bug due to disordered notifications sent to plugins.
|
||||
2. Fix encoding broken regression.
|
||||
3. Improve smart highlighting performance.
|
||||
4. Auto-completion enhancement: remove unwanted symbols {} for variable names.
|
||||
5. Add auto-completion for BaanC & CoffeeScript.
|
||||
6. Fix localization copy regression in Installer.
|
||||
1. Fix a crash bug due to disordered notifications sent to plugins. (Fix [#3961](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3961), [#4021](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4021))
|
||||
2. Fix encoding broken regression. (Fix [#3983](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3983), [#3991](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3991))
|
||||
3. Improve smart highlighting performance. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/999b1cfa7b6c50fd008ef4693c1da034fc83eddd))
|
||||
4. Auto-completion enhancement: remove unwanted symbols {} for variable names. (Fix [#3861](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3861))
|
||||
5. Add auto-completion for BaanC & CoffeeScript. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2c4e5b2601240caec7d64028ab086deb3c87409f), [Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5cf0292dade580707c99bbf52f6b658e9d8dbcff))
|
||||
6. Fix localization copy regression in Installer. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/250ca9e6e29c1a3b3dca8352a40307dbf5244382))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -943,9 +944,9 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5.3 bug-fixes:
|
||||
|
||||
1. Fix shell extension registration failure in installer.
|
||||
2. Fix theme files installation failure in installer.
|
||||
3. Fix DSpellCheck incomplete installation in installer.
|
||||
1. Fix shell extension registration failure in installer. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7faaa1bb24be99f18f0d81635a40deaefdab8dfd))
|
||||
2. Fix theme files installation failure in installer. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7faaa1bb24be99f18f0d81635a40deaefdab8dfd))
|
||||
3. Fix DSpellCheck incomplete installation in installer. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/48b3613d387c9f1b385ba7a5bde781e9181e9b29))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -963,14 +964,16 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5.2 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Fixed hanging issue while modifying JavaScript TAB settings.
|
||||
2. Add DSpellCheck plugin into distribution.
|
||||
3. Add version and other info into installer.
|
||||
4. Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa.
|
||||
5. Fix display glitch of certificate checking error message.
|
||||
6. Remove unused/empty entries from shortcut mapper.
|
||||
7. Add BaanC function list feature.
|
||||
8. Add batch auto-completion into installer.
|
||||
1. Fixed hanging issue while modifying JavaScript TAB settings. (Fix [#3770](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3770))
|
||||
2. Add DSpellCheck plugin into distribution. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4005bf4182de992f5d6235a69424f9afedcf9d9c))
|
||||
3. Add version and other info into installer. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/c8a15a52254eff6126f7f8e596b3b3d87d6eb8a7))
|
||||
4. Fix an issue while installing a x64 version, x86 version (if it exists) is not removed - and vice versa. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1c191ee146195a692b28d6e979a35a83b0f2b5eb))
|
||||
5. Fix display glitch of certificate checking error message. (Fix [#3688](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3688))
|
||||
6. Remove unused/empty entries from shortcut mapper. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/60f113727c0d2c73f8ab9234c60af9a2d0c8457f))
|
||||
7. Add BaanC function list feature. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/16b62c9f458c0c089c0b674c7e3cd3ba6b7afaea))
|
||||
8. Add batch auto-completion into installer. (Fix [#3680](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3680))
|
||||
9. Prevent from crash in TAB settings. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5eee71f493a90699cda3cf8041e5ed18c328c692))
|
||||
10. Fix feedScintKeys when more than two shortcuts are configured. (Fix [#3720](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3720))
|
||||
|
||||
Included plugins:
|
||||
|
||||
@ -988,16 +991,16 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5.1 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Fix some excluded language cannot be remembered bug.
|
||||
2. Fix a localization regression bug.
|
||||
3. Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode.
|
||||
4. Add Visual Prolog language support.
|
||||
5. Add auto-completion support for batch file (*.bat).
|
||||
6. Enhance Function List for PHP and JavaScript.
|
||||
7. Enhance Shortcut Mapper by adding category column.
|
||||
8. Make double click work for language menu disabling/enabling in preferences dialog.
|
||||
9. Make double click work to improve file extension movement in Preferences dialog.
|
||||
10. Fix bug: language menu item is restored back on the wrong zone.
|
||||
1. Fix some excluded language cannot be remembered bug. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bd025df18fc115f34dac44017e51c466dd27ba41))
|
||||
2. Fix a localization regression bug. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/2efd5682e8be6426767dc5c1fbd36ac2b601dff1))
|
||||
3. Fix the bug that Notepad++ create "%APPDATA%\local\notepad++" folder in local conf mode. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/5b5dfb90a8c8654a4d911e97ead29d8ce7988a89))
|
||||
4. Add Visual Prolog language support. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/854acae4a1f149624aba0d4637f9fa50c3d49a1e))
|
||||
5. Add auto-completion support for batch file (*.bat). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/de648eff622d9d5799b35335536b13e507cd931c))
|
||||
6. Enhance Function List for PHP and JavaScript. (Fix [#1919](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1919), [#2604](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2604), [#1667](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1667), [#2962](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2962))
|
||||
7. Enhance Shortcut Mapper by adding category column. (Fix [#3583](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3583))
|
||||
8. Make double click work for language menu disabling/enabling in preferences dialog. (Fix [#3589](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3589))
|
||||
9. Make double click work to improve file extension movement in Preferences dialog. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d5b01d61b81fa7b61f9a04fcf358d17e5eeae779))
|
||||
10. Fix bug: language menu item is restored back on the wrong zone. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/440577f6479adb0b8edecffea9ece54916dab8ab))
|
||||
11. Add a spiritual quote.
|
||||
|
||||
Included plugins:
|
||||
@ -1015,22 +1018,22 @@ Updater (Installer only):
|
||||
|
||||
Notepad++ 7.5 new features/enhancements & bug-fixes:
|
||||
|
||||
1. Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, PureBasic, Rebol, registry, Rust, SPICE, txt2tags
|
||||
2. Add "Open file in its default viewer" command.
|
||||
3. Add "-quickPrint" command line argument: Launch Notepad++, print document & exit.
|
||||
4. Add /noUpdater argument for installer to not install updater (useful in silent mode).
|
||||
5. Add new installer argument /allowAppDataPluginsLoading.
|
||||
6. Roll back to 1 "Find next" button in Find/Replace dialog, due to the inconsistence after removal of direction option.
|
||||
7. Enhancement: empty fields "Replace with" and "Filters" of Find/Replace dialog are remembered in the next session.
|
||||
8. Fix text selection in combo boxes of find/replace dialog problem on resizing.
|
||||
9. Fix the issue of passing non-exist folder via command line without any warning.
|
||||
10. Fix multi-line tab button remaining pushed issue while switching off.
|
||||
11. Fix TAB key wired behavior on find/replace dialog's transparency radio button.
|
||||
12. Fix click on tab without hitting close button but close file issue.
|
||||
13. Fix Notepad++ modifying command line arguments issue (command line arguments could be visualized by system tools).
|
||||
14. Fix file not dirty while its content changed on the hard drive.
|
||||
15. Fix saved duplicated file in the same view issue.
|
||||
16. Fix "Folder as Workspace" toolbar button not activated after dropping folder issue.
|
||||
1. Add new languages support: ASN.1, AviSynth, Blitz Basic, Csound, Erlang, escript, Forth, FreeBASIC, LaTeX, MMIX, Nimrod, nnCron, OScript, PureBasic, Rebol, registry, Rust, SPICE, txt2tags. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/02bdd11700e6fb225157aa59f1f5f1a453865cee))
|
||||
2. Add "Open file in its default viewer" command. (Fix [#3576](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3576))
|
||||
3. Add "-quickPrint" command line argument: Launch Notepad++, print document & exit. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/1f89110b04d303ff2b22f580b2ebb61b02883b94))
|
||||
4. Add /noUpdater argument for installer to not install updater (useful in silent mode). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/77d9a9959ad16704cfab0a1b599ec8c09f2fbdb8))
|
||||
5. Add new installer argument /allowAppDataPluginsLoading. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/19f24d1d65be4f162085854b44dc808a4e68eed5))
|
||||
6. Roll back to 1 "Find next" button in Find/Replace dialog, due to the inconsistence after removal of direction option. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4d921b7ffd3b5d077c618b5e87fc483db65f63e8))
|
||||
7. Enhancement: empty fields "Replace with" and "Filters" of Find/Replace dialog are remembered in the next session. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/e7a5c72465b9b5afda5ffc613df0b481b6cb521d))
|
||||
8. Fix text selection in combo boxes of find/replace dialog problem on resizing. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/0d90ad13747da4f534312e912157a96efdf93151))
|
||||
9. Fix the issue of passing non-exist folder via command line without any warning. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/ecc9258d457c329d8d5bb17749670bb909911af9))
|
||||
10. Fix multi-line tab button remaining pushed issue while switching off. ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/8342da3df8009f8d76d1d4990f3b5695eae88dd8))
|
||||
11. Fix TAB key wired behavior on find/replace dialog's transparency radio button. (Fix [#3345](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3345), [#3439](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3439))
|
||||
12. Fix click on tab without hitting close button but close file issue. (Fix [#3004](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3004))
|
||||
13. Fix Notepad++ modifying command line arguments issue (command line arguments could be visualized by system tools). ([Commit](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/b85930314847727ee8070d1417e674afd1bb24ab))
|
||||
14. Fix file not dirty while its content changed on the hard drive. (Fix [#3246](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3246))
|
||||
15. Fix saved duplicated file in the same view issue. (Fix [#3384](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3384))
|
||||
16. Fix "Folder as Workspace" toolbar button not activated after dropping folder issue. (Fix [#3282](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3282))
|
||||
|
||||
Included plugins:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user