Commit Graph

5624 Commits (c0eaf544a61d3f3a53ab5923af643c11a583749a)
 

Author SHA1 Message Date
Thell Fowler 7c0e0823da [BUG_FIXED] - In Windows 7 when the find dialog was closed the translucaent shadow remained. [Ticket#2786783]
16 years ago
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.
16 years ago
Don Ho b20baeac19 [REVERT] revert the fixing cursor bug in incremental find : due to the regression.
16 years ago
Don Ho 9867d7b578 [NEW_FEATURE] Detect UTF16 encoding (BE and LE) w/o BOM.
16 years ago
Thell Fowler 10aa27cfe5 [BUG_FIXED] Fixed context menu population to check sub menus of main menu entries.
16 years ago
Don Ho fd94587a2e [UPDATE] Update change.log.
16 years ago
Don Ho bd300294dd [NEW_FEATURE] Indentguideline can be shown w/o whitespace or tab symbol.
16 years ago
Don Ho 1a97505005 [BUG_FIXED] Fix cursor position bug in Incremental search.
16 years ago
Thell Fowler 342fa5b95a [CLEAN] Remove un-needed _themeName check that caused bug in Theme Selector list updater.
16 years ago
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.
16 years ago
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)
16 years ago
Don Ho 83ac50e3dd [CLEAN] Remove C notion (void).
16 years ago
Don Ho 9b645c68d3 [UPDATE] Update Scintilla from v1.75 to v1.77.
16 years ago
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.
16 years ago
Don Ho d5475beb3e Moved readmeFirst.txt in trunk remotely
16 years ago
Don Ho 9d4a4a9edb Moved scintilla in trunk remotely
16 years ago
Don Ho 4dd3b257e0 Moved PowerEditor in trunk remotely
16 years ago
Don Ho ce52758909 Created trunk folder remotely
16 years ago
donho 6b0cfa6bb6 [NEW_FEATURE] Language Menu can be compacted (optional).
16 years ago
donho 7c5a7bb461 [ADD] Add drag out cursor.
16 years ago
donho 924efc4ed5 [NEW_FEATURE] Add chrome tab like feature : drag out tab to create a new instance.
16 years ago
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.
16 years ago
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")
16 years ago
yniq 8c21ac903b [UPDATE] Remove leftovers from old marking method (IDM_SEARCH_MARKALL, IDM_SEARCH_UNMARKALL)
16 years ago
yniq 1175b82052 [UPDATE] line numbers margin width is changed dynamically according to the needed space (but keeping at least 3 digits).
16 years ago
donho 6ed92acab2 [BUG_FIXED] Fix the search result inaccurate colorization bug.
16 years ago
yniq 741cd58e61 [UPDATE]
16 years ago
donho defd2ae4e0 [RESET] restore SetWindowsHookEx parameter values.
16 years ago
donho 91b9b03ff7 [NEW] Add NPPN_FILEBEFORELOAD and NPPN_FILELOADFAILED messages.
16 years ago
donho 4826c0b011 [BUG_FIXED] Fix vista hook failure.
16 years ago
donho 05e55ebf66 [BUG_FIXED] Fix conversion min to Maj and Maj to min (or vice et versa) in column selection bug.
16 years ago
donho 3ecb9a2217 [RELEASE] v5.3.1 OR.
16 years ago
donho 434c4d0d6e [RELEASE] v5.3.1 OR.
16 years ago
donho fbd300f33a [BUG_FIXED] Fix replace inaccurate bug.
16 years ago
donho 2eda8ec256 [NEW] SConstruct and SConscript are recognized as python file.
16 years ago
donho b987cd7055 [RELEASE] Notepad++ v5.3 release.
16 years ago
donho 8887ef1328 [BUG_FIXED] Fix the bug the Notepad++ is launched several instances but show nothing.
16 years ago
donho c6a0498215 [BUG_FIXED] Fix the Find in files performance issue due to change line marker.
16 years ago
donho c81c6ab82a [CHANGE_BEHAVIOUR] Set current working directory in browser, if Find in files combo is empty.
16 years ago
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.
16 years ago
donho 849ebb417d [NEW_FEATURE] drop (or open in dos command line) a directory in Notepad++ to open all files in the directory recursively.
16 years ago
donho b006afab7d [BUG_FIXED] Fix uncomment block bug.
16 years ago
donho 06301c159f [NEW] Make line change state margin customizable (show/hide).
16 years ago
donho a0c490719c [BUG_FIXED] fix esc key for column mode behaviour.
16 years ago
donho 342f226fa7 [BUG_FIXED] Fix modif marker margin bug : the previous document is marked while open a file.
16 years ago
donho d16e9beb15 [BUG_FIXED] Fix read only file SaveAs bug.
16 years ago
donho 29a3bf1b12 [NEW_FEATURE] Modification state vertical bar (in progress).
16 years ago
yniq 4e74b2dff4 [BUG_FIXED] Changing global stylers now affects the Finder window.
16 years ago
donho e1c1a64b1f [NEW] Change the bookmarks' numbers.
16 years ago
donho 2948c18e3e [BUG_FIXED] Changing "Search result" stylers via Styler Configurator updates visual effect on the fly now.
16 years ago