Commit Graph

208 Commits

Author SHA1 Message Date
Don Ho
468f93b3c1 [FIX] Fix some typos.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@626 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-21 09:33:27 +00:00
Don Ho
194882dd0b [UPDATE] minor modification.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@625 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-17 23:37:58 +00:00
Don Ho
2e54127036 [UPDATE] refactoring (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@624 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-16 22:32:58 +00:00
Don Ho
bffdb9f4fe [UPDATE] Update native language model and chinese.xml.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@623 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-15 23:14:39 +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
Harold Bruintjes
de399da6ff Add Bitmap.cpp file, currently unused.
Revert icon drawing as not to break Aero themes.
Static linking in C::B project.
Set both icons in resource to point to original verison.
In case of elevation error, try shellexecute instead.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@620 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-03-01 20:42:21 +00:00
Don Ho
7a236ed330 [BUG_FIXED] Fix comment stream without selection bug.
[BUG_FIXED] Fix Find in files results highlighting problem.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@619 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-24 00:06:12 +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
d23e8c74c5 [BUG_FIXED] Fix the bug while changing the language list in Style Configurator, the "Save and close" button is enabled.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@616 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-21 02:05:46 +00:00
Don Ho
99042edb28 [BUG_FIXED] Fix "finds in all opened files" crash bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@615 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-20 01:07:35 +00:00
Don Ho
1bab772c37 [UPDATE] refactor Notepad_plus.cpp.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@614 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-17 19:23:18 +00:00
Don Ho
be8d467e91 [CLEAN_UP] (Author : Jocelyn Legault) Initialize correctly the DockingDlgInterface. Clean up the docking manager's code.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@613 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-17 00:18:22 +00:00
Don Ho
ccbdf7c210 [UPDATE] Refactor Notepad_plus.cpp (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@612 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-13 01:12:17 +00:00
Don Ho
6ae357c289 [NEW_BEHAVIOUR] (Author : Christian Wegner) Focus (switch to) the dirty document while asking to save unsaved document when user close Notepad++.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@611 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-11 23:53:06 +00:00
Don Ho
0d2efe29ea [BUG_FIXED] Fix the bug while giving command C:\NppDir>notepad++ (w/o quote), npp try to open file "notepad++".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@610 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-10 23:54:44 +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
689d434a9f [OPTIMIZE] (Author : Sune Marcher) Rewrite of menuID2LangType function.
[UPDATE] Refactor Notepad_plus.cpp (in progress).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@608 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-02-04 01:22:41 +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
639c336587 [UPDATE] Refactor Notepad_plus.cpp (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@606 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-29 23:52:47 +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
3f6f0e9b2e [NEW] (Author : Christian Cuvier) Add "\u" in find extened mode to find Unicode encoding character(ex. "\u00e9" find 'é').
[BUG_FIXED] (Author : Fabrizio Gennari) Fix finding "\0" or "\x00" issue in find extened mode.
[NEW] (Author : Hayes Roberts) Add Notepad++ mascot images.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@602 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-24 21:59:33 +00:00
Don Ho
9c03f48263 [BUG_FIXED] Recover langs.xml while its length is zero.
[NEW] Add JSP.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@601 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-23 18:07:32 +00:00
Don Ho
1f1ce89572 [BUG_FIXED] (Author : Beetny) Fix "Close Window(s)" in Window dialog bug (if file is dirty and cancel to close).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@600 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-19 23:30:16 +00:00
Don Ho
e96e419f74 [NEW] (Author : Darko Martinovic) Add "set find text and find next" feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@599 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-19 21:49:36 +00:00
Don Ho
61a2681597 [BUG_FIXED] Fix loading encoding file making file corrupted (after saving).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@598 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-18 21:47:45 +00:00
Don Ho
6d161a269e [BUG_FIXED] Fix xml/html encoding overrides BOM if present.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@597 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-17 23:13:06 +00:00
Don Ho
5d4d1d0ee9 [BUG_FIXED] Fixed Chinese characters display problem after "find in the current document".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@596 f5eea248-9336-0410-98b8-ebc06183d4e3
2010-01-16 02:36:26 +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
d9e7cf9fac [NEW_FEATURE] Add feature of conversion from a localization encoding to UNICODE.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@594 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-27 18:41:53 +00:00
Don Ho
dbe22f6cac [BUG_FIXED] Fix status bar display bug that xml/html utf8 indicator makes status bar display ANSI instead of ANSI as UTF-8.
[UPDATE] Convert process thread module from ANSI to Unicode.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@593 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-23 19:23:20 +00:00
Don Ho
00e79d39c8 [NEW] Automatize release procedure.
Add md5 binary and source.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@592 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-19 12:42:57 +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
b186f2a055 [NEW_FEATURE] Add restore button in fullscreen and postIt mode.
[BUG_FIXED] Fix auto-updater bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@590 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-13 23:54:02 +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
c16f0d3930 [BUG_FIXED] Fix the Unicode localization file display incident.
[UPDATE] Update 3 localization files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@588 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-08 23:43:24 +00:00
Don Ho
cc875b2458 [UPDATE] Update 3 localization files : English, French and Chinese.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@587 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-07 02:17:25 +00:00
Don Ho
ac118c6082 [BUG_FIXED] Fix tag highlighting bug while disabling indent guide lines.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@586 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-06 03:59:01 +00:00
Don Ho
0d2eee4ed5 [BUG_FIXED] Fix the translated sub menu entries applying on the menu item.
[ENHANCED] Display more information while catching of plugins crash.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@585 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-06 03:06:59 +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
b908173f7a [NEW] unfold while jumping markers.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@583 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-04 21:51:39 +00:00
Don Ho
b7ae5956f9 [UPDATE] Update the localization files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@582 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-04 02:14:33 +00:00
Don Ho
88958a855e [BUG_FIXED] Fix localization combo box unselected in preference dialog bug after startup (when a localization file is in use).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@581 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-04 00:27:29 +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
40be6f6cc1 [CLEAN] Move EOL format items to sub menu Edit.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@579 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-02 19:58:37 +00:00
Don Ho
6f052ca8dc [BUG_FIXED] (Author : Vitaliy Dovgan)Fix case-insensitive searching bug for non-ascii characters (for example some characters in French and Cyrillic characters).
[BUG_FIXED] Fix brace highlighting performance issue.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@578 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-02 02:24:37 +00:00
Don Ho
51e96391c6 [BUG_FIXED] Fix brace highlighting breaking issue.
[NEW] Add new encodings in the shortcuts map.
[CLEAN] Remove annoying encoding issue warning dialogs.
[ENHANCE] Enhance Html encoding auto-detection.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@577 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-12-01 01:20:13 +00:00
Don Ho
df88f81d9e [BUG_FIXED] Fix the Context menu installation in installer.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@576 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-30 02:07:11 +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
9746d60cde [BUG_FIXED] Fix the Unicode to ANSI encoding bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@574 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-27 19:00:42 +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
215b5c0049 [NEW_FEATURE] Add indent guide line highlighting for html/xml tags.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@571 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-24 00:32:54 +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
8bb48853d9 [BUG_FIXED] Fix encoding files loading bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@568 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-22 11:39:03 +00:00
Don Ho
de6f421c9c [NEW] File Encoding is remembered in the session.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@567 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-22 01:52:07 +00:00
Don Ho
10e6cbfb61 [NEW] Add new encodings, make status bar work for the new encodings.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@566 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-21 02:38:48 +00:00
Don Ho
90f5338cb5 [NEW] Add Chinese simplified, Japanese, Korean, Thai... encodings.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@565 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-20 00:26:38 +00:00
Don Ho
fe4c746cd4 [NEW_FEATURE] Add Chinese BIG5 encoding (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@564 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-19 02:02:17 +00:00
Don Ho
16930873f2 [NEW] Add Kyrgyz language file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@563 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-15 18:26:18 +00:00
Don Ho
86248087b2 [NEW] Make Marker Jumper wrap able.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@562 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-15 17:01:52 +00:00
Don Ho
f5d7e44e2c [NEW_FEATURE] Add Marker Jumper feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@561 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-15 13:35:15 +00:00
Don Ho
bdbb2711e1 [BUG_FIXED] Fix systemtray close crash bug.
[CHANGE_BEHAVIOUR] Change systemtray feature behaviour.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@560 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-12 22:29:51 +00:00
Don Ho
1e41a66293 [BUG_FIXED] Provide a walk around solution for the wrap symbol display problem in scintilla.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@559 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-12 01:19:50 +00:00
Don Ho
b8c8283a5d [NEW_FEATURE] (Author : Slurdge) Add system tray context menu and new command argument "-systemtray".
[NEW_FEATURE] Add new command argument "--help".

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@558 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-11 23:55:18 +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
7060444031 [NEW] Add D, R, PowerShell and COBOL keywords and colour settings.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@555 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-11-03 00:22:08 +00:00
Don Ho
c14d526b2a [NEW] Add SQL ESC symbol '\'.
[NEW] Add new Notepad++ logo in About box.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@554 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-26 01:14:12 +00:00
Don Ho
12132dffb4 [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@553 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-19 21:36:45 +00:00
Don Ho
4b1812816f [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@552 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-19 00:35:27 +00:00
Don Ho
8c3485289f [BUG_FIXED] Fix column editor insert number bug in virtual space mode.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@551 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-14 00:40:05 +00:00
Don Ho
cc3ce1a5a4 [BUG_FIXED] Fixed status bar displaying "-2 char" issue for a empty document.
[BUG_FIXED] Fixed installation of NppShell64 failed issue in installer.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@550 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-11 23:51:45 +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
50f39e351d [NEW_FEATURE] (Author : Christian Cuvier) characters count is added in status bar.
[NEW] a bigger chameleon picture is displayed in about dialog.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@548 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-04 13:13:45 +00:00
Don Ho
b45df0db24 [NEW_FEATURE] Add plugin Black list.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@547 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-02 18:47:27 +00:00
Don Ho
2478059b5d [BUG_FIXED] Fix file ext unexpected behaviour.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@546 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-10-01 23:53:05 +00:00
Don Ho
d36fd964e4 [NEW_FEATURE] Try to catch plugin crash.
[BUG_FIXED] (Author : Jocelyn Legault) Fix some memory leaks.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@545 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-29 00:14:48 +00:00
Harold Bruintjes
22f7f6651c NppShell:
make gcc compatible and a bit more standard compliant
add code::blocks project file to compile with gcc

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@544 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-23 17:18:02 +00:00
Harold Bruintjes
3a11d6de66 Replaced nppcm with NppShell.
-Context menu icon properly rendered
-Incorporate dynamic icon for registered filetypes
-Dialog to allow change of various settings

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@543 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-22 23:18:54 +00:00
Don Ho
dfaed129b5 [NEW_FEATURE] Set extension automatically (according to set document language) in save as dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@542 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-22 21:30:29 +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
0c5101a629 [CHANGE_BEHAVIOUR] Mark all extension won't do selection if there is no selection.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@538 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-15 22:39:14 +00:00
Don Ho
6a022cdb9a [NEW_FEATURE] Make column editor work in multi-selection mode.
[BUG_FIXED] Fix column editor inserting octal number broken issue.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@537 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-13 19:31:40 +00:00
Don Ho
2b9ddf1816 [NEW] Add Multi-Editing enable/disable
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@536 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-13 00:16:15 +00:00
Don Ho
074441eda2 [[NEW_FEATURE] (Author : Christian Cuvier) Rational number is recognized in User Defined Language System.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@535 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-12 13:05:46 +00:00
Don Ho
a858bd3b99 [UPDATE] Update installer - remove FTP_Synchronize plugin and Change Mark plugin due to their unstable issue.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@534 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-11 21:48:38 +00:00
Don Ho
3c7977ecba [BUG_FIXED] Fix tooltip crash issue.
[NEW_FEATURE] Add selected lines moving up/down capacity.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@533 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-11 00:22:40 +00:00
Don Ho
0800917f32 [NEW] Make multi-selection optional (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@532 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-10 22:19:49 +00:00
Don Ho
9627abcd69 [NEW_FEATURE] (Author : Christian Cuvier) Add the escape character capacity for the delimiter in User Defined Language System.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@531 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-10 00:44:36 +00:00
Don Ho
c75618ad6c [BUG_FIXED] A toolbar tip crash is fixed by Jocelyn Legault (to be confirmed).
[NEW_BEHAVIOUR] "-nosession" parameter's behaviour changed : not only none of session is loaded, but also none of session is saved.
[BUG_FIXED] A docking feature crash issue is fixed.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@530 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-09 22:56:15 +00:00
Don Ho
0c490dc55a [ENHANCE] Thanks to Jocelyn Legault (precompiled headers), the build time is sped up.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@529 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-09-04 00:10:01 +00:00
Don Ho
79eba94cba [ADAPTATION] Make existing Column mode operations work with Scintilla 2.01 (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@528 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-08-31 00:27:35 +00:00
Don Ho
a371d017c1 [BUG_FIXED] Fix shorcut mapper crash bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@527 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-08-24 22:22:32 +00:00