Commit Graph

335 Commits

Author SHA1 Message Date
harrybharry
8e3555f8e5 [FEATURE]Add option to only show the filename in the titlebar.
[BUG] Fix bug with clearing read-only flag.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@340 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-08 23:24:50 +00:00
harrybharry
02e92ab36b Fix wrap after save as bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@339 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-08 22:22:02 +00:00
harrybharry
9c736cdc88 Fix caret blinkrate issues (startup value wrong, not stopping on slowest)
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@338 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-08 21:43:08 +00:00
donho
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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@337 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-05 20:20:17 +00:00
harrybharry
22f25219e2 Fix NPPM_GETBUFFERFILENAME bug
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@336 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-05 11:46:56 +00:00
donho
2fd07e9a2d [ENHANCE] Enhance Find in files thread feature - add stop searching ability.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@335 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-10-01 17:32:20 +00:00
donho
ddd055e5a2 [NEW_FEATURE] Find in Files in thread.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@334 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-30 23:02:47 +00:00
donho
3169124d8d [BUG_FIXED] Fix the User defined language Unicode bug.
Remove all the comic sans font (finally :) ). 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@333 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-30 18:42:46 +00:00
harrybharry
68a59eb3cb Fix bug with exception display
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@332 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-30 15:44:34 +00:00
donho
8d4289a18d [BUG_FIXED] Fix cpu high consummation bug while document is cloned with smart highlighting and xml matched highlighting features activating.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@331 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-09-29 20:50:12 +00:00
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