Commit Graph

49 Commits

Author SHA1 Message Date
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
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
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
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
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
Don Ho
a1866aba6d [BUG_FIXED] (Author: François-R Boyer) Avoid "#if 1 //" from making CppLexer crash.
[UPDATE] Update english.xml for v5.7.1 and the newest translations.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@660 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-09-02 00:43:56 +00:00
Don Ho
4eeff970ab [BUG_FIXED] Restore zoom settings saving for both scintilla controls.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@644 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-07-27 15:59:20 +00:00
Don Ho
f5251b5bc2 [RELEASE] Notepad++ 5.7 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@639 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-07-05 23:17:02 +00:00
Don Ho
ba9731ca7f [NEW] Regroup bookmark operation menu commands under "Bookmark" menu folder.
[BUG_FIXED] Fix "Save all" inconsistent icon state on toolbar.
[UPDATE]
- (Author: Christian Cuvier) Update offline help document.
- Native Language Files : updated and added new one
- Add new keywords for HTML5 and css.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@638 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-07-04 07:12:02 +00:00
Don Ho
fd02b9df00 [UPDATE] refactoring (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@622 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-05 00:15:06 +00:00
Don Ho
40eb02ab1f [RELEASE] Notepad++ v5.6.8 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@621 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-04 23:26:37 +00:00
Don Ho
52dc1c9d87 [UPDATE] (Author : Christian Cuvier) Update NppHelp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@618 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 22:23:10 +00:00
Don Ho
b3f11896eb [RELEASE] Notepad++ v5.6.7 release.
[CHANGE_BEHAVIOUR] Enlarge regconition of clickable link from "http://" to any URI.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@617 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 18:17:54 +00:00
Don Ho
e098cbc677 [REVERT] menuID2LangType function is reverted due to its performance issue.
[NEW_FEATURE] Add "Display loading time" feature (via command line argument "-loadingTime").
[NEW] Add NPPM_INTERNAL_DISABLEAUTOUPDATE message (which can be triggered by GUP.exe).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@609 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-08 00:44:48 +00:00
Don Ho
ebfec9d026 [UPDATE] Refactor Notepad_plus.cpp (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@607 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-31 17:45:32 +00:00
Don Ho
691849d1d9 [RELEASE] Notepad++ v5.6.6 release.
[BUG_FIXED] Fixed Search bug with Chinese/Japanese/Korean characters.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@605 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-26 01:04:53 +00:00
Don Ho
5925d28aba [ADD] Add GUP.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@604 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-25 20:06:50 +00:00
Don Ho
910b88d52b [RELEASE] Notepad++ v5.6.5 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@603 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-24 23:29:24 +00:00
Don Ho
fa593ca44b [RELEASE] Notepad++ v5.6.4 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@595 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-28 02:27:58 +00:00
Don Ho
56a236af40 [RELEASE] Notepad++ v5.6.3 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@591 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-17 23:33:39 +00:00
Don Ho
2ec3cdea2f [RELEASE] Notepad++ v5.6.2
[UPDATE] Update localization files and NppHelp.
[ADD] Make some commands recordable.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@589 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-11 00:32:12 +00:00
Don Ho
759a950cfa [RELEASE] Notepad++ v5.6.1 release.
[UPDATE] (Author : Christian Cuvier) Update NppHelp.
[UPDATE]  Update localization files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@584 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-05 01:46:08 +00:00
Don Ho
44913da6f2 [NEW] Add find result commands in the menu.
[NEW] Add DOS CodePage : CP437, CP737, CP850, CP852, CP855, CP857, CP858, CP860, CP861, CP863, CP865, CP866 and CP869.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@580 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-03 02:11:05 +00:00
Don Ho
553e47d580 [RELEASE] Notepad++ v5.6 release.
[NEW_FEATURE] Add ISO_8859-1 to ISO_8859-16 encodings.
[BUG_FIXED] Fix last recent file list menu items localization encoding bug.
[BUG_FIXED] Fix last recent file number goes to zero issue.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@575 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-30 01:31:55 +00:00
Don Ho
9ebb4b39f5 [NEW_FEATURE] Add auto-detection of HTML/XML file encoding.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@573 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-26 01:34:25 +00:00
Don Ho
5b23ddeefb [ADD] Add the style themes.
[MODIF] Modify the SetWindowLongPtr argument for 64 bits compiling.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@572 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-25 01:51:04 +00:00
Don Ho
a6bffa9666 [ADD] Add the forgotten symbols.
[UPDATE] Update change log.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@570 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-23 19:59:21 +00:00
Don Ho
5b4f8e3e11 [NEW] Add new encodings.
[REMOVE] Remove Line Draw TTF for MSDOS ASCCI Art highlighter; using encoding Dos 437 instead.
[UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.6.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@569 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-23 01:34:38 +00:00
Don Ho
98fdb775f8 [NEW_MINOR_FEATURE] Add the ability to add the second keyword group for user in both LISP and Scheme languages.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@557 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-11 16:59:13 +00:00
Don Ho
bb8ad920d0 [BUG_FIXED] Fix Calltip hint bug and add a new capacity in it.
[NEW] Add colour settings for GUI4Cli.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@556 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-05 01:44:40 +00:00
Don Ho
c36ad90e30 [RELEASE] v5.5.1 release.
[NEW_FEATURE] Add "open all" capacity in finder (for find in files). 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@549 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-09 00:42:10 +00:00
Don Ho
ea2caf3d1d [RELEASE] Release v5.5 bis : Add Plugin Manager in installer.
[NEW] remove unnecessary (repeated) separator in context menu.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@541 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-22 00:42:32 +00:00
Don Ho
75efadfcae [RELEASE] v5.5 official release.
[NEW] New icon for Notepad++ binary.
[UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@540 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-21 00:30:52 +00:00
Don Ho
f5cca1add9 [BUG_FIXED] Fix getting fonts problem under Chines/Korean/Japanese environment.
[BUG_FIXED] Fix wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian.
[UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@539 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-19 21:43:11 +00:00
Don Ho
75d6569db7 [RELEASE] Release 5.4.5.
[BUG_FIXED] Disable auto-update checking under Win7 due to the lamentable UAC.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@513 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-14 19:45:06 +00:00
Don Ho
f71ca5e4d8 [BUG_FIXED] Fix a crash issue (Unicode binary) while close Notepad++ with an RC file opened under Chinese Xp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@512 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-14 01:42:09 +00:00
Don Ho
5fbda7b270 [RELEASE] release (fix restore window bug).
Signed-off-by: Don HO <don.h@free.fr>

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@509 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-08 23:00:03 +00:00
Don Ho
26334291d8 [RELEASE] v5.4.4 release.
Signed-off-by: Don HO <don.h@free.fr>

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@508 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-05 16:05:25 +00:00
Don Ho
aac719f843 [ADD] Add npp help binary and source files.
Signed-off-by: Don HO <don.h@free.fr>

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@504 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-07-02 12:45:08 +00:00
Don Ho
e94b452d2a [BUG_FIXED] Fix the find in files crash issue if find what field contains 0x0A or 0xD.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@493 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-06-10 00:17:42 +00:00
Don Ho
5b5c317872 [RELEASE] v5.4.3 release.
[BUG_FIXED] Fix clickable link styling bug.
[BUG_FIXED] Fix vs2008 compiling issue - toolbar always hidden.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@492 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-06-07 01:49:42 +00:00
Don Ho
9e1a05c0e2 [RELEASE] v5.4.2 release.
[BUG_FIXED] Fix only one document "Move to other view" close Notepad++ instance issue.
[BUG_FIXED] Fix plugin menu boolean check box bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@488 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-06-01 00:21:48 +00:00
Don Ho
8c6ac82898 [RELEASE] v5.4.1 official release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@481 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-27 23:37:29 +00:00
Don Ho
c3da0f775f [NEW_FEATURE] Add the ability of tag match feature to not highlight comment zone in html/xml.
[BUG_FIXED] Fix TCL language highlighting bug.
[NEW_RELEASE] v5.4 released. 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@478 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-25 19:46:29 +00:00
Don Ho
b20baeac19 [REVERT] revert the fixing cursor bug in incremental find : due to the regression.
[CLEAN_UP] Clean up.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@474 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-01 20:57:13 +00:00
Don Ho
9867d7b578 [NEW_FEATURE] Detect UTF16 encoding (BE and LE) w/o BOM.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@473 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-29 18:07:30 +00:00
Don Ho
fd94587a2e [UPDATE] Update change.log.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@471 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-28 23:51:03 +00:00
Don Ho
4dd3b257e0 Moved PowerEditor in trunk remotely
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@460 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 23:34:47 +00:00