Commit Graph

2080 Commits

Author SHA1 Message Date
donho
fcc46e0477 [BUG_FIXED] Fix crash problem while typing Chinese character in ANSI CSS document under Chinese environment.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@330 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-28 21:57:01 +00:00
donho
f63a7529ad [NEW_FEATURE] Move document to another instance of Notepad++ via DnD doc tab.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@329 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-26 21:52:06 +00:00
harrybharry
ab5c0fab62 Fix smart hilight ranges.
Smart hilite relies on SCN_SCROLLED custom notification. Keep in mind to compile the Notepad++ SciLexer on SVN.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@328 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-22 22:16:48 +00:00
harrybharry
56563f000d Add NPPM_SETFILENAME.
Implement 3 TODO messages.
Fix bug if plugin doesnt clean up Scintilla handles.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@327 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-22 21:20:12 +00:00
donho
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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@326 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-18 23:05:37 +00:00
donho
7b643b860d [NEW_FEATURE] Make User defined default directory feature (for open/save directory) available in Preference dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@325 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-17 22:50:41 +00:00
donho
e85d8619ed [NEW] Make the last current directory as current directory when the path of current document doesn't exist.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@324 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-16 20:37:38 +00:00
harrybharry
e58b8c2a2c Replace DOCSWITCHOFF/DOCSWITCHIN with BUFFERACTIVATED notifications to cover more situations
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@323 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-16 20:33:20 +00:00
donho
836036890a [BUG_FIXED] Fix "Remember the last operation Dir" bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@322 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-16 18:08:42 +00:00
donho
5c6fb5e0f5 [NEW_FEATURE] Add new pluin notification NPPN_LANGCHANGED (Finished).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@321 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-15 17:04:52 +00:00
donho
cc263ceda3 [NEW_FEATURE] Add "Doc go to new instance" and "Doc open in new instance" feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@320 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-15 01:01:51 +00:00
donho
5ef6a4a5b4 [NEW_FEATURE] Add new pluin notification NPPN_LANGCHANGED.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@319 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-12 15:28:00 +00:00
donho
11b624062f [BUG_FIXED] Fix UDL name load bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@318 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-11 17:38:51 +00:00
donho
0f77948833 [BUG_FIXED] Fix context menu incorrect setting crash bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@317 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-10 17:29:20 +00:00
donho
2b93d0ab4e [MINOR] Change tag matched hiliter colour.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@316 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-10 08:29:13 +00:00
harrybharry
f8d3d3e5de Fix sizeof bug with font size list.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@315 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-10 00:37:42 +00:00
harrybharry
adba68de00 Fix loads of sizeof() problems with TCHAR (possible buffer overfows by factor 2).
Fix a problem with Incremental search+UTF8 in win9x.

(UTF8 is still problematic in unicode mode.)

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@314 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-10 00:32:19 +00:00
donho
c2acd30423 clean up.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@313 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-09 23:57:57 +00:00
harrybharry
6a73e62487 Add Common files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@312 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-09 22:37:06 +00:00
harrybharry
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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@311 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-09 22:35:19 +00:00
donho
2b44819492 [NEW] Add 2 notification (NPPN_DOCSWITCHINGIN and NPPN_DOCSWITCHINGOFF)messages.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@310 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-09 00:25:02 +00:00
harrybharry
521c53918f Add hidden capability of setting default directory (with envvars).
No more directory locks (can freely delete all directories).


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@309 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-08 22:22:54 +00:00
donho
8c70585f27 [TUNE] vc2008 -> vc2005
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@308 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-07 18:56:59 +00:00
donho
147278ac61 [NEW_FEATURE] UNICODE/ANSI release.
Fix crash issue due to the incoherent modification/creation date.
Fix tag match highlighting mismatched bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@307 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-06 00:53:53 +00:00
harrybharry
90f5488b59 Fix folding not occuring over entire document
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@306 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-01 22:08:26 +00:00
donho
aa1f014acb [NEW_FEATURE] Unicode path is supported.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@305 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-08-15 10:02:25 +00:00
donho
85db072c3e [NEW] Make x64 compiling compatible.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@304 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-08-06 01:33:46 +00:00
donho
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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@303 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-08-03 01:14:41 +00:00
donho
e6247761d0 [BUG_FIXED] Fix a crash bug while searching in all opened documents if a document contains long line.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@302 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-24 22:24:35 +00:00
donho
1d9f93b2a0 [RELEASE] v5.0.2 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@301 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-21 22:33:22 +00:00
donho
ccef65d20d [REVERT] Revert to old clickable link implementation which is more accurate.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@300 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-21 20:49:03 +00:00
donho
d156d90a9e [ADD] Add UrlHighlighter class files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@299 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-21 18:05:05 +00:00
donho
42cfe90411 [NEW] URL highlighter highlights only the current view, it highlights : http, https, ftp and malto.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@298 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-21 01:39:28 +00:00
donho
f3ebd08bd3 [BUG_FIXED] Fix a bug that file detection options set are not saved.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@297 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-20 00:00:03 +00:00
donho
68673f8049 [UPDATE] update the project.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@296 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 17:16:51 +00:00
harrybharry
45c7e78024 Fix delay because of folding tests.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@295 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 15:47:26 +00:00
harrybharry
4ae42c5654 Fix bug when closing file using close button.
Add Scintilla vcproj file for VS 2003

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@294 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 14:40:52 +00:00
harrybharry
bccf1356a0 Set indicators to draw under the text
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@293 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 14:03:33 +00:00
harrybharry
fb94eb5ec5 Adjusted Smart Highlighter to only highlight the visible lines.
Highlighting code is now in a new class SmartHighlighter.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@292 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 13:18:24 +00:00
donho
ea80233f65 [BUG_FIXED] Fix crash bug for tags match highlighting.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@291 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 12:17:47 +00:00
donho
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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@290 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-17 07:35:39 +00:00
donho
2cb0038e08 [RELEASE] OR v5.0.1.
Fix bug : Syntax highlighting is not applied after "Save as".

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@289 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-14 23:37:37 +00:00
donho
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. 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@288 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-14 02:18:38 +00:00
harrybharry
96299bc218 Change timestamp functions from _stat to GetFileAttributes,
should work with 2003 and 2005 compilers.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@287 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-11 16:59:07 +00:00
donho
096f030843 [BUG_FIXED] Fix tags match highlighter bug - the none-html zone won't be highlight.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@286 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-10 11:28:30 +00:00
donho
c9e76e0193 [CODE_REORGANISATION] reorganisation xmlMatchedTagsHighlighter class.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@285 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 23:30:47 +00:00
harrybharry
4748f3fa37 Re-enable gcc compiler environment
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@284 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 18:08:39 +00:00
donho
7523faff29 [IMPROVE] Reorganize the xml tag match hilite.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@283 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 18:01:47 +00:00
donho
d8973543ad [BUG_FIXED] Fix tags match highlighter bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@282 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 16:27:15 +00:00
donho
f35ddeb8dd [NEW_NAME] rename some dialog items.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@281 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 00:18:00 +00:00