Commit Graph

  • 00682573a1 Adjust PostIt/FullScreen behaviour to mix well together. Fixes a few glitches, makes use of WM_POPUP style. harrybharry 2009-01-13 19:56:22 +0000
  • 28082233e3 [RELEASE] v5.1.4 release. Add NppHelp entry. donho 2009-01-12 00:19:03 +0000
  • d7d78db3b7 [NEW_FEATURE] Add 2 plugin messages : NPPN_SHORTCUTREMAPPED notification and NPPM_GETSHORTCUTBYCMDID message. donho 2009-01-11 19:01:30 +0000
  • fbf0ab11fe [NEW_FEATURE] Add the ability to force opened ANSI document as UTF-8 w/o BOM. donho 2009-01-10 15:22:16 +0000
  • 967ddc39e0 [BUG_FIXED] Fix verbose backup bug (while the backup dir is not set). donho 2009-01-08 15:37:36 +0000
  • 7279b1c911 [UPDATE] Update localization list. donho 2009-01-08 11:55:26 +0000
  • 1759a31b2f [BUG_FIXED] Fix context menu broken due to localization feature. donho 2009-01-08 09:42:09 +0000
  • 0d07533cec [BUG_FIXED] Fix localization feature bug while doLocalConf;xml is present. donho 2009-01-08 01:55:46 +0000
  • ab5c33a896 [UPDATE] Make language table complete for localization feature. donho 2009-01-08 00:49:16 +0000
  • 7a137760e5 [NEW_FEATURE] Change language on the run time for Unicode version (Finished). donho 2009-01-07 00:11:56 +0000
  • 43bf9f4c9e [NEW_FEATURE] Change language on the run time for Unicode version (in progress - reloading another language is ok). donho 2009-01-04 22:35:51 +0000
  • be3285aa2c [NEW_FEATURE] Change language on the run time for Unicode version (in progress). donho 2009-01-03 20:55:36 +0000
  • 44219af45d [BUG_FIXED] Fix external lexer plugin loading problem for Unicode Notepad++. Add new plugin notification message NPPN_WORDSTYLESUPDATED. donho 2009-01-03 18:57:51 +0000
  • f7a1301d04 [CLEAN] Remove redundant AddFontResource call. donho 2009-01-01 20:22:03 +0000
  • 261d357e66 [BUG_FIXED] Fix bug that external lexer doesn't work with Unicode version. donho 2008-12-30 10:26:01 +0000
  • e12d8b8c99 [BUG_FIXED] Fix recent files list bug. donho 2008-12-29 21:59:53 +0000
  • b4e6f2723b [RELEASE] v5.1.3 release. donho 2008-12-29 15:02:35 +0000
  • 17453dea5b [BUG_FIXED] Fix "Go to/Open in another instance" bug. donho 2008-12-29 13:19:48 +0000
  • 6e0caa10c6 [ADD] Add a new Unicode compliant nppCM project. donho 2008-12-29 01:32:52 +0000
  • 6e4a80da18 [BUG_FIXED] Fix nativeLang loading problem if Notepad++ location path contains Unicode characters. donho 2008-12-26 18:45:10 +0000
  • 56e1ac8939 [MODIF] Modify the N++ recovery dir into to %temp%. donho 2008-12-24 14:43:11 +0000
  • 0c6496f6b3 [NEW_FEATURE] Process WM_IME_REQUEST message to support Windows IME. donho 2008-12-23 18:06:09 +0000
  • aaccc02a2b [BUG_FIXED] Fix "Go to another view" translation coding error. donho 2008-12-21 23:30:22 +0000
  • 90420137f6 [BUG_FIXED] Restore normal window while exiting if PostIt mode is active. donho 2008-12-21 16:46:03 +0000
  • bc95071907 [NEW_FEATURE] Add PostIt feature (F12 to toggle it). donho 2008-12-21 16:09:14 +0000
  • 22bf2fe477 [BUG_FIXED] Adding search text on the top of combo box. The selected text is not automatically added to the combo box, only when the search is processed. donho 2008-12-16 00:52:03 +0000
  • bb475168ba [BUG_FIXED] Fix Tidy installation problem for TextFX plugin. donho 2008-12-15 18:11:24 +0000
  • e11530f0c0 [BUG_FIXED]Fix the bug that Unicode path file opened in the previous session doesn't be restored. donho 2008-12-14 22:30:57 +0000
  • 2b0cfc133f [RELEASE] v5.1.2 release. donho 2008-12-14 02:25:56 +0000
  • 54695f819d [NEW] Update Log. donho 2008-12-11 22:42:07 +0000
  • abf2bffba8 [BUG_FIXED] Fix crash bug while loading File of User Defined Language. Fusion 2 commands "activate main view" and "activate sub view" in "Focus the other view". donho 2008-12-09 23:24:55 +0000
  • e6d799a644 [BUG FIXED] Fix close all files/app exit cancel bug. Fix default button problem in Find in Files dialog. donho 2008-12-08 21:22:30 +0000
  • b8980eda58 [BUG_FIXED]Fix caret position moving problem after loading a session. donho 2008-12-07 18:21:58 +0000
  • 53a52f557d [BUG_FIXED] Fix Find in Files search in both Unicode/Ainsi files. donho 2008-12-06 23:43:09 +0000
  • 9552d39b01 [BUG_FIXED] Replace DeleteObject(hIcon) by DestroyIcon(hIcon)to save the kitties. donho 2008-12-05 22:24:12 +0000
  • c62bfed96c [BUG_FIXED] Make Find in files threadless to improve the performance and to avoid the crash. donho 2008-12-04 23:58:39 +0000
  • 4e51f83fea [BUG_FIXED] Prevent Notepad++ save files to "vitual store" under vista. Remove unnecessary timer for find in files feature. donho 2008-11-30 23:23:04 +0000
  • 534ebfabea [FIX_BUG] Crash in FileDialog if too many languages or extensions were added. [FIX_BUG] Crash after handling crash (or, stop pure virtual functioncall after crash). [FIX_BUG] Notepad++ fully accessible in crash error messagepump (or, you can still go on if a crash occurs). Show shortcut for restore zoom option. harrybharry 2008-11-26 23:31:13 +0000
  • e7a0a07fa9 [BUG_FIXED] Fix writing a key in registry while preference dialog launches donho 2008-11-25 12:52:01 +0000
  • 8f03512943 [BUG] Fix tabbar context menu. harrybharry 2008-11-19 17:26:47 +0000
  • 1cc93da80e [BUG]Fix bug when pasting to bookmarked lines in Unicode version. [BUG]Fix (temporary) memory leak when a file cannot be opened if it consumes too much memory. Add string tokenizer routine in Common. Update VS2003 project file for TinyXMLA. harrybharry 2008-11-19 13:19:50 +0000
  • 8bd91ca178 [BUG_FIXED]Fix Japanese/Polish/Russian language display bug under Notepad++ Unicode version. donho 2008-11-16 22:38:30 +0000
  • 0147313a93 [RELEASE] v5.1.1 release. donho 2008-11-11 20:11:15 +0000
  • 47a7fdbc25 [RELEASE] v5.1.1 release. Add a auto-package script. donho 2008-11-11 11:50:56 +0000
  • 5d11a87060 [BUG_FIXED] Fix tab control draw bug again (With a slightly different approach this time). harrybharry 2008-11-02 12:18:11 +0000
  • ea516df61a [BUG_FIXED] Fix Unicode version display Korean/Japanese language problem. donho 2008-11-01 22:20:15 +0000
  • 67499d839a Fixed bugs: Open in new instance not allowing spaces in paths. open in new instance uses filename of current running executable instead of 'notepad++.exe'. Filters for open/save dialog not showing or incorrectly showing 'L'. "Global Styles" string incorrectly displayed in Unicode version. Removed redundant array for extensions in file dialogs. harrybharry 2008-10-27 15:31:31 +0000
  • a7df3063dd [BUG_FIXED] Fix calltip argument with 'L' leader character bug. Remove TextFX from installer. donho 2008-10-26 18:39:48 +0000
  • 3b7184ffea [RELEASE] v5.1 OR (save the earth action) : Add question dialog for removing incompatible plugins to prevent annoying message from the next launch time - that will reduce million click times by users for each new release. donho 2008-10-26 01:25:16 +0000
  • 23bce30e0f [RELEASE] v5.1 OR. donho 2008-10-25 23:14:39 +0000
  • 9f3ecd76fc Add messages: NPPM_[G/S]ET_BUFFERLANGTYPE, NPPM_[G/S]ET_BUFFERENCODING, NPPM_[G/S]ET_BUFFERFORMAT, to access buffer properties. See Notepad_plus_msgs.h for details. harrybharry 2008-10-22 21:44:58 +0000
  • 15afe60aea Fix bug with opening relative path files (delay initial SetCurrentDirectory call) harrybharry 2008-10-21 16:16:24 +0000
  • f033f1a8e7 [BUG_FIXED] Fix "find in all opened files" and "find in files" unicode text search bug in ANSI version. donho 2008-10-19 14:52:08 +0000
  • c16b93830a [BUG_FIXED] Fix ANSI replace/replace all bug. [NEW_FEATURE] Add find/replace dialog memorize capacity. donho 2008-10-16 21:57:08 +0000
  • d2c8c52c51 [BUG_FIXED] Fix cancel to save file in Notepad++ can not stop system shutdown problem. Fix ANSI version copy file name bug. donho 2008-10-11 00:57:03 +0000
  • 8e3555f8e5 [FEATURE]Add option to only show the filename in the titlebar. [BUG] Fix bug with clearing read-only flag. harrybharry 2008-10-08 23:24:50 +0000
  • 02e92ab36b Fix wrap after save as bug. harrybharry 2008-10-08 22:22:02 +0000
  • 9c736cdc88 Fix caret blinkrate issues (startup value wrong, not stopping on slowest) harrybharry 2008-10-08 21:43:08 +0000
  • af23902b82 [BUG_FIXED] Fix file association Unicode bug. [BUG_FIXED] Fix WindowDlg close file bug. [BUG_FIXED] Add html.xml, sql.xml and rc.xml into installer. [CHANGE] Change the reload from disk behaviour. donho 2008-10-05 20:20:17 +0000
  • 22f25219e2 Fix NPPM_GETBUFFERFILENAME bug harrybharry 2008-10-05 11:46:56 +0000
  • 2fd07e9a2d [ENHANCE] Enhance Find in files thread feature - add stop searching ability. donho 2008-10-01 17:32:20 +0000
  • ddd055e5a2 [NEW_FEATURE] Find in Files in thread. donho 2008-09-30 23:02:47 +0000
  • 3169124d8d [BUG_FIXED] Fix the User defined language Unicode bug. Remove all the comic sans font (finally :) ). donho 2008-09-30 18:42:46 +0000
  • 68a59eb3cb Fix bug with exception display harrybharry 2008-09-30 15:44:34 +0000
  • 8d4289a18d [BUG_FIXED] Fix cpu high consummation bug while document is cloned with smart highlighting and xml matched highlighting features activating. donho 2008-09-29 20:50:12 +0000
  • fcc46e0477 [BUG_FIXED] Fix crash problem while typing Chinese character in ANSI CSS document under Chinese environment. donho 2008-09-28 21:57:01 +0000
  • f63a7529ad [NEW_FEATURE] Move document to another instance of Notepad++ via DnD doc tab. donho 2008-09-26 21:52:06 +0000
  • ab5c0fab62 Fix smart hilight ranges. Smart hilite relies on SCN_SCROLLED custom notification. Keep in mind to compile the Notepad++ SciLexer on SVN. harrybharry 2008-09-22 22:16:48 +0000
  • 56563f000d Add NPPM_SETFILENAME. Implement 3 TODO messages. Fix bug if plugin doesnt clean up Scintilla handles. harrybharry 2008-09-22 21:20:12 +0000
  • 576ee8ea8c [NEW_FEATURE] Make tag match highlighting on non html zone optional. Fix bug that ansi->utf8 w/o BOM and utf8 w/o BOM-> ansi make buffer dirty. donho 2008-09-18 23:05:37 +0000
  • 7b643b860d [NEW_FEATURE] Make User defined default directory feature (for open/save directory) available in Preference dialog. donho 2008-09-17 22:50:41 +0000
  • e85d8619ed [NEW] Make the last current directory as current directory when the path of current document doesn't exist. donho 2008-09-16 20:37:38 +0000
  • e58b8c2a2c Replace DOCSWITCHOFF/DOCSWITCHIN with BUFFERACTIVATED notifications to cover more situations harrybharry 2008-09-16 20:33:20 +0000
  • 836036890a [BUG_FIXED] Fix "Remember the last operation Dir" bug. donho 2008-09-16 18:08:42 +0000
  • 5c6fb5e0f5 [NEW_FEATURE] Add new pluin notification NPPN_LANGCHANGED (Finished). donho 2008-09-15 17:04:52 +0000
  • cc263ceda3 [NEW_FEATURE] Add "Doc go to new instance" and "Doc open in new instance" feature. donho 2008-09-15 01:01:51 +0000
  • 5ef6a4a5b4 [NEW_FEATURE] Add new pluin notification NPPN_LANGCHANGED. donho 2008-09-12 15:28:00 +0000
  • 11b624062f [BUG_FIXED] Fix UDL name load bug. donho 2008-09-11 17:38:51 +0000
  • 0f77948833 [BUG_FIXED] Fix context menu incorrect setting crash bug. donho 2008-09-10 17:29:20 +0000
  • 2b93d0ab4e [MINOR] Change tag matched hiliter colour. donho 2008-09-10 08:29:13 +0000
  • f8d3d3e5de Fix sizeof bug with font size list. harrybharry 2008-09-10 00:37:42 +0000
  • adba68de00 Fix loads of sizeof() problems with TCHAR (possible buffer overfows by factor 2). Fix a problem with Incremental search+UTF8 in win9x. harrybharry 2008-09-10 00:32:19 +0000
  • c2acd30423 clean up. donho 2008-09-09 23:57:57 +0000
  • 6a73e62487 Add Common files. harrybharry 2008-09-09 22:37:06 +0000
  • d385390709 Rename SysMsg->Common , force include in vc2003 and makefile. Change default directory hidden option, tries to use newer API call. Made compilable again with MinGW, exception handling disabled when compiled with makefile. Change basic_string<TCHAR> to generic_string. Fix bug with CPP lexer keyword list. Add unicode Configurations to vc2003 project file. harrybharry 2008-09-09 22:35:19 +0000
  • 2b44819492 [NEW] Add 2 notification (NPPN_DOCSWITCHINGIN and NPPN_DOCSWITCHINGOFF)messages. donho 2008-09-09 00:25:02 +0000
  • 521c53918f Add hidden capability of setting default directory (with envvars). No more directory locks (can freely delete all directories). harrybharry 2008-09-08 22:22:54 +0000
  • 8c70585f27 [TUNE] vc2008 -> vc2005 donho 2008-09-07 18:56:59 +0000
  • 147278ac61 [NEW_FEATURE] UNICODE/ANSI release. Fix crash issue due to the incoherent modification/creation date. Fix tag match highlighting mismatched bug. donho 2008-09-06 00:53:53 +0000
  • 90f5488b59 Fix folding not occuring over entire document harrybharry 2008-09-01 22:08:26 +0000
  • aa1f014acb [NEW_FEATURE] Unicode path is supported. donho 2008-08-15 10:02:25 +0000
  • 85db072c3e [NEW] Make x64 compiling compatible. donho 2008-08-06 01:33:46 +0000
  • 04f43d8563 [RELEASE] Notepad++ v5.0.3. Fix the display problem in found results dialog while processing find in all opened files/find in files in a file contains a very long line. Fix not remembering the history file setting "Don't check at launch time" option bug. donho 2008-08-03 01:14:41 +0000
  • e6247761d0 [BUG_FIXED] Fix a crash bug while searching in all opened documents if a document contains long line. donho 2008-07-24 22:24:35 +0000
  • 1d9f93b2a0 [RELEASE] v5.0.2 release. donho 2008-07-21 22:33:22 +0000
  • ccef65d20d [REVERT] Revert to old clickable link implementation which is more accurate. donho 2008-07-21 20:49:03 +0000
  • d156d90a9e [ADD] Add UrlHighlighter class files. donho 2008-07-21 18:05:05 +0000
  • 42cfe90411 [NEW] URL highlighter highlights only the current view, it highlights : http, https, ftp and malto. donho 2008-07-21 01:39:28 +0000
  • f3ebd08bd3 [BUG_FIXED] Fix a bug that file detection options set are not saved. donho 2008-07-20 00:00:03 +0000
  • 68673f8049 [UPDATE] update the project. donho 2008-07-17 17:16:51 +0000