Commit Graph

  • 45c7e78024 Fix delay because of folding tests. harrybharry 2008-07-17 15:47:26 +0000
  • 4ae42c5654 Fix bug when closing file using close button. Add Scintilla vcproj file for VS 2003 harrybharry 2008-07-17 14:40:52 +0000
  • bccf1356a0 Set indicators to draw under the text harrybharry 2008-07-17 14:03:33 +0000
  • fb94eb5ec5 Adjusted Smart Highlighter to only highlight the visible lines. Highlighting code is now in a new class SmartHighlighter. harrybharry 2008-07-17 13:18:24 +0000
  • ea80233f65 [BUG_FIXED] Fix crash bug for tags match highlighting. donho 2008-07-17 12:17:47 +0000
  • 481b80909e [BUG_FIXED] Fix the huge file makes notepad++ crash issue. Fix adding item in the history file list while deleting file from Notepad++ bug. donho 2008-07-17 07:35:39 +0000
  • 2cb0038e08 [RELEASE] OR v5.0.1. Fix bug : Syntax highlighting is not applied after "Save as". donho 2008-07-14 23:37:37 +0000
  • 8bfe2001eb [RELEASE] OR v5.0.1. Revert to the old timestamp due to the annoying bug. Rename Makefile.win to makefile. Remove throwing exception temporarily in order to fix Notepad++ launch problem under WINE. donho 2008-07-14 02:18:38 +0000
  • 96299bc218 Change timestamp functions from _stat to GetFileAttributes, should work with 2003 and 2005 compilers. harrybharry 2008-07-11 16:59:07 +0000
  • 096f030843 [BUG_FIXED] Fix tags match highlighter bug - the none-html zone won't be highlight. donho 2008-07-10 11:28:30 +0000
  • c9e76e0193 [CODE_REORGANISATION] reorganisation xmlMatchedTagsHighlighter class. donho 2008-07-09 23:30:47 +0000
  • 4748f3fa37 Re-enable gcc compiler environment harrybharry 2008-07-09 18:08:39 +0000
  • 7523faff29 [IMPROVE] Reorganize the xml tag match hilite. donho 2008-07-09 18:01:47 +0000
  • d8973543ad [BUG_FIXED] Fix tags match highlighter bug. donho 2008-07-09 16:27:15 +0000
  • f35ddeb8dd [NEW_NAME] rename some dialog items. donho 2008-07-09 00:18:00 +0000
  • f0c3cfc77e [BUG_FIXED] Fix tag match highlight bug. donho 2008-07-08 23:41:12 +0000
  • 722416bcc4 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@279 f5eea248-9336-0410-98b8-ebc06183d4e3 donho 2008-07-08 17:49:30 +0000
  • 1338ac4fe5 Fix bug: hide lines not working right when closing. Fix bug: Files not in recent list on exit and no session saved. Fix bug: bad copy/pate code in getCurrentOpenedFiles. harrybharry 2008-07-08 16:03:40 +0000
  • 8fb47c3ba1 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@277 f5eea248-9336-0410-98b8-ebc06183d4e3 donho 2008-07-08 10:11:04 +0000
  • a9ad2f7a22 [BUG_FIXED] Fix word completion not in alphabet order. donho 2008-07-07 22:21:20 +0000
  • ce45ebe455 [BUG_FIXED] fixed the tag attribute highlight memorizing bug. donho 2008-07-07 16:57:37 +0000
  • 014af9eb40 [BUG_FIXED] Fix word completion doesn't display bug. donho 2008-07-06 23:27:50 +0000
  • e95acd8f5a [RELEASE] v5 official release. donho 2008-07-06 00:08:20 +0000
  • d28414d7c4 [ENHANCE] Make Tag attributes highlight work correctly. donho 2008-07-03 10:48:00 +0000
  • bd1e9eb82c git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@271 f5eea248-9336-0410-98b8-ebc06183d4e3 donho 2008-07-03 00:05:43 +0000
  • 29161802e2 [ENHANCE] Enhance tag match hilite. Make Enhance tag match hilite optional. donho 2008-07-02 23:51:51 +0000
  • d391d0740a Add spaces to templates for VS2003 compiler. harrybharry 2008-07-02 00:20:27 +0000
  • 25a8dd0dd8 Fix saveAll bug. harrybharry 2008-07-02 00:17:08 +0000
  • 41be902ec8 [ENHANCE] Enhance Tag match highlighting. donho 2008-07-01 22:38:21 +0000
  • 9a2cebbd6e [BUG_FIXED] Avoid delete/rename operation on New file. donho 2008-06-30 21:32:22 +0000
  • 608265a3ca [BUG_FIXED] Fix find/replace bug due to Tag matching feature. Enhance the tag matching display. donho 2008-06-30 17:24:24 +0000
  • d82edbff5b [MODIFY] Minor change. donho 2008-06-29 23:39:15 +0000
  • ad776f17fe [NEW_FEATURE] Add rename and delete current document features. donho 2008-06-29 12:19:31 +0000
  • 84bd5081b0 Fix bug with no titlebar if no session is loaded. Fix bug where not enough stylebits are set on a document. harrybharry 2008-06-29 10:00:20 +0000
  • b2a99264f4 [BUG_FIXED] improve the recognition of tag name. donho 2008-06-28 00:41:46 +0000
  • 6ecf551326 Fix calltip regression. harrybharry 2008-06-27 15:51:09 +0000
  • c48b68c071 Fix bug where reloading a readonly file would not work. harrybharry 2008-06-26 21:49:56 +0000
  • 97ab1062d6 [NEW] Add 2 plugin message for v5 : NPPM_GETFULLPATHFROMBUFFERID and NPPM_GETPOSFROMBUFFERID. donho 2008-06-26 00:13:43 +0000
  • 6f740de0ad Fix view not closing of not active. harrybharry 2008-06-25 21:52:43 +0000
  • 86e358a89a Fix selection issue after switching document. Make getBufferByID inline. Fix selection reset after reload or saving session. harrybharry 2008-06-25 20:10:16 +0000
  • f53fa31a70 [BUG_FIXED] Fix NPPM_GETCURRENTIDEX bug. donho 2008-06-25 00:28:43 +0000
  • 70bfdcf84d Moved xmlUpdater and IExplorerShell to tools folder. Add xmlApiSorter tool. Update tool files to point to correct directories. harrybharry 2008-06-23 23:33:01 +0000
  • ec66a22890 Fix case sensitivity bug in Calltips Single existing file on commandline will not be interpreted but opened directly harrybharry 2008-06-23 23:02:22 +0000
  • 4c138a5518 [BUG_FIXED] Fix the single tag colourising bug. donho 2008-06-23 22:49:18 +0000
  • f154e6984d [NEW_FEATURE] Tag match highliting is finished. donho 2008-06-23 22:18:02 +0000
  • f7f0c438b9 Remove duplicate code harrybharry 2008-06-23 18:43:33 +0000
  • 1335a73d63 Fix style not enabled if restyle requested on unstyled document. harrybharry 2008-06-23 16:04:35 +0000
  • 5be9af9cc9 [NEW_FEATURE] Add Matched Tag Highlighting feature. donho 2008-06-22 23:32:56 +0000
  • 8e9e2f30bc [BUG_FIXED] Fix crash issue while file's language is "User Defined" in the last session. Fix the User Defined language and some languages' syntax highlighting problem while reload last session. donho 2008-06-22 19:09:40 +0000
  • d5f5e41fd5 [NEW_FEATURE] Add Caret block mode. donho 2008-06-20 22:58:19 +0000
  • 4e3dd33f9c [NEW_FEATURE] Add Caret block mode. donho 2008-06-20 22:41:34 +0000
  • bae3eb5bda [BUG_FIXED] Fix the User Language Define Dialog don't update current document. donho 2008-06-19 23:55:18 +0000
  • 15a335da5f Adjust reload after fileupdate, now deferred. Fix bug where changing readonly attribute didnt always trigger change of status. harrybharry 2008-06-18 21:09:41 +0000
  • ed40c1f03b Adjust lexing handling, restored performance in some cases, temp. disable cloneview on updates. Update lexer table to also contain lexerID. harrybharry 2008-06-18 13:12:54 +0000
  • a06816432b Change find in files/replace etc to use invisible view. Also fix bug where replace in files didnt trigger save point harrybharry 2008-06-17 11:04:03 +0000
  • fe67fabc7c Fix bug with lexer. Saving doesnt reset language if name not changed. harrybharry 2008-06-16 19:54:03 +0000
  • 5998725315 Change shortcut for Word-completion to Ctrl-Enter harrybharry 2008-06-16 19:35:19 +0000
  • ba6a9c260b Fix correct userdefined lang not selected when opening file. Fix view not updating if userdefine is changed (only for active view) harrybharry 2008-06-16 13:16:36 +0000
  • 53f60b4a7a Fix styler configurator setting wrong lexer in sub-view. harrybharry 2008-06-16 12:46:07 +0000
  • 1a2e2e0431 Fix reload not trigger restyle. Fix find in files corrupting Buffer status. Incremental search removing highlighting of closed. harrybharry 2008-06-16 12:44:04 +0000
  • 5529852d67 Fix file case problem. Fix incremental search not using selected text. Fix Session not loaded using anything other than file->open menu. harrybharry 2008-06-16 11:35:05 +0000
  • 84b2a53819 [BUG_FIXED] Fix the crash issue under Chinese/Korean/Japanese Windoz in v5.0 alpha. Fix go to line command line bug. Enhance Find in files and Find in all opened files features' performance. Fix dialog off screen problem under multi-monitor environment. donho 2008-06-15 17:52:08 +0000
  • 01285fbfbc attachDefaultDoc now in Scintilla::init(). (fix crash on startup because buffer == NULL) harrybharry 2008-06-14 17:36:57 +0000
  • 673c2f3097 Prevent unfolding from hiding goto line harrybharry 2008-06-14 15:56:49 +0000
  • 26287e2f08 Fix bugs with find in (open) files. Ensure goto line is visible harrybharry 2008-06-14 15:55:42 +0000
  • 73a6500e63 [ENHANCE] Make smart highlight work only with mouse double clicked in order to improve the its performance. donho 2008-06-13 16:17:04 +0000
  • a979745f97 Fix statusbar not updating harrybharry 2008-06-12 22:42:28 +0000
  • c87f33fbea Fix crash in recentfilelist harrybharry 2008-06-12 22:24:03 +0000
  • f7f1e9bf77 [BUG_FIXED] Fix all doc tab blink bug when Notepad++ is re-activated. donho 2008-06-12 22:07:19 +0000
  • f7397ed5ec [NEW] Protect SCNotification structure data from the modification of plugins. donho 2008-06-12 14:37:08 +0000
  • b07c4db28e [BUG_FIXED] Fix "replace with space" in GUI not be remembered bug. Fix HTML syntax highlighting is not applied in php, asp file bug. donho 2008-06-11 16:12:11 +0000
  • 536a07167d [NEW_FEATURE] Add the smart highlight file size limit - 1.5 MB in order to improve the performance. Make setInfo() call before getFuncsArray() call for PluginsManager. donho 2008-06-08 19:55:59 +0000
  • a7d7d28f98 Fix bug where linenumber margin of secondary view was shown on startup if primary was shown, even though settings said otherwise. harrybharry 2008-06-08 16:13:56 +0000
  • 70ca7e3ff8 Fix crash if session contained only sub-view files. harrybharry 2008-06-08 16:09:09 +0000
  • 9448135225 Fix wordcompletion bug: API file had to be present to function. harrybharry 2008-06-07 16:08:13 +0000
  • 3e551ff84b Fix bug where saving document would cause folding to be lost harrybharry 2008-06-07 15:59:25 +0000
  • 47194d114d fix markers and language on session load harrybharry 2008-06-07 13:08:52 +0000
  • b3d018373f [NEW_FEATURE] Finish the Caret setting. donho 2008-06-07 12:49:21 +0000
  • 95044318e7 Fix filesession position bug harrybharry 2008-06-07 10:39:42 +0000
  • fd7b3614d1 [NEW_FEATURE] Caret width and blink rate are customizable. (in progress) donho 2008-06-06 23:26:18 +0000
  • e4cab506f8 [Near 5.0] Change filehandling: buffers. This fixes many things like clonemode etc.. Faster shutdown. Open files with date pre-1970. Hide lines now saved during switches. Recent files has been redone: also numbers, more stable, no duplicates. Display asterisk in titlebar if dirty file is active. Some minor stuff that may have come along. harrybharry 2008-06-06 12:09:54 +0000
  • b9256773b6 [BEHAVIOUR_FIXED] Fix a minor behaviour in shorcutmapper. donho 2008-06-01 15:22:11 +0000
  • a3b344bbc2 [NEW_FEATURE] All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands. The bookmarks' look & feel are improved. donho 2008-06-01 14:47:28 +0000
  • 9c0023c575 [NEW_FEATURE] Add "Select all" and "copy" context menu items in Find in files results window. donho 2008-05-30 15:44:59 +0000
  • 169d0e69ca Fix goto line with command line bug. harrybharry 2008-05-28 09:56:12 +0000
  • b62de8fd30 [NEW_FEATURE] bookmarked lines operations. donho 2008-05-27 01:54:52 +0000
  • b6020b9083 Add indicator transparency option. Set it to 100 (out of 255) for better visibility. harrybharry 2008-05-27 00:47:40 +0000
  • fdc6f7d8b0 [NEW_FEATURE] Marked line operation (in progress). donho 2008-05-26 17:38:27 +0000
  • f6dafe8b08 [NEW_FEATURE] Tabbar's coulours is configurable (Active tab Text, Inactive tab text, Inactive tab background, Active tab focused indicator and Active tab unfocused indicator). donho 2008-05-25 19:00:15 +0000
  • 8fed0b0937 [UPDATE] update vc2005 project file. donho 2008-05-23 21:58:55 +0000
  • e6cfeedc0d Finish Calltip. Make AutoComplete class. AutoComplete uses XML data. Add exception handling (dumping filedata). Sync Project file with added files. harrybharry 2008-05-22 23:42:00 +0000
  • 7085e69724 [NEW_FEATURE] Add tooltips in document tab to display the full file name path. donho 2008-05-21 00:34:17 +0000
  • 6b5aa92d6e [NEW_FEATURE] Add Calltip capacity. donho 2008-05-18 14:06:50 +0000
  • cfdbd4b5ef [BUG_FIXED] Fix smart highlight bug. donho 2008-05-15 23:03:41 +0000
  • 3208c99d98 [RELEASE] v4.9.2 donho 2008-05-11 13:53:50 +0000
  • 7b7909ad80 [BUG_FIXED] Fix the regression bug that x position doesn't be restored while switching back a document. donho 2008-05-10 18:49:33 +0000
  • fd437c9c7d [NEW_FEATURE] Add "Save Copy As" feature. donho 2008-05-08 23:17:43 +0000
  • b177e060bc Fix octal search typo harrybharry 2008-05-06 21:23:21 +0000
  • 929d1d43ba [RELEASE] v4.9.1 donho 2008-05-04 18:18:53 +0000
  • 537e3ad70e [BUG_FIXED] Fix Find in files result display problem (unicode). Fix smart hilite bug that it doesn't work with the word contain the accent(s). donho 2008-05-03 22:08:53 +0000