Commit Graph

103 Commits

Author SHA1 Message Date
RaiKoHoff
e15ad9c1ec + upd: prepare for Lexilla Library 2020-09-24 16:15:48 +02:00
Rainer Kottenhoff
bab84dd4ec + rfc: re-organization of source code directory structure 2020-09-18 20:59:55 +02:00
Rainer Kottenhoff
a4106aacbf + add: Unicode Points Calltip on hover
+ chg: color code hovering
2020-08-05 16:46:38 +02:00
RaiKoHoff
2c172943eb + fix: default settings for R-Lexer (case sensitive compare of color def) 2020-06-02 11:49:17 +02:00
RaiKoHoff
adc493952a + chg: Markdown Lexer: new defaults for Header lines
+ chg: Strip first char: do not apply on all text (empty selection)
+ add: Strip first char: allow multi-selection
2020-05-04 12:13:21 +02:00
Rainer Kottenhoff
ee6e7f2b81 + chg: Markdown Lexer: changed style of header lines 2020-05-03 17:35:39 +02:00
Rainer Kottenhoff
caa414368d + fix: DLL-Build solution, editorconfigs, grepWin-Layout 2020-04-19 12:22:23 +02:00
Pairi Daiza
f22b11f5df +chg: add "lang" in RC lexer in anticipation of feature grepWin 2020-03-22 09:52:21 +01:00
RaiKoHoff
742f0afb26 + fix: special file names for automatic lexer selection 2020-03-02 08:26:18 +01:00
Rainer Kottenhoff
b99af625cf + fix: move hardcoded lexer <-> filename (w/o .ext) associations to configurable scheme (regex def) 2020-02-29 04:21:47 +01:00
RaiKoHoff
86d74ff0ab + chg: remove let from Web Source Code 2020-02-13 16:47:55 +01:00
RaiKoHoff
fa0534d18a + chg: HTML JS VB: shared keyword-lists 2020-02-13 16:12:46 +01:00
RaiKoHoff
b1a69889ca + upd: HTML-embedded/standalone JavaScript keyword-lists 2020-02-13 14:35:48 +01:00
RaiKoHoff
7cff2767af + chg: Appveyor internal artifact number (build)
+ upd: web/js keyword-list (issue #1975)
2020-02-12 16:09:19 +01:00
RaiKoHoff
b0e11be850 + fix: word lists for LUA Lexer 2020-02-11 15:07:27 +01:00
RaiKoHoff
3d5b9d0bd7 + fix: YAML identifier (colon with white-space)
+ chg: JSON Lexer
2020-01-27 10:17:06 +01:00
RaiKoHoff
99de8a9204 + chg: lexer keyword initializer list simplified 2020-01-22 12:26:45 +01:00
Rainer Kottenhoff
cf35ab6029 +upd: Scintilla version 4.3.0 2020-01-18 13:40:11 +01:00
RaiKoHoff
4cf6fde772 + fix: wrong language reference for lexer : "Tag" 2020-01-17 13:21:27 +01:00
RaiKoHoff
d146de76d5 + cln: IME color styler: cleanup merged code 2020-01-17 13:12:34 +01:00
maboroshin
04397c04b1 Fix IME color 2020-01-17 20:40:14 +09:00
RaiKoHoff
1b9e1ce6d4 + fix: some wrong scheme string references (issue #1838) 2020-01-14 11:15:07 +01:00
RaiKoHoff
40cc8c7f85 + fix: Win7 "procedure entry point SetCoalescableTimer could not be located" issue 2020-01-10 08:33:36 +01:00
Pairi Daiza
079d6452d3
Merge pull request #1829 from RaiKoHoff/DevNewFeatures
CoffeeScript typo:  wrong language resource id referenced
2019-11-29 17:58:34 +01:00
Rainer Kottenhoff
55ae90b53c + fix: CoffeeScript typo: wrong language resource id referenced (IDS_LEX_STR_63315 instead of correct IDS_LEX_STR_63135) 2019-11-29 16:31:37 +01:00
Rainer Kottenhoff
12c555b42d
Merge pull request #1828 from RaiKoHoff/DevNewFeatures
Avoid crash on too few fields for lexer's keyword lists
2019-11-29 16:17:36 +01:00
Rainer Kottenhoff
0675960d5b + fix: avoid crash on too few fields for lexer's keyword lists (crash of VHDL lexer) 2019-11-29 15:47:42 +01:00
Pairi Daiza
7d4e888f79 +chg: correction typo: replace "," --> ";" 2019-11-29 14:36:59 +01:00
Pairi Daiza
a2985abf2e +chg: Add extension ".manifest" to XML Lexer
- Inversion of Accelerator key Ctrl+Alt+L with Ctrl+Shift+L
2019-11-29 10:06:20 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Pairi Daiza
daa8e0deef +chg Lexers Lexicographical sort order and format in a more readable list 2019-09-19 00:30:11 +02:00
Pairi Daiza
93bdab3592 +chg AutoHotkey Lexer: sorting in Lexicographic Order 2019-09-17 17:57:37 +02:00
ltGuillaume
0f568aac26 AutoHotkey Lexer: re-add OnExit, which was a sorry victim of my confusion with the Control Flow block 2019-09-17 08:15:44 +02:00
ltGuillaume
655391b676 AutoHotkey Lexer: move static, global, local, ByRef to Control Flow again (was there in previous version) 2019-09-17 01:29:23 +02:00
Rainer Kottenhoff
1fdab1ae08 + fix: remove ctrl chars from keyword lists (should be done by lexer) 2019-09-16 22:38:17 +02:00
Pairi Daiza
94e3252a86 +chg - Lexer "styleLexAHKL" format in a more readable list 2019-09-16 21:56:15 +02:00
Pairi Daiza
ff5c339c40 +chg - Lexer "styleLexAHKL" change encoding from "ANSI" to "UTF-8 Signature" 2019-09-16 19:47:46 +02:00
Guillaume
5ee07762dc
Apply Start Case to AutoHotkey Lexer
Source: https://github.com/ahkscript/AutoHotkey-Editors (Directives.txt, Commands.txt, Keywords.txt, Functions.txt, Variables.txt, Keys.txt resp.)
2019-09-16 18:05:31 +02:00
Rainer Kottenhoff
3cdd4ba1c3 + add: 1st draft version of Rainbow/Prism CSV Lexer 2019-09-12 18:59:19 +02:00
Rainer Kottenhoff
cd5fc999c5 + fix: avoid saving obsolete default settings to .ini 2019-09-02 16:14:09 +02:00
Derick Payne
d63c046d9f Revert "Releasing Build 2511 RC"
This reverts commit 140c60c6ec.
2019-07-26 21:18:11 +02:00
Derick Payne
140c60c6ec Releasing Build 2511 RC 2019-07-26 20:36:25 +02:00
Pairi Daiza
b0e9dfcfe4 + chg: Add extensions to StyleLexXXX.c (complete update)
- update Changes.txt
2019-07-25 20:42:44 +02:00
Pairi Daiza
ec69d84d62 + chg: Add extensions to StyleLexXXX.c (partial update)
- update Notepad3.ini
2019-07-25 00:19:49 +02:00
Rainer Kottenhoff
421e3c89a2 + chg: no pre-defined font for "Text Files"
+ fix: no context menu after undo/redo history scrolling
2019-07-19 15:15:51 +02:00
Rainer Kottenhoff
d0ecbabb28 + chg: keep .ini backward compatibility for moved "Text Files" lexer (from "Default Text") 2019-07-17 23:49:39 +02:00
Rainer Kottenhoff
8a677b24b6 + fix: .ini-file - remove some keys with default values (styles) 2019-07-06 09:46:15 +02:00
Rainer Kottenhoff
7d6bfcc3a9 + fix: encoding detection failure fallback: current code-page or default encoding on new (if fallback forced)
+ chg: to force UTF-8 as preffered encoding: activate encoding detection failure fallback for default encoding
+ chg: allow Fixedsys font for GDI rendering
+ chg: for new "Text File" scheme: use regular Segoe UI font
2019-07-04 11:09:47 +02:00
Rainer Kottenhoff
ccaab85cd6 + fix: revert unintended caret style of pevious commit 2019-06-28 08:31:43 +02:00
Rainer Kottenhoff
d41a89e721 + fix: TOML Lexer: fixing problem with operator w/o spacing 2019-06-14 16:05:47 +02:00