Pavel Nedev
df7ddabff0
Make FindInFiles progress window behave like modal
10 years ago
Pavel Nedev
4409277180
Display find progress status on cancel operation also
10 years ago
Pavel Nedev
43ac186d2b
Auto-fit filename in FindInFiles progress window
...
This way the filename doesn't spread on multiple lines.
10 years ago
Pavel Nedev
ccee6ea29d
Refresh N++ window on Finder creation
...
This makes Notepad++ window look clean when starting Find/Replace InFiles operation for the first time.
10 years ago
Don HO
a7e00affb4
Merge pull request #110 from andreas-jonsson/remove_struct
...
[UPDATE] Remove OPENFILENAMENPP structure.
10 years ago
Don Ho
bdb06f3861
[UPDATE] Update a quote.
10 years ago
Don HO
ec9712665a
Merge pull request #104 from NN---/patch-2
...
[UPDATE] Add more xml file extensions.
10 years ago
Don HO
af664e49c5
Merge pull request #112 from Croydon/master
...
[UPDATE] Add jsm to the Javascript extensions.
10 years ago
Michael
b8adf46489
Add jsm to the Javascript extensions
...
.jsm is short for Javascript module and is at least used in Mozilla Addons for shared code.
10 years ago
Don HO
f7e5be4e2b
Merge pull request #12 from dail8859/splitlines
...
[ENHANCEMENT] "Split Lines" uses the edge mode if enabled.
10 years ago
Don HO
e70eb054b0
Merge pull request #46 from andreas-jonsson/repeat
...
[ENHANCEMENT] Add "repeat" option to column editor.
10 years ago
Don Ho
0628508ef0
[REMOVE] Remove solution file from git index.
10 years ago
Don Ho
ec105d7b5f
[UPDATE] Remove solution file from git index.
...
VisualStudioVersion could be different.
10 years ago
Don HO
99eca7b1bf
Merge pull request #90 from rcdailey/multi-processor-build
...
[UPDATE] Enable multiprocessor compiling; Remove pre-compiling method.
10 years ago
Don Ho
6870368034
Update gitIgnore file.
10 years ago
Andreas Jönsson
4bd32caa5c
Remove OPENFILENAMENPP structure.
10 years ago
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
...
layer
10 years ago
Don HO
f74bb0813b
Merge pull request #95 from NN---/patch-1
...
[REMOVE] Remove binary file npp.pdb.
10 years ago
NN
3644983bcb
Add more xml file extensions
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
Robert Dailey
5c69e59187
Enable multiprocessor build
...
Project now utilizes the /MP compiler switch to perform
parallelized builds. The number of parallel builds performed
is determined on a per-machine basis based on available
logical CPUs.
Long term this will provide the best performance output to
code maintainability ratio compared to just enabling
precompiled headers.
Using my personal machine (8 cores), I got the following
timings (Debug configuration):
* Normal build : 89 seconds
* Multi-processor build : 28 seconds
* PCH enabled : 27 seconds
Note that the multi-processor build timings can be further
reduced with proper dependency management and removal of
existing precompiled header file (precompiledHeaders.h).
Specific Changes:
* Precompiled header support disabled (not compatible with
/MP flag).
* precompiledHeader.cpp deleted.
* Solution File added.
* Minimal Rebuild (/Gm) disabled (ignored when /MP is on).
precompiledHeaders.h still exists because it contains a ton of
inclusions required by lots of files. A second and less trivial
cleanup will involve removing the precompiledHeaders.h file and
individually correcting and satisfying dependencies in each source
file in the code base.
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
...
This problem is due to the sort lines enhancement.
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
...
[BUG_FIXED] Fix issues related to sort optimization.
10 years ago
Don HO
b6d5c2b45a
Merge pull request #35 from cmeriaux/goToNextIndicator
...
[BUG_FIXED] Fix "Jump to next indicator" command broken with only one character.
10 years ago
Don HO
3a301ee6ad
Merge pull request #48 from laugel/master
...
[UPDATE] Added the "config" extension for XML files.
10 years ago
Don HO
c3c0cc4a24
Merge pull request #47 from prclx323800/translation
...
[UPDATE] Translate "Restore Recent Closed File".
10 years ago
Don HO
4ab13f02cb
Merge pull request #52 from oneill/fix-auto-detect-settings
...
[BUG_FIXED] Fix file status auto-detection 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.
...
This allows the inserted text to be repeated x times. As an example,
if we have selected 6 columns and let initial number = 10,
increase by = 5 and repeat = 2, then the column editor will insert the
following:
10
10
15
15
20
20
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.
...
Convert strings to int, sort, then convert back to strings.
10 years ago