45c7e78024Fix delay because of folding tests.
harrybharry
2008-07-17 15:47:26 +0000
4ae42c5654Fix bug when closing file using close button. Add Scintilla vcproj file for VS 2003
harrybharry
2008-07-17 14:40:52 +0000
bccf1356a0Set indicators to draw under the text
harrybharry
2008-07-17 14:03:33 +0000
fb94eb5ec5Adjusted 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
96299bc218Change 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
1338ac4fe5Fix 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
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
84bd5081b0Fix 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
70bfdcf84dMoved 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
ec66a22890Fix 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
1335a73d63Fix 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
bae3eb5bda[BUG_FIXED] Fix the User Language Define Dialog don't update current document.
donho
2008-06-19 23:55:18 +0000
15a335da5fAdjust 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
ed40c1f03bAdjust 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
a06816432bChange 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
fe67fabc7cFix bug with lexer. Saving doesnt reset language if name not changed.
harrybharry
2008-06-16 19:54:03 +0000
5998725315Change shortcut for Word-completion to Ctrl-Enter
harrybharry
2008-06-16 19:35:19 +0000
ba6a9c260bFix 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
1a2e2e0431Fix 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
5529852d67Fix 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
01285fbfbcattachDefaultDoc now in Scintilla::init(). (fix crash on startup because buffer == NULL)
harrybharry
2008-06-14 17:36:57 +0000
673c2f3097Prevent unfolding from hiding goto line
harrybharry
2008-06-14 15:56:49 +0000
26287e2f08Fix 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
a979745f97Fix statusbar not updating
harrybharry
2008-06-12 22:42:28 +0000
c87f33fbeaFix 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
a7d7d28f98Fix 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
70ca7e3ff8Fix crash if session contained only sub-view files.
harrybharry
2008-06-08 16:09:09 +0000
9448135225Fix wordcompletion bug: API file had to be present to function.
harrybharry
2008-06-07 16:08:13 +0000
3e551ff84bFix bug where saving document would cause folding to be lost
harrybharry
2008-06-07 15:59:25 +0000
47194d114dfix 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
95044318e7Fix 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
169d0e69caFix goto line with command line bug.
harrybharry
2008-05-28 09:56:12 +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