Commit Graph

247 Commits (7923c0a2c9b0363aaf300e7e1acdeb8ed0c9fd1e)

Author SHA1 Message Date
Don Ho 99042edb28 [BUG_FIXED] Fix "finds in all opened files" crash bug.
15 years ago
Don Ho 1bab772c37 [UPDATE] refactor Notepad_plus.cpp.
15 years ago
Don Ho be8d467e91 [CLEAN_UP] (Author : Jocelyn Legault) Initialize correctly the DockingDlgInterface. Clean up the docking manager's code.
15 years ago
Don Ho ccbdf7c210 [UPDATE] Refactor Notepad_plus.cpp (in progress).
15 years ago
Don Ho 6ae357c289 [NEW_BEHAVIOUR] (Author : Christian Wegner) Focus (switch to) the dirty document while asking to save unsaved document when user close Notepad++.
15 years ago
Don Ho 0d2efe29ea [BUG_FIXED] Fix the bug while giving command C:\NppDir>notepad++ (w/o quote), npp try to open file "notepad++".
15 years ago
Don Ho e098cbc677 [REVERT] menuID2LangType function is reverted due to its performance issue.
15 years ago
Don Ho 689d434a9f [OPTIMIZE] (Author : Sune Marcher) Rewrite of menuID2LangType function.
15 years ago
Don Ho ebfec9d026 [UPDATE] Refactor Notepad_plus.cpp (in progress).
15 years ago
Don Ho 639c336587 [UPDATE] Refactor Notepad_plus.cpp (in progress).
15 years ago
Don Ho 691849d1d9 [RELEASE] Notepad++ v5.6.6 release.
15 years ago
Don Ho 5925d28aba [ADD] Add GUP.
15 years ago
Don Ho 910b88d52b [RELEASE] Notepad++ v5.6.5 release.
15 years ago
Don Ho 3f6f0e9b2e [NEW] (Author : Christian Cuvier) Add "\u" in find extened mode to find Unicode encoding character(ex. "\u00e9" find 'é').
15 years ago
Don Ho 9c03f48263 [BUG_FIXED] Recover langs.xml while its length is zero.
15 years ago
Don Ho 1f1ce89572 [BUG_FIXED] (Author : Beetny) Fix "Close Window(s)" in Window dialog bug (if file is dirty and cancel to close).
15 years ago
Don Ho e96e419f74 [NEW] (Author : Darko Martinovic) Add "set find text and find next" feature.
15 years ago
Don Ho 61a2681597 [BUG_FIXED] Fix loading encoding file making file corrupted (after saving).
15 years ago
Don Ho 6d161a269e [BUG_FIXED] Fix xml/html encoding overrides BOM if present.
15 years ago
Don Ho 5d4d1d0ee9 [BUG_FIXED] Fixed Chinese characters display problem after "find in the current document".
15 years ago
Don Ho fa593ca44b [RELEASE] Notepad++ v5.6.4 release
15 years ago
Don Ho d9e7cf9fac [NEW_FEATURE] Add feature of conversion from a localization encoding to UNICODE.
15 years ago
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.
15 years ago
Don Ho 00e79d39c8 [NEW] Automatize release procedure.
15 years ago
Don Ho 56a236af40 [RELEASE] Notepad++ v5.6.3 release
15 years ago
Don Ho b186f2a055 [NEW_FEATURE] Add restore button in fullscreen and postIt mode.
15 years ago
Don Ho 2ec3cdea2f [RELEASE] Notepad++ v5.6.2
15 years ago
Don Ho c16f0d3930 [BUG_FIXED] Fix the Unicode localization file display incident.
15 years ago
Don Ho cc875b2458 [UPDATE] Update 3 localization files : English, French and Chinese.
15 years ago
Don Ho ac118c6082 [BUG_FIXED] Fix tag highlighting bug while disabling indent guide lines.
15 years ago
Don Ho 0d2eee4ed5 [BUG_FIXED] Fix the translated sub menu entries applying on the menu item.
15 years ago
Don Ho 759a950cfa [RELEASE] Notepad++ v5.6.1 release.
15 years ago
Don Ho b908173f7a [NEW] unfold while jumping markers.
15 years ago
Don Ho b7ae5956f9 [UPDATE] Update the localization files.
15 years ago
Don Ho 88958a855e [BUG_FIXED] Fix localization combo box unselected in preference dialog bug after startup (when a localization file is in use).
15 years ago
Don Ho 44913da6f2 [NEW] Add find result commands in the menu.
15 years ago
Don Ho 40be6f6cc1 [CLEAN] Move EOL format items to sub menu Edit.
15 years ago
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).
15 years ago
Don Ho 51e96391c6 [BUG_FIXED] Fix brace highlighting breaking issue.
15 years ago
Don Ho df88f81d9e [BUG_FIXED] Fix the Context menu installation in installer.
15 years ago
Don Ho 553e47d580 [RELEASE] Notepad++ v5.6 release.
15 years ago
Don Ho 9746d60cde [BUG_FIXED] Fix the Unicode to ANSI encoding bug.
15 years ago
Don Ho 9ebb4b39f5 [NEW_FEATURE] Add auto-detection of HTML/XML file encoding.
15 years ago
Don Ho 5b23ddeefb [ADD] Add the style themes.
15 years ago
Don Ho 215b5c0049 [NEW_FEATURE] Add indent guide line highlighting for html/xml tags.
15 years ago
Don Ho a6bffa9666 [ADD] Add the forgotten symbols.
15 years ago
Don Ho 5b4f8e3e11 [NEW] Add new encodings.
15 years ago
Don Ho 8bb48853d9 [BUG_FIXED] Fix encoding files loading bug.
15 years ago
Don Ho de6f421c9c [NEW] File Encoding is remembered in the session.
15 years ago
Don Ho 10e6cbfb61 [NEW] Add new encodings, make status bar work for the new encodings.
15 years ago
Don Ho 90f5338cb5 [NEW] Add Chinese simplified, Japanese, Korean, Thai... encodings.
15 years ago
Don Ho fe4c746cd4 [NEW_FEATURE] Add Chinese BIG5 encoding (in progress).
15 years ago
Don Ho 16930873f2 [NEW] Add Kyrgyz language file.
15 years ago
Don Ho 86248087b2 [NEW] Make Marker Jumper wrap able.
15 years ago
Don Ho f5d7e44e2c [NEW_FEATURE] Add Marker Jumper feature.
15 years ago
Don Ho bdbb2711e1 [BUG_FIXED] Fix systemtray close crash bug.
15 years ago
Don Ho 1e41a66293 [BUG_FIXED] Provide a walk around solution for the wrap symbol display problem in scintilla.
15 years ago
Don Ho b8c8283a5d [NEW_FEATURE] (Author : Slurdge) Add system tray context menu and new command argument "-systemtray".
15 years ago
Don Ho 98fdb775f8 [NEW_MINOR_FEATURE] Add the ability to add the second keyword group for user in both LISP and Scheme languages.
15 years ago
Don Ho bb8ad920d0 [BUG_FIXED] Fix Calltip hint bug and add a new capacity in it.
15 years ago
Don Ho 7060444031 [NEW] Add D, R, PowerShell and COBOL keywords and colour settings.
15 years ago
Don Ho c14d526b2a [NEW] Add SQL ESC symbol '\'.
15 years ago
Don Ho 12132dffb4 [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support.
15 years ago
Don Ho 4b1812816f [NEW_FEATURE] Add COBOL, D, Gui4Cli, PowerShell and R language support (in progress).
15 years ago
Don Ho 8c3485289f [BUG_FIXED] Fix column editor insert number bug in virtual space mode.
15 years ago
Don Ho cc3ce1a5a4 [BUG_FIXED] Fixed status bar displaying "-2 char" issue for a empty document.
15 years ago
Don Ho c36ad90e30 [RELEASE] v5.5.1 release.
15 years ago
Don Ho 50f39e351d [NEW_FEATURE] (Author : Christian Cuvier) characters count is added in status bar.
15 years ago
Don Ho b45df0db24 [NEW_FEATURE] Add plugin Black list.
15 years ago
Don Ho 2478059b5d [BUG_FIXED] Fix file ext unexpected behaviour.
15 years ago
Don Ho d36fd964e4 [NEW_FEATURE] Try to catch plugin crash.
15 years ago
Harold Bruintjes 22f7f6651c NppShell:
15 years ago
Harold Bruintjes 3a11d6de66 Replaced nppcm with NppShell.
15 years ago
Don Ho dfaed129b5 [NEW_FEATURE] Set extension automatically (according to set document language) in save as dialog.
15 years ago
Don Ho ea2caf3d1d [RELEASE] Release v5.5 bis : Add Plugin Manager in installer.
15 years ago
Don Ho 75efadfcae [RELEASE] v5.5 official release.
15 years ago
Don Ho f5cca1add9 [BUG_FIXED] Fix getting fonts problem under Chines/Korean/Japanese environment.
15 years ago
Don Ho 0c5101a629 [CHANGE_BEHAVIOUR] Mark all extension won't do selection if there is no selection.
15 years ago
Don Ho 6a022cdb9a [NEW_FEATURE] Make column editor work in multi-selection mode.
15 years ago
Don Ho 2b9ddf1816 [NEW] Add Multi-Editing enable/disable
15 years ago
Don Ho 074441eda2 [[NEW_FEATURE] (Author : Christian Cuvier) Rational number is recognized in User Defined Language System.
15 years ago
Don Ho a858bd3b99 [UPDATE] Update installer - remove FTP_Synchronize plugin and Change Mark plugin due to their unstable issue.
15 years ago
Don Ho 3c7977ecba [BUG_FIXED] Fix tooltip crash issue.
15 years ago
Don Ho 0800917f32 [NEW] Make multi-selection optional (in progress).
15 years ago
Don Ho 9627abcd69 [NEW_FEATURE] (Author : Christian Cuvier) Add the escape character capacity for the delimiter in User Defined Language System.
15 years ago
Don Ho c75618ad6c [BUG_FIXED] A toolbar tip crash is fixed by Jocelyn Legault (to be confirmed).
15 years ago
Don Ho 0c490dc55a [ENHANCE] Thanks to Jocelyn Legault (precompiled headers), the build time is sped up.
15 years ago
Don Ho 79eba94cba [ADAPTATION] Make existing Column mode operations work with Scintilla 2.01 (in progress).
15 years ago
Don Ho a371d017c1 [BUG_FIXED] Fix shorcut mapper crash bug.
15 years ago
Don Ho c84437b0d1 [UPDATE] Update Scintilla from v1.78 to v2.01.
15 years ago
Don Ho 43a49d0b54 [MODIF] Modify menu items and controls names.
15 years ago
Don Ho 8f30af618d [NEW] Merge 2 print tab in Preference dialog in 1 tab.
15 years ago
Don Ho f3a451f61c [NEW_FEATURE] Tab settings per language(implementation terminated).
15 years ago
Don Ho 7472160a99 [NEW_FEATURE] Tab settings per language (in prograss)
16 years ago
Don Ho ff1d754ad7 [NEW_FEATURE] Add the ability to not launch Auto-updater during a period (15 days by default).
16 years ago
Don Ho e8f584c764 [BUG_FIXED] Fix a crash issue due to tip feature (to check).
16 years ago
Don Ho dd70030c5c [BUG_FIXED] Fix a crash issue while launch Fin in file (regression since the last svn commit).
16 years ago
Don Ho 846a96e4a3 [BUG_FIXED] Fix the ANSI build compiling problem.
16 years ago
Don Ho 761bdc5116 [NEW_FEATURE] Add new feature in Incremental Search : show pink background when text not found (like Firefox).
16 years ago
Don Ho 659a938735 [BUG_FIXED] FIX toolbar bug : make toolbar chevron work.
16 years ago
Don Ho 3464682ef6 [ENHANCE] Enhance to avoid eventual crash (TCHAR * to generic_string).
16 years ago
Don Ho 75d6569db7 [RELEASE] Release 5.4.5.
16 years ago
Don Ho f71ca5e4d8 [BUG_FIXED] Fix a crash issue (Unicode binary) while close Notepad++ with an RC file opened under Chinese Xp.
16 years ago
Don Ho 72e20073be [BUG_FIXED] Fix a crash that was occurring when searching in files from a deep path.
16 years ago
Don Ho bc6e33c78a [BUG_FIXED] Fix the plugins shortcuts not working issue.
16 years ago
Don Ho 5fbda7b270 [RELEASE] release (fix restore window bug).
16 years ago
Don Ho 26334291d8 [RELEASE] v5.4.4 release.
16 years ago
Don Ho 84154b4b38 [ADD] Add nativeLang files
16 years ago
Don Ho 65c213e2d6 [BUG_FIXED] Fix the bug that Notepad++ does not show on while it is minimized and its file is modified from outside.
16 years ago
Don Ho 05bb2a8f77 [ENHANCE] Enhance the source code compiling by /W4 /WX
16 years ago
Don Ho aac719f843 [ADD] Add npp help binary and source files.
16 years ago
Don Ho b02de751e9 [BUG_FIXED] Fix Window7 SetWindowsHookEx() failed issue for the dockable windows. (by recognizing windows7 environment)
16 years ago
Don Ho 5d20ba21a8 [BUG_FIXED] Fix Incremental search bug.
16 years ago
Don Ho 736137918e [BUG_FIXED] Fix Matlab script making Notepad++ crash under Chinese windows issue.
16 years ago
Don Ho b96da24ec7 [NEW] Make NpWiki++ available as on line help.
16 years ago
Don Ho 541091ef06 [BUG_FIXED] Fix the clickable link issue for some links (add '~' in RegExp).
16 years ago
Don Ho 63e9faeae7 [BUG_FIX] Fix some semantic problem in source code. They causes the bug eventually.
16 years ago
Don Ho e7e4c9840e [BUG_FIXED] Fix no tool bar bug under w2k.
16 years ago
Don Ho 6dbed6e3c5 [BUG_FIXED] Fix the clickable link issue for some links (add '~' in RegExp).
16 years ago
Don Ho e94b452d2a [BUG_FIXED] Fix the find in files crash issue if find what field contains 0x0A or 0xD.
16 years ago
Don Ho 5b5c317872 [RELEASE] v5.4.3 release.
16 years ago
Don Ho 782dbaf7fd [BUG_FIXED]Fix (partially) hotspot style font problem.
16 years ago
Thell Fowler 327797f5a3 [BUGFIX] - Added call to reset tab drag points.
16 years ago
Thell Fowler 15f2fccbbb [BUGFIX] - Issue 2797248/2799322 - Altered points used for checking tab dragging.
16 years ago
Don Ho 9e1a05c0e2 [RELEASE] v5.4.2 release.
16 years ago
Thell Fowler b1a0d797e8 [BUGFIX] pt.2 Issue# 2798613 - Modified updateMenuItemCommand routine to keep menu item's current uFlags
16 years ago
Thell Fowler 3a706fd875 [BUGFIX] Issue# 2798613 - Modified updateMenuItemCommand routine to keep menu item's current uFlags
16 years ago
Don Ho 1f33dd89f1 [BUG_FIXED] Fix the localization switcher bug while w/o doLocalConf.xml.
16 years ago
Don Ho 8c6ac82898 [RELEASE] v5.4.1 official release.
16 years ago
Thell Fowler e72b17ed9d [BUG_FIXED] - Modified the Styler Configurator user extension handler
16 years ago
Don Ho 82f0d792f8 [BUG_FIXED] Add ChangeMarkers in installer.
16 years ago
Don Ho c3da0f775f [NEW_FEATURE] Add the ability of tag match feature to not highlight comment zone in html/xml.
16 years ago
Don Ho e4975230a4 [NEW] Add "follow current doc" checkbox in Find in file dialog.
16 years ago
Thell Fowler 7c0e0823da [BUG_FIXED] - In Windows 7 when the find dialog was closed the translucaent shadow remained. [Ticket#2786783]
16 years ago
Yuval a5ddc3e7b3 [BUGFIX] Added protection against invalid start/end markers in wchar2char and char2wchar. This is needed for find in files where the result is found in a line containing the null character (binary files). This caused an Access violation exception because the markers were past the EOL in this case (char2wchar), and then they were used in wchar2char.
16 years ago
Don Ho b20baeac19 [REVERT] revert the fixing cursor bug in incremental find : due to the regression.
16 years ago
Don Ho 9867d7b578 [NEW_FEATURE] Detect UTF16 encoding (BE and LE) w/o BOM.
16 years ago
Thell Fowler 10aa27cfe5 [BUG_FIXED] Fixed context menu population to check sub menus of main menu entries.
16 years ago
Don Ho fd94587a2e [UPDATE] Update change.log.
16 years ago
Don Ho bd300294dd [NEW_FEATURE] Indentguideline can be shown w/o whitespace or tab symbol.
16 years ago
Don Ho 1a97505005 [BUG_FIXED] Fix cursor position bug in Incremental search.
16 years ago
Thell Fowler 342fa5b95a [CLEAN] Remove un-needed _themeName check that caused bug in Theme Selector list updater.
16 years ago
Don Ho aed6bdf267 [BUG_FIXED] Fixed crash bug : Double click a file associated with an older version of Notepad++ while a newer version of Notepad++ instance is running.
16 years ago
Yuval 3067f9f93c [UPDATE] MRU file list under the File menu is limited to 100 characters per file. Longer files are fitted to 100 characters by replacing path components with ellipses. (code reuse - Window menu)
16 years ago
Don Ho 83ac50e3dd [CLEAN] Remove C notion (void).
16 years ago
Yuval 19befa9797 [BUG_FIXED] Fixed two bugs when calculating the width of the TeskList (document list when pressing ctrl+tab or right-click + mouse wheel.
16 years ago
Don Ho 4dd3b257e0 Moved PowerEditor in trunk remotely
16 years ago