Commit Graph

4105 Commits

Author SHA1 Message Date
Pairi Daiza
7f752ba415
Merge pull request #1644 from ltGuillaume/master
AutoHotkey Lexer: move `static, global, local, ByRef` to Control Flow…
2019-09-17 06:05:24 +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
6924d4a9ba
Merge pull request #1643 from RaiKoHoff/DevNewFeatures
AHKL Lexer fixes
2019-09-16 23:02:29 +02:00
Rainer Kottenhoff
d3511d802e + ver: version number only 2019-09-16 22:44:41 +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
Rainer Kottenhoff
d4b131f556 Merge remote-tracking branch 'notepad3_orig_rizone/master' into DevNewFeatures
# Conflicts:
#	src/StyleLexers/styleLexAHKL.c
2019-09-16 22:34:40 +02:00
Rainer Kottenhoff
5253cfd07b + fix: simple ASCII replacement for std::tolower() 2019-09-16 22:19:55 +02:00
Pairi Daiza
fb1f4311f9
Merge pull request #1642 from hpwamr/mui
+ chg: Update Build version
2019-09-16 22:17:50 +02:00
Pairi Daiza
c6d1e33775 + chg: Update Build version 2019-09-16 22:16:43 +02:00
Pairi Daiza
011a83b2cf
Merge pull request #1641 from hpwamr/mui
+chg - Lexer "styleLexAHKL" format in a more readable list
2019-09-16 22:09:09 +02:00
Rainer Kottenhoff
43931a7d6d + ver: version settings only 2019-09-16 22:00:59 +02:00
Rainer Kottenhoff
51bcb2127f + chg: Scintilla: allow CamelCase/StartCase word lists 2019-09-16 21:59:47 +02:00
Pairi Daiza
94e3252a86 +chg - Lexer "styleLexAHKL" format in a more readable list 2019-09-16 21:56:15 +02:00
Rainer Kottenhoff
a8ad8d9f9e Merge branch 'DevNewFeatures' of https://github.com/RaiKoHoff/Notepad3 into DevNewFeatures 2019-09-16 21:05:34 +02:00
Pairi Daiza
be2b1e3706
Merge pull request #1640 from hpwamr/mui
+chg - Lexer "styleLexAHKL" change encoding from "ANSI" to "UTF-8 Sig…
2019-09-16 19:57:00 +02:00
Pairi Daiza
ff5c339c40 +chg - Lexer "styleLexAHKL" change encoding from "ANSI" to "UTF-8 Signature" 2019-09-16 19:47:46 +02:00
Rainer Kottenhoff
36b7abed32 + chg: CloseApp methods 2019-09-16 19:33:14 +02:00
Pairi Daiza
23086c4de6
Merge pull request #1639 from ltGuillaume/patch-1
Apply Start Case to AutoHotkey Lexer
2019-09-16 19:03:19 +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
8d6b4b3ece
Merge pull request #1637 from RaiKoHoff/DevNewFeatures
Border-less full screen mode
2019-09-16 16:52:45 +02:00
Rainer Kottenhoff
4898da11ca +chg: borderless full screen mode 2019-09-16 16:17:43 +02:00
Rainer Kottenhoff
31453d17e2
Merge pull request #1636 from RaiKoHoff/DevNewFeatures
Canonical ini-file style section order for settings from scratch
2019-09-16 12:17:41 +02:00
Rainer Kottenhoff
fdca03e984 + fix: canonical ini-file style section order for settings from scratch 2019-09-16 11:49:33 +02:00
Rainer Kottenhoff
aae99b4d6d Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into DevNewFeatures 2019-09-16 11:11:00 +02:00
Rainer Kottenhoff
d9e24a2a88 + chg: maximiz window if "full work area" is requested 2019-09-16 02:55:08 +02:00
Rainer Kottenhoff
f4e9c00dde
Merge pull request #1635 from RaiKoHoff/DevNewFeatures
Prevent concurrent settings-file-access (re-launch elevated)
2019-09-16 02:54:56 +02:00
Rainer Kottenhoff
e26b32fa5b + fix: prevent concurrent settings-file-access (re-launch elevated) 2019-09-16 01:56:20 +02:00
Rainer Kottenhoff
470bfcea63 + opt: 1-pass (file open/close) save settings 2019-09-15 17:26:05 +02:00
Pairi Daiza
c89343cd4f
Merge pull request #1634 from hpwamr/mui
+chg - add missing "Test StyleLexers" directories
2019-09-13 17:38:28 +02:00
Pairi Daiza
6ac6e02f79 +chg - add missing "Test StyleLexers" directories 2019-09-13 17:29:22 +02:00
Rainer Kottenhoff
19c8baa009
Merge pull request #1632 from RaiKoHoff/DevNewFeatures
Full Work Area Mode (F11) -> Full Screen Mode
2019-09-13 14:58:35 +02:00
Rainer Kottenhoff
6ac1eccef1 + chg: Full Work Area Mode (F11) -> Full Screen Mode 2019-09-13 14:16:01 +02:00
Rainer Kottenhoff
7bb62ded8b Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into DevNewFeatures 2019-09-13 11:00:52 +02:00
Pairi Daiza
81e2e34177
Merge pull request #1631 from hpwamr/mui
+chg - small correction for CSV ext.
2019-09-13 06:28:14 +02:00
Pairi Daiza
5f4ad3e781 +chg - small correction for CSV ext. 2019-09-13 05:46:11 +02:00
Rainer Kottenhoff
4a8e64ee1b + upd: Oniguruma security updates for 6.9.3 2019-09-13 01:50:43 +02:00
Pairi Daiza
d080e93d9b
Merge pull request #1630 from hpwamr/mui
Mui - 1st draft version of Rainbow/Prism CSV Lexer
2019-09-12 23:39:48 +02:00
Pairi Daiza
92454f5f1f + add: 1st draft version of Rainbow/Prism CSV Lexer 2019-09-12 23:29:44 +02:00
Pairi Daiza
58e3d46b63 Add contributors in Acknowledgments list 2019-09-12 22:58:47 +02:00
Rainer Kottenhoff
0c1d61685b
Merge pull request #1629 from RaiKoHoff/DevNewFeatures
Relaunch Elevated: better config-file access sync.
2019-09-12 19:12:39 +02:00
Rainer Kottenhoff
3cdd4ba1c3 + add: 1st draft version of Rainbow/Prism CSV Lexer 2019-09-12 18:59:19 +02:00
Rainer Kottenhoff
8912a29aaf Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into DevNewFeatures 2019-09-12 16:43:21 +02:00
Rainer Kottenhoff
d3ea1a7281 + chg: "commit" on fflush() for _wfopen_s() in SimpleIni settings file writer
+ fix: some issues on tmpfile handling
2019-09-12 16:21:31 +02:00
Pairi Daiza
261c98558d
Merge pull request #1628 from hpwamr/mui
+ fix: .RC included header files must not have a BOM/SIG (UTF-8)
2019-09-12 13:50:05 +02:00
Pairi Daiza
143c32dd3c + fix: .RC included header files must not have a BOM/SIG (UTF-8) 2019-09-12 13:49:25 +02:00
Rainer Kottenhoff
d7a74e017a
Merge pull request #1627 from RaiKoHoff/DevNewFeatures
Save settings before relaunching elevated
2019-09-12 09:46:14 +02:00
Rainer Kottenhoff
870a5cecfa + fix: save settings before relaunching elevated
+ fix: .RC included header files must not have a BOM/SIG (UTF-8)
2019-09-12 09:32:46 +02:00
Rainer Kottenhoff
a2d60563f4
Merge pull request #1626 from RaiKoHoff/DevNewFeatures
Fix possible race condition on accessing configuration
2019-09-12 02:42:06 +02:00
Rainer Kottenhoff
51762900da + fix: possible race condition on accessing configuration while relaunching elevated 2019-09-12 01:46:22 +02:00
Rainer Kottenhoff
b921df31b1
Merge pull request #1625 from RaiKoHoff/DevNewFeatures
Small fixes on "Relaunch Elevated" functionality
2019-09-11 18:44:58 +02:00