ArkadiuszMichalski
0dd0a9586a
Support both MingGW multilib versions
...
Fix #10941 , close #10962
2022-01-04 22:34:59 +01:00
ArkadiuszMichalski
85d6108a6b
Fix Build not work under path with space
...
Fix #10907 , close #10914
2021-12-21 23:44:52 +01:00
ArkadiuszMichalski
3d5aa49cdd
Fix build 32-bit binary failure under unix-like shell (Git Bash)
...
Read Windows environment variables correct also for unix-like shell.
Fix #10885 , close #10886
2021-12-14 00:54:30 +01:00
Ivan Ustûžanin
049ededf9f
Add gcc 32-bit build and improve build process
...
1. Include SciLexer build in Notepad++ build.
2. Remove -fpermissive, auto -j in make.
Fix #9989 , close #10540
2021-09-13 23:17:11 +02:00
Ivan Ustûžanin
241238df5a
Fix xml writing issue in gcc build
...
Fix #10185 , fix #9163 , close #10503
2021-09-06 00:25:09 +02:00
Christian Grasser
f428fbab13
Fix building MinGW release twice in appveyor builds
...
Improve also MinGW build (toolbar appears) by adding changes from patch https://github.com/notepad-plus-plus/notepad-plus-plus/files/6947163/notepad-gcc-build.patch.txt
Fix #10328 , fix #10185 , close #10469
2021-09-01 11:54:00 +02:00
mere-human
6a4ef408f2
Fix GCC compiler warnings in Notepad++
...
Fix #10037 , close #10048
2021-06-23 12:49:06 +02:00
Christian Grasser
6750be3432
Fix for darkmode build with mingw
...
Close #9789
2021-04-24 06:23:33 +02:00
Adam D. Walling
5a3bf49c86
Add Dark Mode for not attracting bugs
...
Toolbar, status bar, tab bar, menu bar, dark scrollbar, handle switching between light and dark, docking splitters and headers, flicker fixes. Minor tweaks to DarkMode.h. Mostly handles the dark mode request for the main interface for #7692 and also follows the windows system theme settings like #9183 .
Fix #9183 , fix #7692 , close #9587
2021-04-23 16:22:57 +02:00
Christian Grasser
ab58c8ee3e
One button to compile them all
...
1. Build Notepad++ with Scintilla static lib (libscintilla.lib) and Boost (v1.76) RegExpr.
2. ARM64 build is available.
Fix #5158 , close #9594
2021-04-17 05:55:10 +02:00
mere-human
6e43ba6ea5
Add an option to mute all sounds in preferences dialog
...
Fix #7950 , close #9507
2021-02-19 03:46:52 +01:00
mere-human
3cf65ade81
Fix typo in ScitillaComponent directory name
...
Rename ScitillaComponent -> ScintillaComponent.
Git history should be kept because `git mv` was used.
Also change paths in source code.
This was noted in scope of #9403
Close #9450
2021-01-27 05:39:55 +01:00
Don HO
ab5c1d3e2a
Upgrade Notepad++ License
...
Update GPL version from v2 to v3.
Fix #9425 , close #9441
2021-01-24 01:51:19 +01:00
Don HO
3bf17ec697
Fix build error in MinGW
...
and fix a misuse of CopyFileEx function.
2021-01-20 04:55:42 +01:00
Scott Sumner
5965b3d352
Project structure improvement: Move TreeView files in the right place
...
Close #9083
2020-10-31 19:15:11 +01:00
Don HO
c0c070abaf
Split functionList.xml into multifile in "functionList" Folder
...
New "functionList" will be added beside of notepad++.exe or "%APPDATA%\Notepad++\", according the installation mode. If the portable package is used, after removing "doLocalConf.xml", the "functionList" folder should be copied manually from Notepad++ installed directory to "%APPDATA%\Notepad++\" to make function list work again.
All splited files are localized in this folder with the explicit language name.
"overrideMap.xml" is optional for overriding the default functionList parse rule files, and for adding UDL parse rule files.
Close #4896
2020-10-21 18:05:08 +02:00
Udo Hoffmann
401bfcb0cd
Add new URL parser to replace inaccurate regex detection
...
Fix inaccurate URL detection and enhance URL detection for non-English character.
Fix #3912 , fix #3353 , fix #4643 , fix #5029 , fix #6155 , fix #7791 , fix #8634 , close #8921
2020-10-04 18:42:10 +02:00
Roshni-P
e44ed31434
Add the ability to open the target file of a Shortcut (.lnk)
...
Fix #8483 , close #8810
2020-09-04 14:29:39 +02:00
Scott Sumner
d3cb2ceb36
Add external sound control capability for unsuccessful search bell
...
Fix #7950 , close #7951
2020-02-17 03:37:18 +01:00
Christian Grasser
c741f83bde
Update makefile for mingw gcc builds
...
Close #4145
2019-11-07 22:13:47 +01:00
Christian Grasser
5a96eb68b2
MinGW GCC update
...
- changes necessary to get back a buildable version with mingw, last adapted with https://github.com/notepad-plus-plus/notepad-plus-plus/pull/1229
- fixed some gcc compiler errors and warnings, see https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.3 to https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.13
- remaining task is the wincontrol "ReadDirectoryChanges", which uses ATL, propably not available with mingw
Closes #2478
2016-10-31 14:03:29 +01:00
Markus Heidelberg
715a64a32a
Make GCC/MinGW build work again and support cross-building under Linux
...
Close #1229 , Fixes #385
Only build errors are fixed, compile warnings are left alone. To reduce
the number of changes, even the compiler option "-fpermissive" has been
used to downgrade several errors to warnings.
2015-12-15 17:10:46 +01: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