Commit Graph

3331 Commits

Author SHA1 Message Date
Thell Fowler
3a706fd875 [BUGFIX] Issue# 2798613 - Modified updateMenuItemCommand routine to keep menu item's current uFlags
- When ModifyMenu was being called it only passed MF_BYCOMMAND which
      would reset the current items uFlags and breaking the plugin's
      funcItems->init2check setting.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@486 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-30 22:26:51 +00:00
Don Ho
1f33dd89f1 [BUG_FIXED] Fix the localization switcher bug while w/o doLocalConf.xml.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@484 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-28 23:18:28 +00:00
Don Ho
8c6ac82898 [RELEASE] v5.4.1 official release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@481 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-27 23:37:29 +00:00
Thell Fowler
e72b17ed9d [BUG_FIXED] - Modified the Styler Configurator user extension handler
- Changes to the user ext field where not fetting saved because the never propogated to the npp parameters due to alterations in the array assignments when the theme selector was added.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@480 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-27 15:42:27 +00:00
Don Ho
82f0d792f8 [BUG_FIXED] Add ChangeMarkers in installer.
Add theme description in installer.
Update contextMenu.xml in installer.
Fix lastRecentFileList localization issue.
[NEW] Add readonly change status notification for plugin system.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@479 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-26 23:34:45 +00:00
Don Ho
c3da0f775f [NEW_FEATURE] Add the ability of tag match feature to not highlight comment zone in html/xml.
[BUG_FIXED] Fix TCL language highlighting bug.
[NEW_RELEASE] v5.4 released. 

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@478 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-25 19:46:29 +00:00
Don Ho
e4975230a4 [NEW] Add "follow current doc" checkbox in Find in file dialog.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@477 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-21 16:59:34 +00:00
Thell Fowler
7c0e0823da [BUG_FIXED] - In Windows 7 when the find dialog was closed the translucaent shadow remained. [Ticket#2786783]
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@476 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-09 04:41:32 +00:00
Yuval
a5ddc3e7b3 [BUGFIX] Added protection against invalid start/end markers in wchar2char and char2wchar. This is needed for find in files where the result is found in a line containing the null character (binary files). This caused an Access violation exception because the markers were past the EOL in this case (char2wchar), and then they were used in wchar2char.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@475 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-04 15:07:54 +00:00
Don Ho
b20baeac19 [REVERT] revert the fixing cursor bug in incremental find : due to the regression.
[CLEAN_UP] Clean up.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@474 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-01 20:57:13 +00:00
Don Ho
9867d7b578 [NEW_FEATURE] Detect UTF16 encoding (BE and LE) w/o BOM.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@473 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-29 18:07:30 +00:00
Thell Fowler
10aa27cfe5 [BUG_FIXED] Fixed context menu population to check sub menus of main menu entries.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@472 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-29 17:30:32 +00:00
Don Ho
fd94587a2e [UPDATE] Update change.log.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@471 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-28 23:51:03 +00:00
Don Ho
bd300294dd [NEW_FEATURE] Indentguideline can be shown w/o whitespace or tab symbol.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@470 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-28 23:27:37 +00:00
Don Ho
1a97505005 [BUG_FIXED] Fix cursor position bug in Incremental search.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@469 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-28 17:11:44 +00:00
Thell Fowler
342fa5b95a [CLEAN] Remove un-needed _themeName check that caused bug in Theme Selector list updater.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@468 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-28 16:13:46 +00:00
Don Ho
aed6bdf267 [BUG_FIXED] Fixed crash bug : Double click a file associated with an older version of Notepad++ while a newer version of Notepad++ instance is running.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@467 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-27 23:17:51 +00:00
Yuval
3067f9f93c [UPDATE] MRU file list under the File menu is limited to 100 characters per file. Longer files are fitted to 100 characters by replacing path components with ellipses. (code reuse - Window menu)
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@466 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-27 17:00:51 +00:00
Don Ho
83ac50e3dd [CLEAN] Remove C notion (void).
[BUG_FIXED] Fix a crash bug of docking manager
[ADD] Add LexMySQL.cxx

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@465 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-26 18:59:23 +00:00
Don Ho
9b645c68d3 [UPDATE] Update Scintilla from v1.75 to v1.77.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@464 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-25 23:38:15 +00:00
Yuval
19befa9797 [BUG_FIXED] Fixed two bugs when calculating the width of the TeskList (document list when pressing ctrl+tab or right-click + mouse wheel.
1. max width was not calculated correctly
 2. style of selected file font (bold) wasn't taken into consideration

also - changed background color to light yellow instead of light gray.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@463 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-25 10:39:25 +00:00
Don Ho
d5475beb3e Moved readmeFirst.txt in trunk remotely
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@462 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 23:36:42 +00:00
Don Ho
9d4a4a9edb Moved scintilla in trunk remotely
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@461 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 23:35:41 +00:00
Don Ho
4dd3b257e0 Moved PowerEditor in trunk remotely
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@460 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 23:34:47 +00:00
Don Ho
ce52758909 Created trunk folder remotely
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@459 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 23:30:37 +00:00
donho
6b0cfa6bb6 [NEW_FEATURE] Language Menu can be compacted (optional).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@456 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-24 15:20:58 +00:00
donho
7c5a7bb461 [ADD] Add drag out cursor.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@455 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-23 23:48:05 +00:00
donho
924efc4ed5 [NEW_FEATURE] Add chrome tab like feature : drag out tab to create a new instance.
[NEW_FEATURE] Add theme selector to switch styles.xml on the fly.
[NEW_FEATURE] Add new command parameters : -c (column) -x et -y (startup position).
[REMOVE] Remove change line marker which does not work correctly.
[ENHANCE] Improve main menu structure.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@454 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-23 23:10:06 +00:00
yniq
9deb93204d [UPDATE] "Switch to found results window" command now switches back to the current edit view if the focus is already on the found results.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@453 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-23 12:35:46 +00:00
yniq
c924a47560 [UPDATE] Added an (hidden) option to make the "Filters" and "Directory" fields follow the current opened document in "Find in files" dialog. The new parameters are located in config.xml and are called: "fifFilterFollowsDoc" and "fifFolderFollowsDoc" (set to "yes"/"no")
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@452 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-18 18:54:54 +00:00
yniq
8c21ac903b [UPDATE] Remove leftovers from old marking method (IDM_SEARCH_MARKALL, IDM_SEARCH_UNMARKALL)
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@451 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-15 10:24:49 +00:00
yniq
1175b82052 [UPDATE] line numbers margin width is changed dynamically according to the needed space (but keeping at least 3 digits).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@450 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-13 08:35:56 +00:00
donho
6ed92acab2 [BUG_FIXED] Fix the search result inaccurate colorization bug.
[BUG_FIXED] Fix the Mark all in selection bug (while Find Replace Dialog loosing the focus).
[NEW_FEATURE] Mark all extension : user can mark any occurrence with 5 different colours.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@449 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-12 20:09:03 +00:00
yniq
741cd58e61 [UPDATE]
1. xmlUpdater now supports multiple models in one xml model file.
2. xmlUpdater now supports removing xml nodes (using action="remove" attribute).
3. combined stylesLexerModel.xml, and stylesGlobalModel.xml to stylesModel.xml.
4. added a new file "stylers_remove.xml" for removing old deprecated styles from stylers.xml when upgrading NPP.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@448 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-12 16:29:37 +00:00
donho
defd2ae4e0 [RESET] restore SetWindowsHookEx parameter values.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@447 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-07 00:33:00 +00:00
donho
91b9b03ff7 [NEW] Add NPPN_FILEBEFORELOAD and NPPN_FILELOADFAILED messages.
[BUG_FIXED] Fix New document not be switched while db clicking in Find in files result panel.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@446 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-05 23:52:01 +00:00
donho
4826c0b011 [BUG_FIXED] Fix vista hook failure.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@445 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-04-01 23:30:57 +00:00
donho
05e55ebf66 [BUG_FIXED] Fix conversion min to Maj and Maj to min (or vice et versa) in column selection bug.
[NEW] column selection allows to insertion a string by typing characters in sequence (w/o column mode editor).

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@444 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-31 23:47:49 +00:00
donho
3ecb9a2217 [RELEASE] v5.3.1 OR.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@443 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-29 10:04:55 +00:00
donho
434c4d0d6e [RELEASE] v5.3.1 OR.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@442 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-29 08:42:26 +00:00
donho
fbd300f33a [BUG_FIXED] Fix replace inaccurate bug.
[NEW] Increase Find what and replace with fields to 2047 characters.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@441 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-28 15:41:02 +00:00
donho
2eda8ec256 [NEW] SConstruct and SConscript are recognized as python file.
[BUG_FIXED] stop the indicator highlighting while the line change marker margin is hidden.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@440 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-23 17:56:18 +00:00
donho
b987cd7055 [RELEASE] Notepad++ v5.3 release.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@439 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-20 18:38:01 +00:00
donho
8887ef1328 [BUG_FIXED] Fix the bug the Notepad++ is launched several instances but show nothing.
Fix Find in files regression : Panel doesn't take Unicode.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@438 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-18 00:10:43 +00:00
donho
c6a0498215 [BUG_FIXED] Fix the Find in files performance issue due to change line marker.
Make the default colours for the global styles.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@437 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-15 01:12:10 +00:00
donho
c81c6ab82a [CHANGE_BEHAVIOUR] Set current working directory in browser, if Find in files combo is empty.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@436 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-10 00:46:00 +00:00
donho
22cae478e8 [NEW_FEATURE] find/replace dialog settings are remembered. Add a hidden setting (dlgAlwaysVisible in config.xml) to not hide the dialog if any result found.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@435 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-08 02:06:30 +00:00
donho
849ebb417d [NEW_FEATURE] drop (or open in dos command line) a directory in Notepad++ to open all files in the directory recursively.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@434 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-06 00:53:28 +00:00
donho
b006afab7d [BUG_FIXED] Fix uncomment block bug.
[ENHANCED] Enlarge some strings displayed zone for the translation.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@433 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-03 23:09:47 +00:00
donho
06301c159f [NEW] Make line change state margin customizable (show/hide).
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@432 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-03-01 17:03:42 +00:00