Commit Graph

325 Commits

Author SHA1 Message Date
donho 73a6500e63 [ENHANCE] Make smart highlight work only with mouse double clicked in order to improve the its performance.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@230 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-13 16:17:04 +00:00
harrybharry a979745f97 Fix statusbar not updating
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@229 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-12 22:42:28 +00:00
harrybharry c87f33fbea Fix crash in recentfilelist
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@228 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-12 22:24:03 +00:00
donho f7f1e9bf77 [BUG_FIXED] Fix all doc tab blink bug when Notepad++ is re-activated.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@227 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-12 22:07:19 +00:00
donho f7397ed5ec [NEW] Protect SCNotification structure data from the modification of plugins.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@226 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-12 14:37:08 +00:00
donho 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. 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@225 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-11 16:12:11 +00:00
donho 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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@224 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-08 19:55:59 +00:00
harrybharry a7d7d28f98 Fix bug where linenumber margin of secondary view was shown on startup if primary was shown, even though settings said otherwise.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@223 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-08 16:13:56 +00:00
harrybharry 70ca7e3ff8 Fix crash if session contained only sub-view files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@222 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-08 16:09:09 +00:00
harrybharry 9448135225 Fix wordcompletion bug: API file had to be present to function.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@221 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-07 16:08:13 +00:00
harrybharry 3e551ff84b Fix bug where saving document would cause folding to be lost
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@220 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-07 15:59:25 +00:00
harrybharry 47194d114d fix markers and language on session load
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@219 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-07 13:08:52 +00:00
donho b3d018373f [NEW_FEATURE] Finish the Caret setting.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@218 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-07 12:49:21 +00:00
harrybharry 95044318e7 Fix filesession position bug
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@217 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-07 10:39:42 +00:00
donho fd7b3614d1 [NEW_FEATURE] Caret width and blink rate are customizable. (in progress)
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@216 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-06 23:26:18 +00:00
harrybharry 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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@215 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-06 12:09:54 +00:00
donho b9256773b6 [BEHAVIOUR_FIXED] Fix a minor behaviour in shorcutmapper.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@214 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-01 15:22:11 +00:00
donho 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.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@213 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-06-01 14:47:28 +00:00
donho 9c0023c575 [NEW_FEATURE] Add "Select all" and "copy" context menu items in Find in files results window.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@212 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-30 15:44:59 +00:00
harrybharry 169d0e69ca Fix goto line with command line bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@211 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-28 09:56:12 +00:00
donho b62de8fd30 [NEW_FEATURE] bookmarked lines operations.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@210 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-27 01:54:52 +00:00
harrybharry b6020b9083 Add indicator transparency option.
Set it to 100 (out of 255) for better visibility.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@209 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-27 00:47:40 +00:00
donho fdc6f7d8b0 [NEW_FEATURE] Marked line operation (in progress).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@208 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-26 17:38:27 +00:00
donho 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).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@207 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-25 19:00:15 +00:00
donho 8fed0b0937 [UPDATE] update vc2005 project file.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@206 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-23 21:58:55 +00:00
harrybharry e6cfeedc0d Finish Calltip.
Make AutoComplete class.
AutoComplete uses XML data.
Add exception handling (dumping filedata).
Sync Project file with added files.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@205 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-22 23:42:00 +00:00
donho 7085e69724 [NEW_FEATURE] Add tooltips in document tab to display the full file name path.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@204 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-21 00:34:17 +00:00
donho 6b5aa92d6e [NEW_FEATURE] Add Calltip capacity.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@203 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-18 14:06:50 +00:00
donho cfdbd4b5ef [BUG_FIXED] Fix smart highlight bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@202 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-15 23:03:41 +00:00
donho 3208c99d98 [RELEASE] v4.9.2
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@201 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-11 13:53:50 +00:00
donho 7b7909ad80 [BUG_FIXED] Fix the regression bug that x position doesn't be restored while switching back a document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@200 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-10 18:49:33 +00:00
donho fd437c9c7d [NEW_FEATURE] Add "Save Copy As" feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@199 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-08 23:17:43 +00:00
harrybharry b177e060bc Fix octal search typo
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@198 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-06 21:23:21 +00:00
donho 929d1d43ba [RELEASE] v4.9.1
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@197 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-04 18:18:53 +00:00
donho 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).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@196 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-03 22:08:53 +00:00
donho d8d5ce965f [] Add "CURRENT_LINE" and "CURRENT_COLUMN" environment variables for run dialog.
Add NPPM_GETCURRENTLINE and NPPM_GETCURRENTCOLUMN plugin messages.


git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@195 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-02 14:35:10 +00:00
donho 3e705b3e64 [RELEASE_4_9] Release 4.9.
Fix the replace bug while replacing nothing.
Fix the F3 searching direction bug.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@194 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-05-01 17:15:15 +00:00
donho 6b4b3c3f08 [BUG_FIXED] Fix the stylers configurator transparency bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@193 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-04-30 20:20:29 +00:00
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
donho 576930dab3 [NEW_FEATURE] Add the Scintilla external lexer capacity under the Notepad++ plugin form.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@88 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-25 16:20:05 +00:00
donho 8daa6278fe [CHANGE] Change "UTF8 without BOM" menu item behaviour.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@87 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-16 18:24:24 +00:00
donho 8c1a5f5579 [NEW_FEATURE] Add build date - time in about box.
Fix the glitch of display of hidding tab bar.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@86 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-15 22:31:15 +00:00
donho 6d1521e995 [NEW_FEATURE] Add "-notabbar" flag to hide the tab bar (ie. Notepad style).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@85 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-15 13:18:26 +00:00
donho c67df4644b [NEW_FEATURE] Add NPPM_HIDETABBAR and NPPM_ISTABBARHIDE plugins messages.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@84 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-14 00:58:06 +00:00
donho 6ab3326870 [NEW_FEATURE] Column selection is remembered now while switching among the files. As well this settings will be stored in the next session.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@83 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-11 23:16:36 +00:00
donho c7188766c8 [ENHANCE] Enhance the horizontal scroll feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@82 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-10 21:21:17 +00:00
donho 50ad915434 [NEW_FEATURE] Comment (Ctrl+K) and Uncomment (Ctrl+Shift+K) is separated now.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@81 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-10 01:36:32 +00:00
donho fd501da2b3 [CHANGE_BEHAVIOUR] Change Find in files behaviour : all the hidden directory won't be searched (for example : .svn).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@80 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-08 19:15:42 +00:00
donho e4e465b092 [UPDATE] Integrate the newest GUP into Notepad++.
Add "Update Notepad++" menu item.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@79 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-06 00:03:41 +00:00
donho 4beac9434b [BUG_FIXED] Fix the hiding bug while launch time (change of environment from duel monitors to mono monitor).
Add NPPM_GETNPPVERSION message for plugin system.  

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@78 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-12-03 00:43:09 +00:00
donho 74d580d949 [BUG_FIXED] Make the "recovery system" for 3 mandatory xml files (config.xml, langs.xml and stylers.xml) to prevent the fail loading due to the corrupted files.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@77 f5eea248-9336-0410-98b8-ebc06183d4e3
2007-11-29 23:40:01 +00:00