d8d5ce965f[] Add "CURRENT_LINE" and "CURRENT_COLUMN" environment variables for run dialog. Add NPPM_GETCURRENTLINE and NPPM_GETCURRENTCOLUMN plugin messages.
donho
2008-05-02 14:35:10 +0000
3e705b3e64[RELEASE_4_9] Release 4.9. Fix the replace bug while replacing nothing. Fix the F3 searching direction bug.
donho
2008-05-01 17:15:15 +0000
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.
harrybharry
2008-04-24 14:48:57 +0000
cd2cc80edeAdd places bar in save as dialog
harrybharry
2008-04-23 20:04:50 +0000
a54e45dd48Move tab-drag cursor hotspot to tip of the arrow
harrybharry
2008-04-23 15:47:52 +0000
92d4080546Fix buffer error in find message. Add binary, octal, decimal escape sequences for extended search
harrybharry
2008-04-23 10:54:56 +0000
a1b8647714[TUNE] Tune isWordChar() function for smart highlighting feature.
donho
2008-04-23 00:28:17 +0000
4dd8870891Add lt and gt chars to isWordChar check. Fix small regression with hilite and purge.
harrybharry
2008-04-22 23:36:11 +0000
65bb6ceb7f[NEW_FEATURE] Mark All is change to indicator way from style way. Fix the smart highlighting performance issue.
donho
2008-04-22 23:04:13 +0000
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).
harrybharry
2008-04-22 22:47:49 +0000
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.
harrybharry
2008-04-21 22:14:44 +0000
9e26b31e3aIncremental 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.
harrybharry
2008-04-19 18:32:38 +0000
12a2f16042[NEW_FEATURE] Add style transparency feature, rightclick on color to enable.
donho
2008-04-19 13:57:57 +0000
11333a7ec3[NEW] Hide menu bar (in progress).
donho
2008-04-18 17:40:56 +0000
a2aa87d8c3[NEW_FEATURE] Add hilighting all token wile selecting a word (in progress). Add auto hide menu feature (in progress).
donho
2008-04-16 22:45:47 +0000
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.
donho
2008-04-05 22:11:25 +0000
a80ee0d2fa[BUG_FIXED] Fix the crash problem while the separator shortcut (if assigned) is triggered.
donho
2008-04-05 12:32:14 +0000
9c1b242370[BUG_FIXED] Fix crash bug when 'Close All But Me' is selected.
donho
2008-04-03 18:53:07 +0000
ef071a1fa9[NEW] Add separator menu item for plugin menu (if _pFunc == NULL).
donho
2008-03-31 23:18:53 +0000
7a07e38f4f[BUG_FIXED] Fix a crash bug by inserting a new feature.
donho
2008-03-30 23:46:07 +0000
16f5cc9a3c[FIXED] Fix some typos.
donho
2008-03-29 00:32:32 +0000
0d932b764b[ENHANCEMENT]Improve toolbar performance. Internals prepped for later extensions.
donho
2008-03-28 01:49:51 +0000
3701d40a8f[BUG_FIXED] Fix crash bug while a "New 2" is in session.xml. Clean up the toolbar code.
donho
2008-03-28 01:11:22 +0000
88edc71a7d[NEW_FEATURE] Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
donho
2008-03-07 23:43:28 +0000
7d950fe5d8[SCINTILLA_NEW_FEATURE] Add the capacity of keeping line highlighting even when it loss its focus.
donho
2008-03-07 23:32:29 +0000
147d885a44[BUG_FIXED] Fix unicode input problem for non ansi characters. Fix missing fonts in font list problem (Styler configurator).
donho
2008-03-05 23:37:13 +0000
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.
donho
2008-03-02 23:27:44 +0000
c7162f9555[BUG_FIXED] Fix the bug of last session's doc position are not rescrolled on Notepad++ launch time if wrap mode is activated.
donho
2008-03-01 19:02:56 +0000
dbd9afeaca[ENHANCEMENT] Enhance the auto-completion feature : user can define the number of characters to trigger auto-completion popup dialog.
donho
2008-02-22 22:55:56 +0000
a9172eee73[BUG_FIXED] Fix a small display drawback while switch from simple line tab to multi line tab.
donho
2008-02-20 23:31:03 +0000
608bc8187d[ENHANCE] Enhance the changed HSCRLL behaviour.
donho
2008-02-20 01:25:51 +0000
0e32dd48f4[CHANGE_BEHAVIOUR] Change the horizontal scroll behaviour from dynamic one to static one.
donho
2008-02-19 22:42:31 +0000
62cfd070bf[BUG_FIXED] cannot save file(s) if application closed while minimized.
donho
2008-02-18 22:07:13 +0000
93280d508e[ENHANCE] Enhance the conversion feature by emptying the undo buffer after the conversion.
donho
2008-02-16 00:05:54 +0000
850b690237[UPDATE] Upgrade Scintilla from v1.73 to v1.75
donho
2008-02-09 23:08:34 +0000
e240ac8c6d[NEW_FEATURE] Wrap position restore while switching back document.
donho
2008-02-04 22:44:01 +0000
4b0926a0d2[BUG_FIXED] Restore working directory with no open files.
donho
2008-02-03 01:54:33 +0000
83fb8c749d[NEW_FEATURE] Add Go to offset feature (in Go To Line dialog).
donho
2008-02-03 01:15:19 +0000
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.
donho
2008-01-30 20:29:31 +0000
eedb31193b[NEW_FEATURE] Enhance ShortcutMapper - all the commands can be assigned to a shortcut, including the unmapped ones.
donho
2008-01-30 00:31:11 +0000
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.
donho
2008-01-25 22:55:14 +0000
c83d5801c9[NEW_FEATURE] Support YAML language.
donho
2008-01-14 00:46:40 +0000
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.
donho
2008-01-12 23:19:47 +0000
95e2c6d529[BUG_FIXED] Fix the horizon scroll bar bug. Correct a typo.
donho
2008-01-10 01:06:28 +0000
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.
donho
2008-01-08 17:36:34 +0000
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.
donho
2008-01-07 00:46:43 +0000
8c0817a0ba[RELEASE_4_72] 4.7.2 final release.
donho
2008-01-03 18:38:05 +0000
9d134b4cd4[RELEASE_4_72] Fix the regression that the native language doesn't show in the menu. Enhance the full screen feature (F11).
donho
2008-01-03 18:11:47 +0000
fae88016e9[RELEASE_471] 4.7.1 release - Fix the crash bug due to subview session saving problem.
donho
2008-01-02 22:22:03 +0000