10
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SynEditDocumentManager - allows you use a single SynEdit control with multiple documents. Maintains document state when switching between documents. This component has been in production use for many years (in FinalBuilder) without issues. More... almost 11 years ago
Merge branch 'proposal-form-height' into vsoft-changes More... almost 11 years ago
Proposal Form Height Growth More... almost 11 years ago
Merge branch 'vcl-themes' into vsoft-changes More... almost 11 years ago
Added VCL Scrollbar hook (based on VirtualTreeView's) that enables VCL Theme support on scrollbars. Seems to work ok, I just stripped out stuff that was VT specific. More... almost 11 years ago
Merge branch 'XE7-Support' into vsoft-changes More... almost 11 years ago
Added DelphiXE7.groupproj and also .gitignore to ignore dcus et. More... almost 11 years ago
minor change to reg of SynEditDocumentManager. More... almost 11 years ago
Added SynEditDocumentManager - allows you use a single SynEdit control with multiple documents. Maintains document state when switching between documents. This component has been in production use for many years (in FinalBuilder) without issues. More... almost 11 years ago
! Added missing unit More... almost 11 years ago
! Fixed issue with double quoted strings (patch written by Eric) More... almost 11 years ago
Merge https://github.com/SynEdit/SynEdit More... almost 11 years ago
Proposal Form Height Growth More... almost 11 years ago
+ Added designtime support for the JSON highlighter More... almost 11 years ago
+ Added default properties for JSON syntax highlighter More... almost 11 years ago
! Fixed unknown token deadlock for JSON highlighter More... almost 11 years ago
Added new unit uHighlighterProcs More... almost 11 years ago
Added custom caret type - ctVerticalLine2 More... almost 11 years ago
Without BOM the UTF8 File was read as ANSI. Author: omata, 2010-02-07 http://sourceforge.net/p/synedit/bugs/409/ More... almost 11 years ago
Fixed word selection with double click. It started to work with all chars in the highlighter mode (not with only latin chars as it was before). More... almost 11 years ago
+ Added search word highlighter plugin * Cosmetic changes on demos More... almost 11 years ago
+ Added JSON highlighter * Cosmetic changes on LLVM highlighter More... almost 11 years ago
+ Added XE7 compatibility More... almost 11 years ago
Updated CSS highlighter to support latest features of CSS (including the long missing functions). More... about 11 years ago
Changed from 'BiggestWord' to column size specified by width (which itself can easily be calculated from a given word. More... about 11 years ago
* Applied change from egrange: "Fixed DWS syntax-highlighting for some edge cases of multi-line strings" More... about 11 years ago
Added helper procedure to set both fore- and background color in a highlighter attribute at the same time More... about 11 years ago
Added LineStr for TOnCheckMarker, as it is not possible to check the line string without knowing the editor instance More... about 11 years ago
Fixed bug caused by some refactoring ages ago (already present on first commit). It didn't consider empty lines properly with eoSmartTabDelete (check for empty string has been refactored out of the loop as well, where it didn't make any sense any more). As a result a backspace should move the cursor to the beginning of the last block (regardless of empty lines in between). More... over 11 years ago
Added basic operator overloading for SynEditTypes.pas More... over 11 years ago