Don Ho
622282fc66
[NEW] Add ChangeIcon.exe into generation binary procedure.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@718 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-25 21:54:48 +00:00
Don Ho
2a299689b4
[NEW_FEATURE] Make english.xml customizable.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@717 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-24 21:55:18 +00:00
Don Ho
55f1751fd6
[RELEASE] Notepad++ 5.8.5 release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@716 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-24 00:56:22 +00:00
Don Ho
9a3ae5522d
[NEW_FEATURE] Add the option to switch back to the old icon in installer.
...
[ADD/UPDATE] Add/update language.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@715 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-23 01:01:06 +00:00
Don Ho
772c0dbcb9
[NEW] (Author: François-R Boyer) Add ChangeIcon command line program.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@714 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-23 00:49:09 +00:00
Don Ho
821a98ac6d
[UPDATE] Update installer to adapt the new behaviour of langs.xml and the new NppShell.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@713 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-21 14:04:36 +00:00
Don Ho
9a6e4fceba
[BUG_FIXED] Fix x64 system files problems :
...
1. not included in recent file history list while closing a file.
2. not remembered in the next session problem.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@712 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-21 01:44:40 +00:00
Don Ho
079353cd4c
[BUG_FIXED] Fix localization switching under Windows 7 problem (UAC issue).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@711 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-20 21:13:47 +00:00
Don Ho
38035762dd
[BUG_FIXED] Fix the search direction not being memorized problem.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@710 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-20 00:33:53 +00:00
Don Ho
49cd94f137
[MODIF] Modify File Association dialog UI.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@709 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-18 23:24:27 +00:00
Don Ho
f2590e1447
[MODIF] langs.xml will be located in %appdate%/Notepad++/ due to UAC issue.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@708 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-18 00:35:42 +00:00
Don Ho
8b2fe6f459
[BUG_FIXED] Fix the initial document encoding is not set by "New Document Settings".
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@707 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-17 00:34:45 +00:00
Don Ho
2179160db9
[BUG_FIXED] (Author: Christian Cuvier) Initialize the variable _edgeNbColumn to avoid crash if config.xml is not present.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@706 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-14 20:48:37 +00:00
Don Ho
79e153399f
[RELEASE] Notepad++ 5.8.4 release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@705 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-14 18:10:10 +00:00
Harold Bruintjes
d03a5df50d
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@704 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-14 11:00:56 +00:00
Harold Bruintjes
6bcf26de86
Fix colors of icon in context menu:
...
-Use ownerdrawn icon on OS < Vista
-Use alphablended icon on OS >= Vista
Allow alphablended icon to be used for shell icons
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@703 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-14 10:54:10 +00:00
Don Ho
d70c6b2545
[NEW_FEATURE] (Author: Nick) Add -alwaysOnTop command line argument.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@702 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-14 01:40:33 +00:00
Don Ho
45481e65af
[NEW] (Author: Ben) Remove Calltip restriction from plugins side.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@701 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-13 23:49:39 +00:00
Don Ho
3a6ebc0885
[BUG_FIXED] Fix User Defined Language dialog docking problem under Windows 7.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@700 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-13 22:18:35 +00:00
Don Ho
8b346dc583
[NEW_FEATURE] All the supported encoding charsets can be set as default in "New Document Settings".
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@699 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-13 11:15:06 +00:00
Don Ho
a7f127dca0
[BUG_FIXED] (Author: Neil Hodgson) Fix for bug #3103936 . Backwards search with code page 936 does not match at line start.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@698 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-09 19:27:26 +00:00
Don Ho
9d733b29cc
[NEW_FEATURE] Add a new capacity in context menu: the menu item and folder item can be renamed in any language.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@697 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-07 03:00:27 +00:00
Don Ho
99c6363e2e
[UPDATE] Update contextMenu.xml.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@696 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-07 00:02:19 +00:00
Don Ho
a85c08b0a9
[NEW_FEATURE] (Author: Christian Cuvier) Add a new capacity in context menu: the menu item can be renamed (only for occidental languages).
...
[UPDATE] Update contextMenu.xml.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@695 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-06 23:56:57 +00:00
Don Ho
549e5f5f29
[BUG_FIXED] Fix memory leak problem while switching tab.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@694 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-06 14:46:19 +00:00
Don Ho
4feab306b0
[RELEASE] Notepad++ 5.8.3 release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@693 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-02 00:58:06 +00:00
Don Ho
2745ad40e5
[NEW_FEATURE] Add the capacity to open x64 system files.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@692 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-11-01 16:08:43 +00:00
Don Ho
df0f0b3a30
[BUG_FIXED] Fix context menu reload problem (plugin commands reload fails).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@691 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-30 15:38:51 +00:00
Don Ho
25755fd810
[NEW_FEATURE] Add a new capacity in context menu: the commands can be in the sub-menu.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@690 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-30 11:25:17 +00:00
Don Ho
a86096b84b
[BUG_FIXED] (Author: Jocelyn Legault) Fix a memory corruption bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@689 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-26 21:09:34 +00:00
Don Ho
03b2d5e8b7
[NEW] Add new application icon.
...
[ENHANCE] Enhance Editing Contextmenu feature.
[UPDATE] Add comment in contextMenu.xml.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@688 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-24 23:49:07 +00:00
Don Ho
87bfb72d5e
[UPDATE] Add Notepad++ lexer in VS6 project file.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@687 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-23 21:13:29 +00:00
Don Ho
9d9d64fb2c
[BUG_FIXED] (Author: Neil Hodgson) Fix for bug #3065912 Fail to Search up when code.page = 936.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@686 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-23 18:33:49 +00:00
Don Ho
046ca42b55
[BUG_FIXED] Remove unsupported encodings by microsoft windows : ISO-8859-10, ISO-8859-11, ISO-8859-16.
...
[BUG_FIXED] Fix move down current lines bug while moving down on the last line.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@685 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-23 00:01:36 +00:00
Don Ho
14773572cf
[NEW_FEATURE] Add Edit ContextMenu feature.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@684 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-22 21:14:04 +00:00
Don Ho
1549b4f89f
[BUG_FIXED] Fix crash issue : crash in the next launch after setting MS-DOS-Style as default language.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@683 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-17 18:41:59 +00:00
Don Ho
293451089d
[BUG_FIXED] (Author: Jocelyn Legault) Fix zoom bug on the second view (a non-initialized variable).
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@682 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-17 11:12:28 +00:00
Don Ho
c8f5903ce5
[BUG_FIXED] (Author: Jocelyn Legault) Fix a heap corruption of ColourPicker.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@681 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-16 13:31:33 +00:00
Don Ho
7107532531
[BUG_FIXED] Due to UAC issue, under vista and windows 7, the usage of doLocalConf.xml is not allowed if Notepad++ is installed in "program files" directory.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@680 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-14 22:53:20 +00:00
Don Ho
52edd1eb16
[RELEASE] Notepad++ 5.8.2 release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@679 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-10 21:36:09 +00:00
Don Ho
23cfd4cba9
[BEHAVIOUR_CHANGED] Modify SaveFile dialog behaviour: it will not process a given directory as saving file name. It browse inside the directory instead.
...
[BUG_FIXED] Fix build problem for ANSI version.
[UPDATE] Update GUP.exe to v1.9.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@678 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-09 15:03:26 +00:00
Don Ho
5f9206f627
[BUG_FIXED] (Author: Mohamed Amr) Fix C# syntax highlighting disabled problem after reloading.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@677 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-05 23:57:20 +00:00
Don Ho
cfe63a2048
[BUG_FIXED] Fix macro recording bug for the non-ASCII characters.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@676 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-05 21:33:37 +00:00
Don Ho
e420ae3707
[BUG_FIXED] Fix windows 7 crash bug while executing update.
...
[BUG_FIXED] (Author: Christian Cuvier) Fix find performance issue related macro recording.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@675 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-10-03 23:38:11 +00:00
Don Ho
9ab9b02e6a
[RELEASE] Notepad++ 5.8.1 release
...
[NEW_FEATURE] (Author: Christian Cuvier) Update NppHelp.
[UPDATE] Update native Language files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@674 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-27 00:10:18 +00:00
Don Ho
7bc4a501f5
[BUG_FIXED] Apply a walk around solution for Actionscript crash problem.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@673 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-26 15:19:29 +00:00
Don Ho
5be72543f8
[BUG_FIXED] (Author: François-R Boyer) Fix saving UCS-2 text file corrupted bug.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@671 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-25 18:14:22 +00:00
Don Ho
bb7cb36df9
[NEW_FEATURE] Add Word count feature in Summary command.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@670 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-25 17:04:44 +00:00
Don Ho
52a0e7971d
[BUG_FIXED] (Author : Vitaliy Dovgan) Fix macro record bug from ANSI document.
...
[BUG_FIXED] Fix hidding/showing status bar bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@669 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-23 22:21:04 +00:00
Don Ho
8caa50ba55
[RELEASE] Notepad++ 5.8 release.
...
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@668 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-19 23:29:36 +00:00