Kyle K
324a7ab8cc
Enhance dark themes for some programming languages
...
Tweak themes for python and makefile.
Also apply default color to other items in need.
Fix #10648 , close #10661
3 years ago
Ashfaaq18
4cf1267af8
Fix white flash in dark mode on CMD launch with position data
...
Fix #10657 , close #10658
3 years ago
CennoxX
add1c145ad
Fix "Run macro until the end of file" command skipping the last line issue
...
Fix #10441 , close #10638
3 years ago
Don HO
c1dac5983a
Notepad++ 8.1.6 release
3 years ago
Ashfaaq18
35e3fb9688
Fix white flash on Notepad++ startup in darkmode issue
...
Fix #3955 , fix #10601 , close #10639
3 years ago
Tmp341
d692b5060f
Update Turkish localization
...
* According to 2576bf8
, 45831ac
, deab93f
, e12b161
, 84c1505
, ef8522e
, 36d0d29
and f6282f4
commits.
* Some spacing.
Close #10587
3 years ago
Don Ho
6a3d6e05d9
Add new quotes
3 years ago
CennoxX
b4d94f5774
Make markdown UDL work in evry dark theme
...
When using dark mode with a theme other than DarkModeDefault the background and font color of the theme are not applied to all styles.
This PR fix this bug by adding colorStyle="1" to ignore defined background colour in UDL, and use the default's background colour (theme's one) instead.
Fix #10593 , close #10619
3 years ago
A. Regnander
5de59d7e44
Update swedish.xml
...
Close #10620
3 years ago
Don Ho
6c3031f01b
Fix file can be marked as saved even it's been deleted outside
...
This PR make buffer always dirty (with any undo/redo operation) if the editing buffer is unsyncronized with file on disk.
By "unsyncronized", it means:
1. the file is deleted outside but the buffer in Notepad++ is kept.
2. the file is modified by another app but the buffer is not reloaded in Notepad++.
Note that if the buffer is untitled, there's no correspondent file on the disk so the buffer is considered as independent therefore synchronized.
Fix #10401 , close #10616
3 years ago
Don Ho
97ad1d922e
Update translations
3 years ago
Adam D. Walling
78a2f32692
Fix status bar text display issue in dark mode
...
Fix incorrect text size calculation for drawing the dark mode status bar
which can cause an invalid character to be displayed.
Fix #10564 , close #10611
3 years ago
Don Ho
682a8edafa
CFile (Win32 API IO) Refactoring
...
1. Rename CFile to Win32_IO_File (plus some modification in class).
2. Add new method writeStr() in Win32_IO_File class to write "char*" & string.
3. Change method names of Utf8_16_Write class and make writeFile() method return accurate type (boolean).
Close #10612
3 years ago
Don Ho
11b2dd0f6b
Fix previous session lost issue after MS update restarting Windows
...
Use Windows IO API instaed POSIX IO (output only) on tinyXml component for writting xml file (config.xml, session.xml, etc...).
Fix #10402 , close #10612
3 years ago
Don Ho
f1837474ca
Fix Print Preferences GUI bug issue
...
Fix #10552
3 years ago
Pavel Nedev
9aa9ecb664
Fix NUL file-corruption issue after system shutting down brutally
...
Uses native Win32 IO API (CreateFile, ReadFile, WriteFile, CloseHandle) instead of POSIX ones (fopen, fread, fwrite, fclose) for remedying NUL file-corruption problem due to system shutting down brutally.
Fix #6133 , close #10598
3 years ago
Ivan Ustûžanin
49c3e5d553
UDL lexer: fix potential infinite loop
...
Fixed a condition in a loop which is always true (unsigned >= 0) and can
potentially turn the loop infinite.
And removed a check after the loop which now is also always false.
Close #10597
3 years ago
Don Ho
4d57f5071f
Make modified code conform to the coding style
3 years ago
Ashfaaq18
531bef28d8
Fix docked window sizing direction problem in RTL mode
...
Fix #10536 , close #10576
3 years ago
Ivan Ustûžanin
19cf5c9037
UDL: preserve DarMode-ness upon saving
...
Fix #10583 , close #10570
3 years ago
Don Ho
2159126d8e
Initialize the values of Gripper's varible member
3 years ago
Ashfaaq18
d939e4a6ed
Fix floating panel movement issue in RTL mode
...
Fix #10579 , close #10586
3 years ago
Ivan Ustûžanin
d11d2c7f23
gcc: fix warnings during Scintilla build
...
Fixed warnings generated during Scintilla build in `boostregex/BoostRegExSearch.cxx`
(`-Wall -Wpedantic` are the default for Scintilla).
Close #10596
3 years ago
Don HO
45693d1302
Notepad++ 8.1.5 release
3 years ago
Don Ho
2f7490abab
Fix tab settings in UDL regression
...
Bug reported here:
https://community.notepad-plus-plus.org/topic/21866/notepad-8-1-5-rc-3?_=1632620635740
The regression is due to e5a800722b
3 years ago
Don Ho
a7a700145d
Fix a regression of pluginsAdmin
...
Fix a regression of pluginsAdmin reported in:
https://community.notepad-plus-plus.org/topic/21853/notepad-8-1-5-rc2/3?_=1632245574765
3 years ago
Don Ho
635f1d41ab
Fix a typo & add a pun
3 years ago
Don Ho
bc2e689185
Add Insert Date/Time commands shortcut & macro capacities
...
Fix #10567
3 years ago
Don HO
c7e1da48ff
Align dark mode styles with light mode styles
...
1. Improve JSON, PYTHON, BANNC and VHDL syntax highlighting in dark mode.
2. Reosort light mode style.
3 years ago
popcorner
94788503d2
Update chineseSimplified.xml
...
Close #10559
3 years ago
Thomas De Rocker
8d7aa6b06c
Update dutch.xml
...
Close #10474
3 years ago
popcorner
ad40663fb3
Update chineseSimplified.xml
...
Close #10498
3 years ago
regener
827bcc1d05
Hungarian translation update for version 8.1.4
...
Close #10500
3 years ago
Don Ho
6ee3bd3c45
Make more room for the translation of custom format label
3 years ago
mere-human
0ad4912eb0
Enhance Insert Custom Date command by using MS datetime format
...
Fix #10467 , close #10480
3 years ago
rddim
e1e180397f
Update Bulgarian localization
...
Close #10424
3 years ago
schnurlos
1d71e90a64
Update german.xml to v8.1.4
...
Close #10428
3 years ago
Hugo Carvalho
3d02256078
Update Portuguese translation to v8.1.5
...
Close #10457
3 years ago
yasmise
114107957c
update japanese.xml to v8.1.5
...
Added translations for these commits:
* Make "Confirm Save All" dialog more clear (deab93f9b5
)
* Make Incremental Search panel translatable (e12b161d48
)
* Add custom date time insert (84c1505fab
)
Close #10477
3 years ago
kubalav
56b0af3c85
Update Slovak translation to 8.1.5
...
Close #10482
3 years ago
xomx
7a6eb0da37
Update czech.xml to v8.1.5
...
Close #10521
3 years ago
~GOLEM~
748db1be38
Update russian.xml v8.1.5
...
Close #10542
3 years ago
IoeCmcomc
3c464e49bb
Update Vietnamese translation
...
Close #10547
3 years ago
ArkadiuszMichalski
f658c22265
Update polish.xml to 8.1.5
...
Update polish.xml to 8.1.5 (according to the latest commit).
Close #10550
3 years ago
Patriccollu
9342da4885
Update Corsican translation for Notepad++ 8.1.5
...
Close #10455
3 years ago
Don Ho
f6282f4f11
Update localization files
...
And fix a typo in BUILD.md
3 years ago
Don Ho
a3116818e0
Code enhancement: Initialize variable member's value of struct/class
...
Close #10545
3 years ago
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
3 years ago
Ashfaaq18
73b41ec74f
Fix docked/float panels in RTL layout issue
...
Fixed Npp RTL context menu for Document List, Project Panels, Folder Workspace, Search Results Window,
and fixed Floating Dockable Window RTL direction.
Fix #10488 , close #10535
3 years ago
Don Ho
f6bea32003
Update uzbek.xml
3 years ago