Skip to content

Improve makefile readability#2482

Closed
SinghRajenM wants to merge 1 commit intonotepad-plus-plus:masterfrom
SinghRajenM:MakeReadability
Closed

Improve makefile readability#2482
SinghRajenM wants to merge 1 commit intonotepad-plus-plus:masterfrom
SinghRajenM:MakeReadability

Conversation

@SinghRajenM
Copy link
Copy Markdown
Contributor

Improve makefile readability

makefile

@donho donho added the accepted label Oct 28, 2016
@donho donho added this to the 7.x (master) milestone Oct 28, 2016
@donho donho self-assigned this Oct 28, 2016
@donho donho closed this in f9d1341 Oct 31, 2016
@SinghRajenM SinghRajenM deleted the MakeReadability branch November 1, 2016 03:33
SinghRajenM added a commit to SinghRajenM/notepad-plus-plus that referenced this pull request Nov 11, 2016
* Update german.xml to version 7.0 - 14.10.16

including last updates following english.xml from 14.10.2016

Closes notepad-plus-plus#2423

* Update translations

* Update farsi.xml to 7.1

* Update slovenian.xml to v7.1

* Notepad++ 7.1 release

* Updated hindi.xml

Closes notepad-plus-plus#2375

* Update config.model.xml

* config.xml is generated by notepad++

No more config.model.xml. config.xml is generated by notepad++ directly.

* Add SmartHighLight node for config.xml generation

* Fixed disable smart highlihgt inconsistent behaviour

This bug can be reproduce by turning off smart highlight then restart
Notepad++ : some smart highlight options are still enabled.

Fixes notepad-plus-plus#2442, closes notepad-plus-plus#2465

* Add .profile, .bash_profile, and .bashrc extensions.

* Ensure backup directory exists

Failed backups result in a user error message and asks to save the file anyways. Closes notepad-plus-plus#2346, Closes notepad-plus-plus#2441

* Add smart highlighting extension to anothe view option

Add new option to enable smat highlighting extension to anothe view,
while both views are visible side by side.

* Fix a regression of double click on several zones of status bar.

* Fix a tab settings regression

Tab settings per language broken due to the entries are doubled by error
during the preferences dialog reorganization.

* Fix uninstaller silent mode issue

Remove also unecessary files

* Fix Installer for 64-bit fails with argument "/D"

* Change styler to make makefile more readable

Closes notepad-plus-plus#2482

* MinGW GCC update

- changes necessary to get back a buildable version with mingw, last adapted with notepad-plus-plus#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 notepad-plus-plus#2478

* Japanese translation update

* update translations to v7.1
* correct indent
Closes notepad-plus-plus#2436

* Update Ukrainian translation

Closes notepad-plus-plus#2414

* Update catalan.xml

Update to v7.0

Closes notepad-plus-plus#2412

* Fix Encoding radio button issue in New Document

Sync UTF-8 checkbox with UTF-8 radio button

Closes notepad-plus-plus#2377

* cmake config update

- added usable cmake config file by transferring files structure from visual studio project file
- contains also basic support for mingw make file creation
- see https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.38 for successful with own appveyor config

Closes notepad-plus-plus#2477

* Update translations

* Notepad++ release 7.2

* Expand environment variables in backup path

Fixes notepad-plus-plus#2520, Fixes notepad-plus-plus#2525

* Improve Javascript readability
SinghRajenM added a commit to SinghRajenM/notepad-plus-plus that referenced this pull request Nov 11, 2016
* Update german.xml to version 7.0 - 14.10.16

including last updates following english.xml from 14.10.2016

Closes notepad-plus-plus#2423

* Update translations

* Update farsi.xml to 7.1

* Update slovenian.xml to v7.1

* Notepad++ 7.1 release

* Updated hindi.xml

Closes notepad-plus-plus#2375

* Update config.model.xml

* config.xml is generated by notepad++

No more config.model.xml. config.xml is generated by notepad++ directly.

* Add SmartHighLight node for config.xml generation

* Fixed disable smart highlihgt inconsistent behaviour

This bug can be reproduce by turning off smart highlight then restart
Notepad++ : some smart highlight options are still enabled.

Fixes notepad-plus-plus#2442, closes notepad-plus-plus#2465

