Commit Graph

1096 Commits (c14f87c4b0e715845da99c26dfc51b599dd19fc4)
 

Author SHA1 Message Date
Don Ho b85fc02841 [RELEASE] Notepad++ 6.7.8.2 release
10 years ago
Don Ho d3c7ade18c [NEW] Prevent from launching updater under XP due to the obsolet security
10 years ago
Don HO f74bb0813b Merge pull request #95 from NN---/patch-1
10 years ago
Andreas Jönsson 7c3376ae6b Use a rectangular selection as sort key.
10 years ago
NN 3644983bcb Add more xml file extensions
10 years ago
NN f867f40cb9 Add warnings description.
10 years ago
Andreas Jönsson 626dc02c4c Use old-style loop to be compatible with VS2010.
10 years ago
NN 2ef5e5eca3 Support compilation in VS2015.
10 years ago
Don Ho a76ff09ac0 [RELEASE] Notepad++ 6.7.8.1 release (WinGup bug-fix: remove the dependency of msvcr120.dll)
10 years ago
NN eca9471ba8 This file is not intended to be committed
10 years ago
Andreas Jönsson 7b9c342bda Fix outdated comment.
10 years ago
Robert Dailey 5c69e59187 Enable multiprocessor build
10 years ago
Andreas Jönsson 91da641adc Use initializer list in ISorter.
10 years ago
Andreas Jönsson be230c1a29 Add a version of std::stod which takes locale.
10 years ago
Andreas Jönsson 0e42d3348a Fix handling of negative numbers + empty lines.
10 years ago
Andreas Jönsson ad2cc85c0e Simplify NativeLangSpeaker::messageBox.
10 years ago
Andreas Jönsson d0bafb7fba Add more options for sorting.
10 years ago
Andreas Jönsson 4d8e731d3e Add const to NativeLangSpeaker::messageBox().
10 years ago
Don Ho 5c272a8818 [RELEASE] Notepad++ 6.7.8 release.
10 years ago
Don Ho 50410cc744 [BUG_FIXED] Fix compiling problem in debug mode
10 years ago
Don Ho 6b853cf3d3 [UPDATE] Update WinGup to version 3.0 and several localization files.
10 years ago
Don Ho c033d58cb8 [UPDATE] Remove outdated user manual from release package.
10 years ago
Andreas Jönsson 98cafadc3f Remove const.
10 years ago
Andreas Jönsson 014c06c89c Remove const.
10 years ago
Don HO 72c8f0b4ae Merge pull request #44 from andreas-jonsson/more_optimize_sort
10 years ago
Don HO b6d5c2b45a Merge pull request #35 from cmeriaux/goToNextIndicator
10 years ago
Don HO 3a301ee6ad Merge pull request #48 from laugel/master
10 years ago
Don HO c3c0cc4a24 Merge pull request #47 from prclx323800/translation
10 years ago
Don HO 4ab13f02cb Merge pull request #52 from oneill/fix-auto-detect-settings
10 years ago
oneill@users.noreply.github.com cf0f8df7a8 Retain field values when disabling status auto-detection
10 years ago
oneill@users.noreply.github.com d98232b76e Fix the file status auto-detection setting not being set correctly
10 years ago
Andreas Jönsson 83de4a9da2 Use long long in numeric sort (ie 64 bit numbers).
10 years ago
Jean-Yves LAUGEL 22f2e101a6 Added the "config" extension for XML files.
10 years ago
Lin Xiao ba0e08f06e Conform to translation file format
10 years ago
Lin Xiao 2968fb9a29 Translate "Restore Recent Closed File"
10 years ago
Andreas Jönsson f4132c1634 Add "repeat" option to column editor.
10 years ago
Andreas Jönsson ee225f5cad Handle empty lines properly in numeric sort.
10 years ago
Andreas Jönsson 936d9c56fc When sorting, reserve enough space for work + output.
10 years ago
Andreas Jönsson 60505765cc Remove ScintillaEditView::getLine, no longer used.
10 years ago
Andreas Jönsson dd846658e6 Use new kind of loop.
10 years ago
Andreas Jönsson 501ce1d689 Make reference signs consistent.
10 years ago
Andreas Jönsson 83c16755ab Don't cache int->string conversion, it doesn't speed up anything.
10 years ago
Andreas Jönsson 4b3fbdd570 Don't throw pointers (MFC habit).
10 years ago
Andreas Jönsson 6f004d86a4 Rename sortAllLines -> sortEntireDocument.
10 years ago
Andreas Jönsson e258bcb3a7 Speed up numeric sorting by 10x.
10 years ago
Andreas Jönsson bcbe48b13f Make stoi_CountEmptyLinesAsMinimum more restrictive.
10 years ago
Andreas Jönsson 0eca4db949 Improve numeric sorting. No need to read lines from Scintilla, we already
10 years ago
Andreas Jönsson eee7c4f16e Sort numerically (not lexicographically) if all lines are integers.
10 years ago
Andreas Jönsson 6e84be21f4 Fix newline bug when not sorting all lines.
10 years ago
Andreas Jönsson 351b9b6bff Rename quickSortLines -> sortLines.
10 years ago