.. |
design
|
updated lpk makefiles
|
2012-11-08 07:45:47 +00:00 |
docs/xml
|
SynEdit: reworked mouse-actions
|
2011-12-04 16:53:23 +00:00 |
languages
|
Examples, components: Czech translation update by Vaclav Valicek, bugs #23604, #23606, #23607, #23608, #23609, #23610, #23611, #23613, #23615, #23616, #23621.
|
2013-01-09 20:32:14 +00:00 |
test
|
SynEdit: clean up
|
2013-01-14 14:01:05 +00:00 |
allsynedit.pas
|
synedit: update allsynedit.pas
|
2013-01-09 14:43:42 +00:00 |
fpmake.pp
|
started fpmake files for IDE
|
2012-09-08 21:42:19 +00:00 |
lazsyneditmousecmdstypes.pp
|
SynEdit: hide conflicting button names
|
2011-12-19 13:11:02 +00:00 |
lazsynedittext.pas
|
synedit: fixed function result TSynEditStringsLinked.EditReplace
|
2013-01-14 12:27:52 +00:00 |
lazsynimm.pas
|
SynEdit: clean up
|
2013-01-14 13:23:13 +00:00 |
lazsyntextarea.pp
|
SynEdit: clean up
|
2013-01-14 13:25:38 +00:00 |
Makefile
|
updated Makefiles
|
2012-08-27 16:43:01 +00:00 |
Makefile.compiled
|
updated Makefiles
|
2012-08-27 16:43:01 +00:00 |
Makefile.fpc
|
updated Makefiles
|
2012-08-27 16:43:01 +00:00 |
synbeautifier.pas
|
SynEdit: PascalBeautifier, fixes for comment indent/prefix-continuation
|
2012-12-20 23:34:15 +00:00 |
syncompletion.pas
|
synedit: TSynBaseCompletionForm: paint background not on scrollbar area
|
2012-09-26 11:19:08 +00:00 |
synedit.inc
|
|
|
synedit.lpk
|
SynEdit: Some helpers for future bidi support (IFDEF)
|
2012-09-17 20:05:13 +00:00 |
synedit.pp
|
SynEdit: fixed final caret on replace (issue from recent changes)
|
2013-01-25 00:24:58 +00:00 |
syneditautocomplete.pp
|
SynCompletion: Ensure caret pos
|
2012-09-14 12:32:27 +00:00 |
syneditexport.pas
|
SynEdit: Fixed Exporter to work with TSynMultiSyn
|
2012-09-07 11:34:35 +00:00 |
syneditfoldedview.pp
|
SynEdit: FoldedView, reduce calculation overhead
|
2012-12-30 05:34:52 +00:00 |
synedithighlighter.pp
|
SynEdit: Cleanup (TBetterRegistry removed) Issue #0022509 Patch by Zaher Dirkey
|
2012-09-26 11:37:44 +00:00 |
synedithighlighterfoldbase.pas
|
SynEdit: FoldHighlighter (Html, XML): fix invalid fold node on last line. Issue #0023543
|
2012-12-29 20:04:34 +00:00 |
synedithighlighterxmlbase.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syneditkeycmds.pp
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syneditlines.pas
|
SynEdit: clean up
|
2013-01-14 13:23:13 +00:00 |
syneditmarks.pp
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syneditmarkup.pp
|
SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range)
|
2013-01-25 00:23:30 +00:00 |
syneditmarkupbracket.pp
|
SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range)
|
2013-01-25 00:23:30 +00:00 |
syneditmarkupctrlmouselink.pp
|
SynEdit: Markup and more paint-token-breaker for future bidi support
|
2012-10-08 13:25:08 +00:00 |
syneditmarkupguttermark.pp
|
SynEdit: Markup and more paint-token-breaker for future bidi support
|
2012-10-08 11:16:06 +00:00 |
syneditmarkuphighall.pp
|
synedit: clean up
|
2013-01-25 08:10:14 +00:00 |
syneditmarkupselection.pp
|
SynEdit: fixes paint-token-breaker for future bidi support
|
2012-10-11 17:05:04 +00:00 |
syneditmarkupspecialchar.pp
|
SynEdit: Markup and more paint-token-breaker for future bidi support
|
2012-10-08 22:09:20 +00:00 |
syneditmarkupspecialline.pp
|
SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range)
|
2013-01-25 00:23:30 +00:00 |
syneditmarkupwordgroup.pp
|
SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range)
|
2013-01-25 00:23:30 +00:00 |
syneditmiscclasses.pp
|
SynEdit: Make sure selection Markup is not hidden by Syncro (or other plugins)
|
2012-10-10 20:56:31 +00:00 |
syneditmiscprocs.pp
|
|
|
syneditmousecmds.pp
|
SynEdit: formatting
|
2012-10-15 16:41:10 +00:00 |
syneditplugins.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syneditpointclasses.pas
|
SynEdit: clean up
|
2013-01-14 13:23:13 +00:00 |
syneditregexsearch.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syneditsearch.pp
|
SynEdit search: Fix searching multi-line text. Found text could have longer lines (Pattern expected line-end), if start matched.
|
2013-01-14 01:49:07 +00:00 |
syneditstrconst.pp
|
SynEdit: add DOCTYPE to html highlighter. Issue #0023495 Patch by Janusz Tomczak
|
2012-12-16 19:25:26 +00:00 |
synedittextbase.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synedittextbidichars.pas
|
SynEdit: fixes for future bidi support
|
2012-10-11 17:26:25 +00:00 |
synedittextbuffer.pp
|
SynEdit: various minor speed improvements (replace selection)
|
2013-01-12 10:47:23 +00:00 |
synedittextdoublewidthchars.pas
|
SynEdit: refactor painting
|
2011-12-14 02:53:19 +00:00 |
synedittextsystemcharwidth.pas
|
SynEdit: fixed compilation (IFDEF not defined)
|
2012-12-20 11:43:58 +00:00 |
synedittexttabexpander.pas
|
SynEdit: Some helpers for future bidi support (IFDEF)
|
2012-09-17 20:05:13 +00:00 |
synedittexttrimmer.pas
|
SynEdit: various minor speed improvements (replace selection)
|
2013-01-12 10:47:23 +00:00 |
synedittypes.pp
|
SynEdit: Fixed missing StatusChange notification for LinesInWindow changed
|
2012-07-01 15:04:54 +00:00 |
synexporthtml.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syngutter.pp
|
SynEdit: Fix problems with resizing GutterParts. (Noticeable in right gutter)
|
2012-12-14 18:15:00 +00:00 |
syngutterbase.pp
|
SynEdit: Fix problems with resizing GutterParts. (Noticeable in right gutter)
|
2012-12-14 18:15:00 +00:00 |
syngutterchanges.pas
|
SynEdit: refactor painting
|
2012-01-22 13:17:30 +00:00 |
synguttercodefolding.pp
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
syngutterlinenumber.pp
|
SynEdit: LineNumber-Gutter: update digit-count when setting to visible (Digits where cut off)
|
2013-01-03 12:57:50 +00:00 |
syngutterlineoverview.pp
|
SynEdit: OverviewGutter, disable hint
|
2013-01-08 09:03:26 +00:00 |
synguttermarks.pp
|
SynEdit: refactor painting
|
2012-01-22 13:17:30 +00:00 |
synhighlighterany.pas
|
SynEdit: Cleanup (TBetterRegistry removed) Issue #0022509 Patch by Zaher Dirkey
|
2012-09-26 11:37:44 +00:00 |
synhighlighterbat.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlightercpp.pp
|
SynEdit: Cleanup (TBetterRegistry removed) Issue #0022509 Patch by Zaher Dirkey
|
2012-09-26 11:37:44 +00:00 |
synhighlightercss.pas
|
SynEdit; CSS Highlighter. Fix spelling of keywords. Issue #0023183 Patch by Janusz Tomczak
|
2012-11-12 10:47:19 +00:00 |
synhighlighterdiff.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterhashentries.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterhtml.pp
|
SynEdit: add DOCTYPE to html highlighter. Issue #0023495 Patch by Janusz Tomczak
|
2012-12-16 19:25:26 +00:00 |
synhighlighterini.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterjava.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterjscript.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterlfm.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlightermulti.pas
|
SynEdit: Set only unique value in TSynHighlighterMultiScheme.SetVirtualLines. Issue #23548, patch from Giulio Bernardi
|
2012-12-27 21:53:55 +00:00 |
synhighlighterpas.pp
|
SynEdit: fix highlighting "i6", introduced in r32695 #8cea08e5a2
|
2012-12-12 15:14:20 +00:00 |
synhighlighterperl.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterphp.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterpo.pp
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterposition.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterpython.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlightersql.pas
|
SynEdit: SQL highlighter, added postgre. Issue #22988 Patch by tcaduto
|
2012-11-24 02:33:24 +00:00 |
synhighlightertex.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterunixshellscript.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlightervb.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synhighlighterxml.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synmacrorecorder.pas
|
EditorMacros: Refactor, make avail in SrcEditInterface
|
2012-08-25 22:46:20 +00:00 |
synmemo.pas
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synpluginsyncroedit.pp
|
SynEdit: Clean up lots of IFDEF. Patch by zaher dirkey. Issue #0022186
|
2012-06-25 22:49:31 +00:00 |
synpluginsyncronizededitbase.pp
|
SynEdit: Markup and more paint-token-breaker for future bidi support
|
2012-10-08 22:26:52 +00:00 |
synplugintemplateedit.pp
|
SynEdit (Syncro): Allow navigating only first occurrences of each word. Issue #0021563
|
2012-05-13 14:13:26 +00:00 |
synregexpr.pas
|
SynEdit: clean up
|
2013-01-14 14:26:06 +00:00 |
syntextdrawer.pp
|
SynEdit: Removed unused units
|
2012-12-21 02:25:34 +00:00 |