* Add .profile, .bash_profile, and .bashrc extensions.

* Ensure backup directory exists

Failed backups result in a user error message and asks to save the file anyways. Closes notepad-plus-plus#2346, Closes notepad-plus-plus#2441

* Add smart highlighting extension to anothe view option

Add new option to enable smat highlighting extension to anothe view,
while both views are visible side by side.

* Fix a regression of double click on several zones of status bar.

* Fix a tab settings regression

Tab settings per language broken due to the entries are doubled by error
during the preferences dialog reorganization.

* Fix uninstaller silent mode issue

Remove also unecessary files

* Fix Installer for 64-bit fails with argument "/D"

* Change styler to make makefile more readable

Closes notepad-plus-plus#2482

* MinGW GCC update

- changes necessary to get back a buildable version with mingw, last adapted with notepad-plus-plus#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 notepad-plus-plus#2478

* Japanese translation update

* update translations to v7.1
* correct indent
Closes notepad-plus-plus#2436

* Update Ukrainian translation

Closes notepad-plus-plus#2414

* Update catalan.xml

Update to v7.0

Closes notepad-plus-plus#2412

* Fix Encoding radio button issue in New Document

Sync UTF-8 checkbox with UTF-8 radio button

Closes notepad-plus-plus#2377

* cmake config update

- added usable cmake config file by transferring files structure from visual studio project file
- contains also basic support for mingw make file creation
- see https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.38 for successful with own appveyor config

Closes notepad-plus-plus#2477

* Update translations

* Notepad++ release 7.2

* Expand environment variables in backup path

Fixes notepad-plus-plus#2520, Fixes notepad-plus-plus#2525

* Improved Run Macro dialog UI.
1. Radio button and edit box were overlapped
2. Edit box and comboxed were not vertically aligned.
SinghRajenM added a commit to SinghRajenM/notepad-plus-plus that referenced this pull request Nov 11, 2016
* Update german.xml to version 7.0 - 14.10.16

including last updates following english.xml from 14.10.2016

Closes notepad-plus-plus#2423

* Update translations

* Update farsi.xml to 7.1

* Update slovenian.xml to v7.1

* Notepad++ 7.1 release

* Updated hindi.xml

Closes notepad-plus-plus#2375

* Update config.model.xml

* config.xml is generated by notepad++

No more config.model.xml. config.xml is generated by notepad++ directly.

* Add SmartHighLight node for config.xml generation

* Fixed disable smart highlihgt inconsistent behaviour

This bug can be reproduce by turning off smart highlight then restart
Notepad++ : some smart highlight options are still enabled.

Fixes notepad-plus-plus#2442, closes notepad-plus-plus#2465

* Add .profile, .bash_profile, and .bashrc extensions.

* Ensure backup directory exists

Failed backups result in a user error message and asks to save the file anyways. Closes notepad-plus-plus#2346, Closes notepad-plus-plus#2441

* Add smart highlighting extension to anothe view option

Add new option to enable smat highlighting extension to anothe view,
while both views are visible side by side.

* Fix a regression of double click on several zones of status bar.

* Fix a tab settings regression

Tab settings per language broken due to the entries are doubled by error
during the preferences dialog reorganization.

* Fix uninstaller silent mode issue

Remove also unecessary files

* Fix Installer for 64-bit fails with argument "/D"

* Change styler to make makefile more readable

Closes notepad-plus-plus#2482

* MinGW GCC update

- changes necessary to get back a buildable version with mingw, last adapted with notepad-plus-plus#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 notepad-plus-plus#2478

* Japanese translation update

* update translations to v7.1
* correct indent
Closes notepad-plus-plus#2436

* Update Ukrainian translation

Closes notepad-plus-plus#2414

* Update catalan.xml

Update to v7.0

Closes notepad-plus-plus#2412

* Fix Encoding radio button issue in New Document

Sync UTF-8 checkbox with UTF-8 radio button

Closes notepad-plus-plus#2377

* cmake config update

- added usable cmake config file by transferring files structure from visual studio project file
- contains also basic support for mingw make file creation
- see https://ci.appveyor.com/project/chcg/notepad-plus-plus/build/1.0.38 for successful with own appveyor config

