ozone10
aaab190763
Add show non-printable characters command
...
| Name | Codepoint | Abbreviation |
|------------------------------|-----------|--------------|
| No-Break Space | U+00A0 | NBSP |
| Ogham Space Mark | U+1680 | OSPM |
| Mongolian Vowel Separator | U+180E | MVS |
| En Quad | U+2000 | NQSP |
| Em Quad | U+2001 | MQSP |
| En Space | U+2002 | ENSP |
| Em Space | U+2003 | EMSP |
| Three-Per-Em Space | U+2004 | 3/MSP |
| Four-Per-Em Space | U+2005 | 4/MSP |
| Six-Per-Em Space | U+2006 | 6/MSP |
| Figure Space | U+2007 | FSP |
| Punctation Space | U+2008 | PSP |
| Thin Space | U+2009 | THSP |
| Hair Space | U+200A | HSP |
| Zero-Width Space | U+200B | ZWSP |
| Zero-Width Non-Joiner | U+200C | ZWNJ |
| Zero-Width Joiner | U+200D | ZWJ |
| Left-To-Right Mark | U+200E | LRM |
| Right-To-Left Mark | U+200F | RLM |
| Line Separator | U+2028 | LS |
| Paragraph Separator | U+2029 | PS |
| Left-To-Right Embedding | U+202A | LRE |
| Right-To-Left Embedding | U+202B | RLE |
| Pop Directional Formatting | U+202C | PDF |
| Left-To-Right Override | U+202D | LRO |
| Right-To-Left Override | U+202E | RLO |
| Narrow No-Break Space | U+202F | NNBSP |
| Medium Mathematical Space | U+205F | MMSP |
| Word Joiner | U+2060 | WJ |
| Left-To-Right Isolate | U+2066 | LRI |
| Right-To-Left Isolate | U+2067 | RLI |
| First Strong Isolate | U+2068 | FSI |
| Pop Directional Isolate | U+2069 | PDI |
| Inhibit Symmetric Swapping | U+206A | ISS |
| Activate Symmetric Swapping | U+206B | ASS |
| Inhibit Arabic Form Shaping | U+206C | IAFS |
| Activate Arabic Form Shaping | U+206D | AAFS |
| National Digit Shapes | U+206E | NADS |
| Nominal Digit Shapes | U+206F | NODS |
| Ideographic Space | U+3000 | IDSP |
| Zero-Width No-Break Space | U+FEFF | ZWNBSP |
Fix also issue with tooltips in preference dialog, when changing between dark/light mode.
Fix #827 , fix #4731 , fix #8284 , close #13020
2 years ago
ArkadiuszMichalski
e45c1fc322
[xml] Fix disabled options activated in themes issue
...
Don't use non-working attributes for WidgetStyle in themes.
Fix #12508 , close #12635
2 years ago
ArkadiuszMichalski
8785b29e21
Update PowerShell keywords
...
Close #12609
2 years ago
CennoxX
22963f53dd
Add Mark Styles to theme DansLeRuSH-Dark
...
Add missing Mark Styles, remove missplaced tabs.
Fix #12504 , close #12551
2 years ago
Harvey R
6f67656f8c
Make solarized.xml up-to-date with stylers.xml
...
Fix #12425 , close #12444
2 years ago
Don Ho
3e9413d615
Restore Scintilla header files
...
Restore Sci_Position.h & ScintillaStructures.h (ref: https://github.com/notepad-plus-plus/notepad-plus-plus/pull/12327#issuecomment-1296020276 )
And add R styles.
2 years ago
Harvey R
06a082d35f
Add Python missing option in theme files
...
Fix #12066 , close #12070
2 years ago
Don Ho
848b412cf7
Fix Change History margin visual glichy under dark mode
...
Ref: https://community.notepad-plus-plus.org/topic/23510/notepad-v8-4-6-release-candidate/2?_=1663857801779
2 years ago
Don Ho
79e766755d
Make EOL (CRLF) display customizable
...
Fix #11413 , close #11773
2 years ago
Karlo-F
74395977bb
Improve "Deep Black" theme
...
* Corrected description
* Added new lines for PHP, INI, CSS and GlobalStyles
* Darkened YAML (it wasn't dark)
* Minor corrections
Close #11608
3 years ago
Ian O'Neill
c40c90e8a4
Make the dark mode color scheme palatable for ini, json & props files
...
Fix #11544 , close #11555
3 years ago
Karlo-F
235d9dea76
Update Deep Black.xml
...
Add stylers for "registry" files.
Close #11513
3 years ago
Don Ho
0ee65fd826
Fix x64 build error in 3f1a582a36
...
Fix x64 build error, remove unnecessary codes and add enhancement for the previous commit 3f1a582a36
3 years ago
ozone10
3f1a582a36
Add dark mode support for autocomplete list & calltip
...
Fix fix #11522 , close #11523
3 years ago
Oren Farhi
66ca02a015
Update Bespin theme website url
...
Close #11428
3 years ago
Don Ho
3ce90f56d6
Fix wrong keywords (of preprocessor in C) highlighting in Java
...
Remove C Preprocessor color settings from stylers.model.xml + all theme files.
Fix #11026
3 years ago
Don Ho
540fbeddda
Add JSON syntanx highlighting in the dark themes
3 years ago
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
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
Don Ho
cddcbb5d61
Fix CSS pseudo-elements not recognized issue
...
Update CSS keywords and add new styles.
Fix #10425 , close #10501
3 years ago
Ivan Ustûžanin
e31eb8ea2a
Add missing element in PHP dark mode styler
...
Default DarkMode theme style for PHP was missing one element (COMPLEX VARIABLE).
Also Make variables in strings bold so they are more distinguishable.
Close #10502
3 years ago
ozone10
68d293e711
Allow custom color for Document Map
...
Fix #10052 , close #10422
3 years ago
0xlay
f50061981a
Add support DarkMode, function list & auto-completion for TypeScript
...
Close #10381
3 years ago
Don HO
4aa459ef47
Switch to default dark theme as dark mode is enabled
...
1. Add default dark theme.
2. Switch to default dark theme when dark mode is enabled considering both situations:
Style Configurator is or ont launched.
Close #9847
4 years ago
Victor Istomin
ea33a0cb76
Add JSON syntax highlightning to the Obsidian theme
...
Close #9503
4 years ago
Don HO
cb3d328666
Fix invalid UTF-8 XML files
4 years ago
Don HO
52e8c68f90
Change XML encoding from Windows-1252 to UTF-8 (config.xml and others)
...
and add XML declaration for session.xml, shortcuts.xml & userDefineLang.xml for conforming to XML standard specs.
Regarding the suggestions from #9339
4 years ago
ekopalypse
2ff50ec9bc
Update themes to v7.9.1
...
Fix #9071 , close #9070
4 years ago
Don HO
13d2fdadb0
Add "Bookmark margin" into GlobalStyles for all themes
4 years ago
Don HO
95dec01e27
Fix 2 typos in all stylers files
...
Fix #3578
4 years ago
Don HO
584b3fead4
Add "URL Hovered" style for themes
4 years ago
Franck ALBARET
bdb9b28429
Add new DansLeRuSH dark theme
...
Close #8252
5 years ago
appelgran
b693be75ac
Added powershell styles for Monokai theme
...
Close #8041
5 years ago
Waldi Ravens
f02d166081
Enable two more SQL keyword list
...
KEYWORD2 – data types, highlighted in a different style.
USER1 – user-defined keywords, empty list by default.
Close #5937 , close #7693
5 years ago
Jani Kesänen
c37525cd90
Updated Zenburn theme to contain all the languages supported by 7.7
...
Close #5829
5 years ago
dail8859
6ae03f64e8
Add Python literal string interpolation
...
Closes #5698
Add support for:
- SCE_P_DECORATOR
- SCE_P_FSTRING
- SCE_P_FCHARACTER
- SCE_P_FTRIPLE
- SCE_P_FTRIPLEDOUBLE
6 years ago
dail8859
9a2dfeb263
Add literal string style to SQL lexer
...
Closes #3305
6 years ago
dail8859
c9e5b0b1e3
Add comment doc style to SQL lexer
...
Closes #3086
6 years ago
stonecrusher
fbfa15378c
Fix '\' display problem in CSS while using themes
...
Remove Batang font for CSS tags
fixes #3952 , closes #5490
6 years ago
Alberto-Dev
acd2cc6ba2
Adde missing styles to Zenburn theme for PowerShell
...
Close #5161
6 years ago
dail8859
8c84e92349
Fix EOLs
7 years ago
Antoine Lang-Cavelier
e76b5dc869
Add foreground colours for diff in Monokai.xml
...
Some styles were missing and hence, was replaced by black.
Closes #3433
7 years ago
Marcus
6dacca9508
Fixed fontname and font size in Obsidian.xml
...
See changes mentioned in #1299 ; This update fixes it in the files used by the installer so it works by default without requiring the steps in #1299 .
Closes #1799
8 years ago
dail8859
e1f01e00ba
Add C# type keywords to style configurator
...
Closes #2415
8 years ago
nmlgc
ddf81ecc02
Update old themes to use the correct style IDs for Pascal
...
Scintilla got a [new Pascal lexer] in version 1.78, which was included in
Notepad++ version 5.4.4. However, this lexer also introduced [new style IDs]
and most of Notepad++'s bundled themes that were created before version 5.4.4
haven't been updated in all that time.
Fixes #249 , closes #1912
8 years ago
dail8859
cf4d3d2599
Add xml entity style
...
Fixes #1991
9 years ago
vlakoff
2b87e3a850
Correct "JavaScript" capitalization in themes
...
Closes #1860
9 years ago
WGriffing
3ff59b2a70
Update themes' styles for fortran.
...
Closes #1741 , closes #1784
9 years ago
vlakoff
4a89971ee4
Improvements for JSON highlighting
...
Closes #1349
9 years ago
dail8859
d7a0649c1f
Adds string styles to other themes for D
...
Closes #1146 , fixes #1445
9 years ago