Commit Graph

237 Commits (ed40c1f03b26a312ca92d942c2093d9a5c5d3fba)

Author SHA1 Message Date
donho 2951979ef5 [NEW] Make search in hidden folder optional in find in file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@192 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-29 22:05:32 +00:00
harrybharry 017784de5b Fix URL highlight lockup
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@191 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-28 09:33:11 +00:00
donho 36706f13a4 [NEW_FEATURE] Refine the "HighLight all" feature in incremental search dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@190 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-26 03:07:18 +00:00
donho 1eb46eaca3 [NEW_FEATURE] Add hilite all in Incremental search.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@189 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-25 18:34:25 +00:00
harrybharry ef941865d7 Fix crash bug because of incorrect static initialisation error.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@188 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-24 22:21:49 +00:00
harrybharry 279355ee39 Cleanup vs2003 project file
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@187 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-24 18:50:54 +00:00
harrybharry 1667a3a843 Fix DnD 'deadzone'
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@186 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-24 18:38:33 +00:00
donho e89bbe72d4 [NEW_FEATURE] Add 2 messages for doc monitor plugin.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@185 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-24 18:16:14 +00:00
harrybharry d074522b7b [ENHANCEMENT] Change commandline handling, relative paths are now properly handled.
Fix a small bug when failed open of file would still change the language.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@184 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-24 14:48:57 +00:00
harrybharry cd2cc80ede Add places bar in save as dialog
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@183 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-23 20:04:50 +00:00
donho 84fa914ea1 [CLEAN] Clean up.
Refine the smart hiliting feature.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@182 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-23 17:23:24 +00:00
harrybharry a54e45dd48 Move tab-drag cursor hotspot to tip of the arrow
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@181 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-23 15:47:52 +00:00
harrybharry 92d4080546 Fix buffer error in find message. Add binary, octal, decimal escape sequences for extended search
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@180 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-23 10:54:56 +00:00
donho a1b8647714 [TUNE] Tune isWordChar() function for smart highlighting feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@179 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-23 00:28:17 +00:00
harrybharry 4dd8870891 Add lt and gt chars to isWordChar check.
Fix small regression with hilite and purge.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@178 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-22 23:36:11 +00:00
donho 65bb6ceb7f [NEW_FEATURE] Mark All is change to indicator way from style way.
Fix the smart highlighting performance issue.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@177 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-22 23:04:13 +00:00
harrybharry 936d040e40 [NEW_FEATURE] Find dialog has 'Extended' option: search for tabs, newlines,
[ENHANCEMENT] Find dialog shows text that was searched when its not found,
some code cleanup (replace now only replaces given word on first hit, instead of selection, if it contained the token).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@176 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-22 22:47:49 +00:00
harrybharry 9a38619187 [ENHANCE] Find dialog always scrolls text into view,
The option where to display text is removed (poor behaviour), view doesnt scroll or scrolls (attempts to) to center,
Find dialog shows searched text in messagebox when not found.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@175 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-21 22:14:44 +00:00
donho 4a6ca982e1 [NEW_FEATURE] Smart HighLighting uses indicator instead of style.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@174 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-21 20:05:02 +00:00
donho 52ebeee049 [NEW_FEATURE] Add hilighting all token wile selecting a word (finished).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@173 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-20 02:17:21 +00:00
donho 544a4916d9 [NEW_FEATURE] Finish IE7 style menu (auto hide).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@172 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-20 00:31:10 +00:00
harrybharry 9e26b31e3a Incremental search integrated into ReBar,
Fix Find dialogs buffer overflow,
Added chevron into rebar to show hidden icons,
Added plugin message to add rebarbands (experimental),
simplify sizing logic a little,
Remove nonexistant file from vc2003 project file.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@171 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-19 18:32:38 +00:00
donho 12a2f16042 [NEW_FEATURE] Add style transparency feature, rightclick on color to enable.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@170 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-19 13:57:57 +00:00
donho 11333a7ec3 [NEW] Hide menu bar (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@169 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-18 17:40:56 +00:00
donho a2aa87d8c3 [NEW_FEATURE] Add hilighting all token wile selecting a word (in progress).
Add auto hide menu feature (in progress).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@168 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-16 22:45:47 +00:00
donho 1a5e5c27bb git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@167 f5eea248-9336-0410-98b8-ebc06183d4e3 2008-04-15 19:46:51 +00:00
donho e55d1e1996 [RELEASE_4_85] OR v4.8.5
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@166 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-11 22:44:48 +00:00
donho 4effb92bc0 [BUG_FIXED] Bring back the old behaviour for HOME and END keys.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@165 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-07 23:57:55 +00:00
donho 6a3fdbd1fc [BUG_FIXED] Fix the file Auto-detection settings writing in config.xml bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@164 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-06 17:43:51 +00:00
donho 1023a17c5f git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@163 f5eea248-9336-0410-98b8-ebc06183d4e3 2008-04-06 12:09:49 +00:00
donho a4f36f3685 [BUG_FIXED] If plugin function pointer is null, then it'll be added in menu as separator, but it won't be added in shortcut mapper list.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@162 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-05 22:11:25 +00:00
donho a80ee0d2fa [BUG_FIXED] Fix the crash problem while the separator shortcut (if assigned) is triggered.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@161 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-05 12:32:14 +00:00
donho 9c1b242370 [BUG_FIXED] Fix crash bug when 'Close All But Me' is selected.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@160 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-03 18:53:07 +00:00
donho ef071a1fa9 [NEW] Add separator menu item for plugin menu (if _pFunc == NULL).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@159 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-31 23:18:53 +00:00
donho 7a07e38f4f [BUG_FIXED] Fix a crash bug by inserting a new feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@158 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-30 23:46:07 +00:00
donho 16f5cc9a3c [FIXED] Fix some typos.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@157 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-29 00:32:32 +00:00
donho 0d932b764b [ENHANCEMENT]Improve toolbar performance.
Internals prepped for later extensions.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@156 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-28 01:49:51 +00:00
donho 3701d40a8f [BUG_FIXED] Fix crash bug while a "New 2" is in session.xml.
Clean up the toolbar code.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@155 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-28 01:11:22 +00:00
donho 92c229a57a [BUG_FIXED] Fix the annoying acrobat reader dialog problem.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@154 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-27 00:53:06 +00:00
donho 99faa2bc0f [NEW_FEATURE] Add a new message for Document Monitor plugin.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@153 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-24 22:18:22 +00:00
donho a03ca89d0b [BUG_FIXED] Fix the bug that the first new document is set as "New Document setting".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@152 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-24 14:06:20 +00:00
donho 79db2731cc [BUG_FIXED] Fix the bug of scrolling to eof feature for the current document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@151 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-23 23:44:01 +00:00
donho 3453ff8ee8 [ENHANCEMENT] Enhance scroll to eof feature for the current document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@150 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-23 17:57:57 +00:00
donho ba85977e6d [BUG_FIXED] Enhance checking modification from outside feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@149 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-22 12:18:56 +00:00
donho e7e3be93b8 [NEW_FEATURE] Add scroll to end line after update feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@148 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-16 03:23:04 +00:00
donho 2c7231484c [NEW_ENTRY] Add new entry for document monitor plugin.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@147 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-15 22:50:05 +00:00
donho ae9f90bd5f [NEW_FEATURE] Add DnD feature (WM_DROPFILES) for the plugins windows.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@146 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-15 16:03:57 +00:00
donho 6480c3099b [BUG_FIXED] Fix the DnD text bug between 2 views.
Notepad_plus.cpp clean up.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@145 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-10 01:57:53 +00:00
donho b271777e83 [RELEASE_4_82] Notepad++ v4.8.2 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@144 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-09 18:10:47 +00:00
donho 88edc71a7d [NEW_FEATURE] Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@143 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-07 23:43:28 +00:00
donho 147d885a44 [BUG_FIXED] Fix unicode input problem for non ansi characters.
Fix missing fonts in font list problem (Styler configurator).
 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@141 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-05 23:37:13 +00:00
donho d550ce44b2 [RELEASE_4_8_1] Notepad++ v4.8.1 release :
1. Enhance shortcut mapper; fix bug - get back Shift+Del, Shift+Ins and Ctrl+Ins shortcut.
2. Disable GUP on Notepad++ launch time under vista due to UAC issue.



git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@140 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-02 23:27:44 +00:00
donho c7162f9555 [BUG_FIXED] Fix the bug of last session's doc position are not rescrolled on Notepad++ launch time if wrap mode is activated.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@139 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-03-01 19:02:56 +00:00
donho 2b1e41512f [RELEASE_4_8] Notepad++ v4.8 OR.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@138 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-27 00:07:53 +00:00
donho 4cce0e45f7 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@137 f5eea248-9336-0410-98b8-ebc06183d4e3 2008-02-23 17:59:41 +00:00
donho dbd9afeaca [ENHANCEMENT] Enhance the auto-completion feature : user can define the number of characters to trigger auto-completion popup dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@136 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-22 22:55:56 +00:00
donho a9172eee73 [BUG_FIXED] Fix a small display drawback while switch from simple line tab to multi line tab.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@135 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-20 23:31:03 +00:00
donho 608bc8187d [ENHANCE] Enhance the changed HSCRLL behaviour.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@134 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-20 01:25:51 +00:00
donho 0e32dd48f4 [CHANGE_BEHAVIOUR] Change the horizontal scroll behaviour from dynamic one to static one.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@133 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-19 22:42:31 +00:00
donho 62cfd070bf [BUG_FIXED] cannot save file(s) if application closed while minimized.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@132 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-18 22:07:13 +00:00
donho 93280d508e [ENHANCE] Enhance the conversion feature by emptying the undo buffer after the conversion.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@131 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-16 00:05:54 +00:00
donho 393ded102c [NEW_FEATURE] Add the utf8->ansi / ansi->utf8 conversion feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@130 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-13 23:38:24 +00:00
donho ec338d909a git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@129 f5eea248-9336-0410-98b8-ebc06183d4e3 2008-02-12 01:02:09 +00:00
donho c0ae1fefc3 [MNEW_FEATURE] Add mouse wheel horizontal scroll feature (vista only).
Add mouse browsing (forward/back) feature.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@128 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-11 01:45:13 +00:00
donho fd383d3b55 [BUG_FIXED] Fix folding bugs while deleting the begin/end folding keywords.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@126 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-10 23:27:55 +00:00
donho e240ac8c6d [NEW_FEATURE] Wrap position restore while switching back document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@123 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-04 22:44:01 +00:00
donho 4b0926a0d2 [BUG_FIXED] Restore working directory with no open files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@122 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-03 01:54:33 +00:00
donho 83fb8c749d [NEW_FEATURE] Add Go to offset feature (in Go To Line dialog).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@121 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-02-03 01:15:19 +00:00
donho 3b54280024 [NEW_FEATURE] Add detection mouse wheel on the different view feature.
User can scroll edit view when mouse on it, it's not necessary to set edit view as current view to scroll it. 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@120 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-30 20:29:31 +00:00
donho 8d0a0b8c30 git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@119 f5eea248-9336-0410-98b8-ebc06183d4e3 2008-01-30 18:08:39 +00:00
donho eedb31193b [NEW_FEATURE] Enhance ShortcutMapper - all the commands can be assigned to a shortcut, including the unmapped ones.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@118 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-30 00:31:11 +00:00
donho d88fa6236d [NEW_FEATURE] Make orange indicator on the top of tab lighter when the view loss the focus.
Fix the multi-line tab height display problem while adding/removing the document.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@117 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-25 22:55:14 +00:00
donho 4b4e1f9967 [NEW_FEATURE] VERTICAL/MULTILINE feature done.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@116 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-23 22:10:06 +00:00
donho 05ac5e63cb [IN_PROGRESS] Add multiline and vertical capacity for tab bar.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@115 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-23 19:27:41 +00:00
donho dfb0f2dadb [IN_PROGRESS] Add multiline and vertical capacity for tab bar.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@114 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-23 00:26:07 +00:00
donho 84487e2f20 [IN_PROGRESS] VERTICAL/MULTILINE feature in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@113 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-22 00:25:59 +00:00
donho 63ec780bfb [IN_PROGRESS] VERTICAL/MULTILINE feature in progress.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@112 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-20 23:41:17 +00:00
donho bf507dc5ee [NEW_FEATURE] Add launch "as notepad" style feature (detection of asNotepad.xml, then launch notepad++ with -multiInst -nosession -notabbar options).
vertical/multiline tab is in progression.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@111 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-20 02:41:42 +00:00
donho 4b34c681af [NEW_FEATURE] Add multiline and vertical capacity for tab bar.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@110 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-19 10:42:32 +00:00
donho e8323985c0 [BUG_FIXED] Fix Preference crash bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@109 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-17 23:43:48 +00:00
donho 525960820e [BUG_FIXED] Fix word-completion crash bug while the word to complete exceeds 256 characters.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@108 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-17 22:58:09 +00:00
donho 5b79b33eb1 [BUG_FIXED] Fix full screen mode bug : can not switch applications by using Alt+TAB in full screen mode.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@107 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-17 01:20:23 +00:00
donho df87cfe02d [NEW_FEATURE] Add 3 files for new docking manager.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@106 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-16 20:08:13 +00:00
donho 9768d7f0a5 [NEW_FEATURE] Add new look and feel of Docking container.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@105 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-16 19:54:53 +00:00
donho 3412c5ce5d [RELEASE_475] Fix invisible tabs bug while closing (Finally).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@104 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-14 19:40:10 +00:00
donho c83d5801c9 [NEW_FEATURE] Support YAML language.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@103 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-14 00:46:40 +00:00
donho 2417d3af69 [BUG_FIXED]
1. Fix the bug regarding the scroll bar for folding issue.
2. Fix the full screen (F11) bug regarding multi-display issue
3. including nppcm64.dll in installer for ths x64 OS.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@102 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-12 23:19:47 +00:00
donho 95e2c6d529 [BUG_FIXED] Fix the horizon scroll bar bug.
Correct a typo.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@101 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-10 01:06:28 +00:00
donho 2ba1a1597f [BUG_FIXED] Fix the crash issue of window dialog while clicking Sort button without selected item.
Enhance Sort feature GUI part - Enable Sort button only after clicking on the column tab; Disable Sort button after sorting.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@100 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-08 17:36:34 +00:00
donho 72bb63c88d [RELEASE_473] Enhance installer.
Fix horizontal scroll bug regarding the folding issue.
Add a new behaviour that click on active tab activate the view as current view.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@99 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-07 00:46:43 +00:00
donho 8c0817a0ba [RELEASE_4_72] 4.7.2 final release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@98 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-03 18:38:05 +00:00
donho 9d134b4cd4 [RELEASE_4_72] Fix the regression that the native language doesn't show in the menu.
Enhance the full screen feature (F11).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@97 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-03 18:11:47 +00:00
donho fae88016e9 [RELEASE_471] 4.7.1 release - Fix the crash bug due to subview session saving problem.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@96 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-02 22:22:03 +00:00
donho 8904821390 [NEW_FEATURE] Add a menu item "Clean Recent Files List".
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@95 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-01 23:56:26 +00:00
donho 7d53a41d40 [MODIF] Minor modification.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@94 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-01 23:11:16 +00:00
donho 8ae442cdc9 [[RELEASE_47] 4.7 release - modification of nppSetup.nsi to adapt the new xml model
protection system.
Swap back the main icon.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@93 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-01-01 00:50:50 +00:00
donho 53a40b7ffe [RELEASE_47] 4.7 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@92 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-31 03:37:19 +00:00
donho 6edeeff8d7 [BUG_FIXED] Pass the message with *W version for Scintilla.
change.log and todo.txt are updated

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@91 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-30 00:02:50 +00:00
donho 64fbc8a627 [BUG_FIXED] fix a bug where a file with 2 or more consecutive spaces gives problems with sessions and history.
fixes problem where opening a file when in save as dialog saves the wrong file.
Change the main Notepad++ icon.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@90 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-29 03:44:56 +00:00
donho 3fb08ce731 [MODIF] Minor change.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@89 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-26 00:54:24 +00:00