10
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed design time package compilation by adding missing SynHighlighterECMAScript to runtime package for D2007 and newer (it was already part of the 10.2 Tokyo and 11.0 Alexandria runtime package) More... about 2 years ago
Fix for #182: removed duplicate directives introduced by 39b3d9356d07059976f1623fee849d9cb97a7c2b More... about 2 years ago
packages and compilation fix for 11.0 Alexandria More... over 2 years ago
Merge pull request #159 from m-matsubara/feature/FixImmBlockUndo More... about 3 years ago
Merge pull request #160 from m-matsubara/feature/ImmReconvert More... about 3 years ago
Fixed an issues with missing inherit calls (thanks to Thomas Müller) More... over 3 years ago
Merge pull request #163 from DmLam/master More... over 3 years ago
Fixed range error in SynHighlighterECMAScript More... over 3 years ago
IME retranslation implementation More... over 3 years ago
Fixed a bug that UNDO does not work properly when inputting from IME after selecting text. More... over 3 years ago
Merge pull request #154 from eStreamSoftware/master More... almost 4 years ago
Added ECMA Script syntax highlighter to 10.4 Sydney package More... almost 4 years ago
Merge branch 'master' of https://github.com/SynEdit/SynEdit More... almost 4 years ago
Added a new ECMA Script syntax highlighter, which should comply with the latest ECMA-262 edition 11 from 2020. Compared to the JScript syntax highlighter the MS JScript related keywords have been dropped, which it doesn't replace the existing highlighter. (solves #153) More... almost 4 years ago
Minor improvements to the SynEdit generator More... almost 4 years ago
packages and compilation fix for 10.4 Sydney More... almost 4 years ago
Removed DWS asm comment combinations which do not exist in the compiler so far. More... almost 4 years ago
Fixed an issue with nested "ANSI" and C-style comments More... almost 4 years ago
Fixed issue #148 More... almost 4 years ago
Fixed issue #150 More... almost 4 years ago
Fixed issue #151 More... almost 4 years ago
Minor changes on the ZPL syntax highlighter More... almost 4 years ago
Minor changes to the ZPL syntax highlighter (removed Kylix code, added sample code) More... almost 4 years ago
Merge pull request #149 from chtilux/master More... almost 4 years ago
Create SynHighlighterZPL.pas More... almost 4 years ago
Avoided SYN_WIN32 as it is misleading. Instead MSWINDOWS is used now. (Thanks to DavidHeff for mentioning this in issue #143) More... about 4 years ago
Applied comment patch only for MySQL (see issue #42) More... about 4 years ago
Applied a patch by Ansgar Becker about comments in SQL More... about 4 years ago
Added basic XML code folding More... about 4 years ago
Improved and simplified registry access (especially for 64-bit) as mentioned in issue #140 (thanks to davidheff) More... about 4 years ago