Commit Graph

673 Commits (adc711fb09603533c5870b9a8682981fdc8a378c)

Author SHA1 Message Date
Don Ho 32c6a0b393 [BUG_FIXD] Fix a crash bug of dockable dialog due to optimization of loop.
12 years ago
Don Ho 5ae6536ce5 [UPDATE] Add/update localization files.
12 years ago
Don Ho e1423c27d4 [MODIF] Change Preferences dialog interface: use list instead of tab to switch among the dialogs.
12 years ago
Don Ho 197a28d1bd [ENHANCEMENT] (Author: Ivan Radic,aka. Loreia L.) Enhance TAB/Space conversion: support UTF8 and to preserve formatting.
12 years ago
Don Ho d39c743ff4 [BUG_FIXED] (Author: Andreas Jonsson) Fix Ctrl+double click delimiter selection bug.
12 years ago
Don Ho 896c705979 [UPDATE] Change function list xml structure (minor).
12 years ago
Don Ho 874d5605c4 [NEW_FEATURE] (Author: Andreas Jonsson) Add Begin/End Select feature.
12 years ago
Don Ho fe5b147fe3 [BUG_FIXED] (Author: Andreas Jonsson) Fix opening the same file twice due to its different path (symbol link).
12 years ago
Don Ho 7e66078bed [NEW_FEATURE] (Author: Andreas Jonsson) Delimiter select by ctrl + Double click.
12 years ago
Don Ho 3b9f24ba51 [NEW] Add FunctionList toolbar button.
12 years ago
Don Ho 02086c9c0c [BUG_FIXED] (Author: CodeForLife) Fix Incorrect Macro Deleted from Macro Menu.
12 years ago
Don Ho 2afce6c1b2 [BUG_FIXED] (Author: Pekka Pöyry) Fix the bug of Window position not saved/restored properly.
12 years ago
Don Ho 03b2582a6c [UPDATE] Enhance C++ parser for function list.
12 years ago
Don Ho 3d7183e494 [BUG_FIXED] Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session.
12 years ago
Don Ho fb67ac3bc3 [ENHANCEMENT] Better flash window while search not found.
12 years ago
Don Ho 0bd5bfa635 [ENHENCEMENT] Block comment work with line characters more than 1024.
12 years ago
Don Ho 71234725a1 [ENHANCEMENT] Add "End Reached" and "Top Reached" status in find/replace dialog StatusBar.
12 years ago
Don Ho b0f47da58b [BUG_FIXED] (Author: Jens Lorenz) Fix a detection error of UTF16 file from a binary file.
12 years ago
Don Ho 434638c611 [NEW_FEATURE] (Author: FLS) Enhance the performance of switching files if folding is applied.
12 years ago
Don Ho e2e7703241 [ENHANCEMENT] (Author: Jinhui Yang) Fix macro problem: Find functionality doesn't work in "Run a Macro Multiple Times".
12 years ago
Don Ho 532275abb0 [ENHANCEMENT] (Author: Jinhui Yang) Enhance Find/Replace dialog statusbar message.
12 years ago
Don Ho 865eded304 [BUG_FIXED] Fix fold all command bug (which folds partially).
12 years ago
Don Ho a62ecb6449 [ENHANCEMENT] Enhance the performance to get once the length in the for loop.
12 years ago
Don Ho 0fd29adc40 [NEW_BEHAVIOUR] Make default button on Cancel for replace in files confirm dialog. (di Sardegna)
12 years ago
Don Ho 36b9b7cc8c [NEW_BEHAVIOUR] Remove the result dialogs of Find/Replace dialog. Display the error/result in the new added statusbar of Find/Replace dialog. (di Sardegna)
12 years ago
Don Ho 5da5167b7d [RELEASE] Notepad++ 6.3.3 Release.
12 years ago
Don Ho db19cf8d6a [NEW_FEATURE] Add Close/Keep the selected files commands in Document List Panel.
12 years ago
Don Ho d7cce21309 [RESTORE_FEATURE] Restore remembering session folding feature with the optimized algorithm.
12 years ago
Don Ho 06756d2958 [NEW_FEATURE] Add scroll pos in the middle for function list feature.
12 years ago
Don Ho 3aff6b23a1 [RELEASE] Notepad++ 6.3.2 Release.
12 years ago
Don Ho 84339dc3a4 [NEW_FEATURE] (Author: PSI) Recognize wscript and Rakefile respectively as python and ruby file.
12 years ago
Don Ho f03cac6706 [BUG_FIXED] Revert remember folding states between session feature for a performance issue.
12 years ago
Don Ho 45f9d6e13b [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 3b08109267 [RELEASE] Notepad++ 6.3.1 Release.
12 years ago
Don Ho 385c4c1f41 [BUG_FIXED] (Author: Dave Brotherstone) Fix replacing '\n' bug in both extended and regex mode.
12 years ago
Don Ho d6ea29c577 [NEW] Add new API NPPM_GETCURRENTVIEW.
12 years ago
Don Ho f98e5fd8ad [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 9df4ec6b51 [UPDATE] FunctionList in progress.
12 years ago
Don Ho 49128550d4 [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 0180d012cb [NEW_FEATURE] (Author: FLS) Remember folding states for each file in session.
12 years ago
Don Ho 283f7567a6 [BUG_FIXED] (Author: FLS) Fix a crash bug on uncommenting.
12 years ago
Don Ho 1e10e5e4d1 [NEW] Add "Set Updater proxy..." command for setting the proxy of updater.
12 years ago
Don Ho f911b63a5c [BUG_FIXED] (Author: Pekka Pöyry) Fix the problem of Window position not saved/restored properly.
12 years ago
Don Ho 7c05c2f208 [NEW] FunctionList: restore the previous state.
12 years ago
Don Ho ce1b17b79a [RELEASE] Notepad++ 6.3 Release.
12 years ago
Don Ho 5e122d0089 [BUG_FIXED] (Author: Ivan Radić - aka Loreia) UDL 2.1 minor bug fixed.
12 years ago
Don Ho 04be12a1ae [BUG_FIXED] (Author: Ivan Radić - aka Loreia) UDL 2.1 minor bug fixed.
12 years ago
Don Ho 73c4811c8b [RELEASE] Notepad++ 6.3 RC.
12 years ago
Don Ho c8043294b3 [BUG_FIXED] (Author: Pekka Pöyry) Fix the problem of wrong starting window position on the second monitor.
12 years ago
Don Ho e5861b4df1 [BUG_FIXED] (Author: Pekka Pöyry) Fix the problem that calltip becomes garbage after switching document.
12 years ago
Don Ho 300343011c [BUG_FIXED] (Author: Dave Brotherstone) Fix incremental search regression.
12 years ago
Don Ho d60466eed3 [BUG_FIXED] (Author: Ivan Radić - aka Loreia) UDL 2.1.
12 years ago
Don Ho 2e238a03b8 [BUG_FIXED] (Author: Pekka Pöyry) Can't open file via Explorer context menu when Notepad++ is run as administrator.
12 years ago
Don Ho 233b1ac80a [BUG_FIXED] (Author: Pekka Pöyry) Empty document cannot be saved when using special encoding.
12 years ago
Don Ho ffdebe56ed [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix.
12 years ago
Don Ho 27b2431ad3 [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 793a6665e9 :)
12 years ago
Don Ho c725d3012f [CHANGE] Slight change of Tab bar close icon.
12 years ago
Don Ho 0a8a17fa98 [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 37bac16aff [BUG_FIXED] (Author: Pekka Pöyry) Fix focus order by TAB key in preference dialog.
12 years ago
Don Ho 18737c7ccd [BUG_FIXED] (Author: Pekka Pöyry) Fix the issue of document focus after canceling exit on an unsaved file.
12 years ago
Don Ho 6c344ac24c [UPDATE] Remove unstable plugin during the installation. .
12 years ago
Don Ho ef6c612dc7 [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 7516aa5437 [BEHAVIOUR_CHANGE] Remove the "move to Recycle bin" confirmation dialog for windows 7/Vista/XP.
12 years ago
Don Ho ba935673e5 [BUG_FIXED] (Author: Mike Stratoti) Enhance and stabilize the build.
12 years ago
Don Ho e96c9b151b [BUG_FIXED] (Author: Pekka Pöyry) Fix tab display bug when buffer's filename is changed or buffer is closed.
12 years ago
Don Ho d0395e1ffe [BUG_FIXED] (Author: Pekka Pöyry) Fix the bug that double clicking on tab with 2 views doesn't open new file.
12 years ago
Don Ho c6afa7a3d1 [RELEASE] Notepad++ 6.2.3 End of World Edition.
12 years ago
Don Ho 1216ab3fcb [UPDATE] Build-in FunctionList in progress.
12 years ago
Don Ho 7e5e59feb5 [CHANGE_BEHAVIOUR] Change document default value from ANSI to UTF8 w/o BOM.
12 years ago
Don Ho 90cd3e065a [BUG_FIXED] Fix "Move to Recycle Bin" crash bug in debug mode.
12 years ago
Don Ho cca224d2e4 [BEHAVIOUR_MODIFIED] Change "Delete file" command to "Move to Recycle Bin".
12 years ago
Don Ho 8f1e8ccda6 [NEW_FEATURE] Add Remove empty lines feature.
12 years ago
Don Ho 27efa1548c [NEW_FEATURE] Add build-in FunctionList (in progress).
12 years ago
Don Ho ae2438f737 [RELEASE] Notepad++ 6.2.2 release
12 years ago
Don Ho d1088bc2e2 [NEW_FEATURE] (Author: Ivan Radić, aka Loreia) Add the capacity to treat path like "\test\test.txt".
12 years ago
Don Ho f22c49c7f4 [NEW_FEATURE] (Author: Ivan Radić, aka Loreia) Add selected line count display on the status bar.
12 years ago
Don Ho 1e9690998d [BUG_FIXED] Fix url link style problem in php document.
12 years ago
Don Ho 1ec4e68ed5 [RELEASE] Notepad++ 6.2.1 release
12 years ago
Don Ho 297ea4560c [RELEASE] Notepad++ 6.2.1 release
12 years ago
Don Ho 60ed8107ba [UPDATE] Add STYLE_NOT_USED constant to make source code more readable.
12 years ago
Don Ho cb383ab1b6 [UPDATE] Remove wiondows version (95/98/ME) control for updater.
12 years ago
Don Ho fa5fb505ce [BUG_FIXED] Fix a crash bug while file path as argument and its length is more than 260 characters(MAX_PATH).
12 years ago
Don Ho 41432b9f6d :)
12 years ago
Don Ho 29ff3561ca [BUG_FIXED] Fix a regression bug about Configurator GUI: font setting controls are disabled.
12 years ago
Don Ho 71b72dbdf0 [UPDATE]Remove ANSI Config from project.
12 years ago
Don Ho 9aeb967892 [BUG_FIXED] (Author: Ivan Radić, aka Loreia) Fix a crash issue due to the inconsistent userDefineLang.xml.
12 years ago
Don Ho 377a9ebca7 :)
12 years ago
Don Ho 0e2f878972 [UPDATE] rename the eol operation commands.
12 years ago
Don Ho 783793ba69 [BUG_FIXED] Remove GUI limitation issue for auto-updating feature.
12 years ago
Don Ho b31da09c2b [BUG_FIXED] (Author: Ivan Radić, aka Loreia)
12 years ago
Don Ho 3bfa679f4a [BUG_FIXED] Fix a crash issue (a regression) on opening/closing files.
12 years ago
Don Ho 25ae135f82 [BUG_FIXED] (Author: Ivan Radić, aka Loreia) Fix link hotspot colourising issue.
12 years ago
Don Ho a97b25ed92 [BUG_FIXED] (Author: Ivan Radić, aka Loreia) Python style improvment.
12 years ago
Don Ho 23559e7bfc [RELEASE] 6.2 release
12 years ago
Don Ho cc1c928b8c [BUG_FIXED] (Author: Ivan Radić, aka Loreia) Fix a minor issue of UDL2.
12 years ago
Don Ho 4f8122d2ef [BUG_FIXED] (Author: Andreas Jonsson) Remove the restriction of URL parsing.
12 years ago
Don Ho 0cfae0f4ce [BUG_FIXED] Fixed a translation items shift issue.
12 years ago
Don Ho 74b13ac564 [BUG_FIXED] GUI: make "Update" option visible in Preferences dialog.
12 years ago
Don Ho bbb7581da5 :)
12 years ago
Don Ho 2352cb8d52 [NEW] Make Styler dialog of UDL2 translatable.
12 years ago
Don Ho 60239d517f [UPDATE] Update language files and html API file.
12 years ago
Don Ho a58e54bc68 [NEW_FEATURE] (Author: Loreia L.) New implementation of User Defined Language - UDL2.
12 years ago
Don Ho 275a78228b [RELEASE] 6.1.8 release
12 years ago
Don Ho ba6315c7bd [ENHANCE] Enhance the translation system (for tab context menu).
12 years ago
Don Ho bb0678a0da [BUG_FiXED] Fix a regression of wrong behaviour while save an empty file.
12 years ago
Don Ho dcf7cc089b [RELEASE] 6.1.7 release
12 years ago
Don Ho e4fcbb728d [UPDATE] Update the nativeLang.xml for all available languages for Notepad++.
12 years ago
Don Ho 7fd0c57640 [BUG_FIXED] (Author: Andreas Jonsson) Fix a crash issue on save as command.
12 years ago
Don Ho f1a2acd85f [BUG_FIXED] (Author: Andreas Jonsson) Fix saving file fails silently bug.
12 years ago
Don Ho 37efb3f8ea :)
12 years ago
Don Ho 755774861e [ENHANCEMENT] Enhance the localization system - main menu entries.
12 years ago
Don Ho caaaef7c26 [ENHANCEMENT] Enhance the localization system - no need to update nativeLang.xml if menu sub-entries are moved.
12 years ago
Don Ho 75ccf352d4 [BUG_FiXED] (Author: Andreas Jonsson) Fix a behavior issue on Windows shutdown.
12 years ago
Don Ho 0011deec48 [ENHANCEMENT] (Author: FLS) Enhance comment operations: Stream Uncomment added, cross-calling of block.
12 years ago
Don Ho da5d65a47a :)
12 years ago
Don Ho 072c80eb75 [ENHANCEMENT] Group smart highlighting settings.
12 years ago
Don Ho 4d11f5d26a [NEW_FEATURE] (Author: Andreas Jonsson) Add case sensitive option for smart highlighting feature.
12 years ago
Don Ho e86940390f [NEW_FEATURE] (Author: Loreia) Enhance TAB2SPACE and SPACE2TAB features.
12 years ago
Don Ho e08e566e19 [BUG_FiXED] Fix config.xml 0 length bug after Windows' update (with reboot).
12 years ago
Don Ho 7e352c4a39 :)
12 years ago
Don Ho 7ff4558165 [BUG_FiXED] (Author: Andreas Jonsson) Fix a buffer overflow bug.
12 years ago
Don Ho 2873d37901 [RELEASE] 6.1.6 release
12 years ago
Don Ho 211932fdd7 [BUG_FIXED] Walk around Notepad++ hanging on C(JK?) input with ANSI document while enabling word completion.
12 years ago
Don Ho 418c440f63 [BUG_FIXED] Align text display in help dialog (--help).
12 years ago
Don Ho f719de993f [NEW] Add font size 5, 6 and 7 in Style Configurator
12 years ago
Don Ho 301492a3a6 [ENHANCEMENT] (Author: Andreas Jonsson) Enhance folding performance on large document.
12 years ago
Don Ho 78a38c1c28 [CLEAN_UP] Remove unnecessary function.
12 years ago
Don Ho a900e8d01d [BUG_FIXED] (Author: Andreas Jonsson) Fix "Doc switcher icon state not refreshed on 'save all'" bug.
12 years ago
Don Ho be4682a683 :)
12 years ago
Don Ho 1eda47d56c [BUG_FIXED] (Author: Andreas Jonsson) Fix two logic errors.
13 years ago
Don Ho 8d4f1a36c5 [NEW_FEATURE] (Author: Andreas Jonsson) Make Document map togglable via menu.
13 years ago
Don Ho dbd2df8571 [BUG_FIXED] (Author: Andreas Jonsson) Fix some problems with Find/Replace dialog messages like "1 hits in 1 files".
13 years ago
Don Ho 83bd722c0a [BUG_FIXED] (Author: Andreas Jonsson) Fix a issue that "max number of recent files" cannot be set to 0.
13 years ago
Don Ho 6fc39bed3f [BUG_FIXED] Check update without elevating to Administrator right.
13 years ago
Don Ho 6224cf51b5 [RELEASE] 6.1.5 release
13 years ago
Don Ho 3ef269d952 [BUG_FIXED] (Author: Andreas Jonsson) Fix a GUI bug: it shows empty tab row while closing a last tab in a row (in the multi-line tab mode).
13 years ago
Don Ho 52d9ea2d4c [BUG_FIXED] (Author: Dave Brotherstone) Fix a html tag match freezing issue.
13 years ago
Don Ho af994f0042 [BUG_FIXED] Add Windows 8 detection - Fix the sidebar splitter failed in Windows 8 issue.
13 years ago
Don Ho 2a6d8b213f [BUG_FIXED] Fix tab context menu in the other localization regression due to adding new command "Reload".
13 years ago
Don Ho 4a8cb6d15e [BUG_FIXED] (Author: Andreas Jonsson) Fix lower/UPPER case on selected text which contains NULL characters.
13 years ago
Don Ho e2a165cc8e [BUG_FIXED] (Author: FLS) Fix wrap/unwrap line position not being kept bug.
13 years ago
Don Ho 86f444f829 [BUG_FIXED] Fix un regression: folding/unfolding performance issue.
13 years ago
Don Ho 07671e8d71 [RELEASE] 6.1.4 release
13 years ago
Don Ho baff122284 [BUG_FIXED] (Author: Loreia L.) Provide a walkaround for Windows Explorer's crash bug due to the conflicts between NppShell.dll and Net iD's contextmenu component.
13 years ago
Don Ho 8dbb880092 [BUG_FIXED] (Author: Andreas Jonsson)
13 years ago
Don Ho 980ff19c95 [UPDATE_COMPONENT] (Author: Loreia L.) Make NppShell compilable under Visual Studio 2008.
13 years ago
Don Ho 39da7315b1 [RELEASE] 6.1.3 release
13 years ago
Don Ho 6bf1810dae [UPDATE] Add 2 javascript entries for auto-completion.
13 years ago
Don Ho 7d36c18b11 [ENHANCEMENT] (Author: Marius Negrutiu) Modified the uninstaller to remove NPP file associations.
13 years ago