Closes notepad-plus-plus#2477

* Update translations

* Notepad++ release 7.2

* Expand environment variables in backup path

Fixes notepad-plus-plus#2520, Fixes notepad-plus-plus#2525

* Update readme.txt

* Improve Javascript string readability

Fixes notepad-plus-plus#1543, closes notepad-plus-plus#2550

* Small tune on Run Macro dialog UI.

1. Radio button and edit box were overlapped
2. Edit box and comboxed were not vertically aligned.

Closes notepad-plus-plus#2549

* Remove 32bit shell dll from 64bit installer

Closes notepad-plus-plus#2408
PalashBansal pushed a commit to PalashBansal/notepad-plus-plus that referenced this pull request Dec 3, 2016
anil-shrestha pushed a commit to anil-shrestha/notepad-plus-plus that referenced this pull request Dec 7, 2016
iczelia pushed a commit to iczelia/notepad-plus-plus that referenced this pull request Jan 17, 2021
chcg added a commit to chcg/notepad-plus-plus that referenced this pull request Nov 16, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip)

    Released 10 November 2025.
    Change format for SCI_GETSELECTIONSERIALIZED. Feature notepad-plus-plus#1563.
    Ensure selection drawn correctly when selection restored by undo. Bug notepad-plus-plus#2487.
    Update to Unicode 16. Feature notepad-plus-plus#1569.
    Fix bug when indenting rectangular selection. Feature notepad-plus-plus#1567.
    Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
    On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug notepad-plus-plus#2482.
    On Cocoa, fix crash with bidirectional mode when scrolled before start of document.
    On Cocoa, use same default calltip colours as other platforms for consistency. Bug notepad-plus-plus#2486.

Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip)

    Released 10 November 2025.
    Lexer added for SINEX "sinex". Pull request notepad-plus-plus#329.
    Update character categories to Unicode 16. Feature notepad-plus-plus#1569.
    Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request notepad-plus-plus#332.
    Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request notepad-plus-plus#316.
    Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request notepad-plus-plus#328.
chcg added a commit to chcg/notepad-plus-plus that referenced this pull request Nov 16, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip)

    Released 10 November 2025.
    Change format for SCI_GETSELECTIONSERIALIZED. Feature notepad-plus-plus#1563.
    Ensure selection drawn correctly when selection restored by undo. Bug notepad-plus-plus#2487.
    Update to Unicode 16. Feature notepad-plus-plus#1569.
    Fix bug when indenting rectangular selection. Feature notepad-plus-plus#1567.
    Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
    On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug notepad-plus-plus#2482.
    On Cocoa, fix crash with bidirectional mode when scrolled before start of document.
    On Cocoa, use same default calltip colours as other platforms for consistency. Bug notepad-plus-plus#2486.

Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip)

    Released 10 November 2025.
    Lexer added for SINEX "sinex". Pull request notepad-plus-plus#329.
    Update character categories to Unicode 16. Feature notepad-plus-plus#1569.
    Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request notepad-plus-plus#332.
    Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request notepad-plus-plus#316.
    Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request notepad-plus-plus#328.
donho pushed a commit that referenced this pull request Nov 23, 2025
Scintilla Release 5.5.8 (https://www.scintilla.org/scintilla558.zip)

    Released 10 November 2025.
    Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563.
    Ensure selection drawn correctly when selection restored by undo. Bug #2487.
    Update to Unicode 16. Feature #1569.
    Fix bug when indenting rectangular selection. Feature #1567.
    Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
    On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug #2482.
    On Cocoa, fix crash with bidirectional mode when scrolled before start of document.
    On Cocoa, use same default calltip colours as other platforms for consistency. Bug #2486.

Lexilla Release 5.4.6 (https://www.scintilla.org/lexilla546.zip)

    Released 10 November 2025.
    Lexer added for SINEX "sinex". Pull request #329.
    Update character categories to Unicode 16. Feature #1569.
    Errorlist: Allow "bright" ANSI sequences (ESC[90m - ESC[97m). Pull request #332.
    Progress: Treat '.' as part of compound identifiers instead of as an operator between identifiers. Pull request #316.
    Python: Support t-strings t\"var={var}\" added by Python 3.14. Pull request #328.

Close #17191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants