.. |
design
|
SynEdit: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
|
2010-12-17 19:49:06 +00:00 |
docs/xml
|
SynEdit: doc for BeginUpdate
|
2010-12-03 15:49:09 +00:00 |
languages
|
IDE: lazconf: clean up
|
2011-09-26 19:12:39 +00:00 |
test
|
SynEdit: Fix test
|
2011-11-13 19:02:54 +00:00 |
allsynedit.pas
|
SynEdit: add color setting for visualized special chars (whitespace)
|
2011-09-16 16:22:38 +00:00 |
Makefile
|
Massive update of makefiles to file make bigide
|
2011-10-17 11:29:24 +00:00 |
Makefile.compiled
|
synedit: made a normal package
|
2011-01-13 17:15:48 +00:00 |
Makefile.fpc
|
Massive update of makefiles to file make bigide
|
2011-10-17 11:29:24 +00:00 |
synbeautifier.pas
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syncompletion.pas
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syndesignstringconstants.pas
|
SynEdit: added SynDesign string constants translations and fixed typo in syndesignstringconstants.pas.
|
2010-09-24 17:01:14 +00:00 |
synedit.inc
|
|
|
synedit.lpk
|
SynEdit: add color setting for visualized special chars (whitespace)
|
2011-09-16 16:22:38 +00:00 |
synedit.pp
|
IDE, SynEdit: introduce block-indent by tab. issue #0020256
|
2011-11-07 02:44:22 +00:00 |
syneditautocomplete.pp
|
IDE: code templates: auto indent and option to disable it for each template, bug #17632
|
2011-01-06 17:14:35 +00:00 |
syneditexport.pas
|
|
|
syneditfoldedview.pp
|
SynEdit: Fixed an issue with folds (hidden comments after a fold, would unfold on caret move)
|
2011-10-15 18:43:58 +00:00 |
synedithighlighter.pp
|
SynEdit: removed deprecated methods
|
2011-04-01 22:17:51 +00:00 |
synedithighlighterfoldbase.pas
|
SynEdit: keep folds, even if a the keyword is no longer recognized (e.g becomes part of a comment). Such folds are however not saved in the session-info
|
2011-04-02 21:15:39 +00:00 |
synedithighlighterxmlbase.pas
|
|
|
syneditkeycmds.pp
|
LCL: rename Menus.Shortcut function back to its Delphi compatible name.
|
2011-03-15 18:16:38 +00:00 |
syneditlazdsgn.lrs
|
SynEdit: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
|
2010-12-17 19:49:06 +00:00 |
syneditlazdsgn.pas
|
SynEdit: Change order of component registration. Issue #0019860
|
2011-08-05 00:54:23 +00:00 |
syneditlines.pas
|
SynEdit: removed deprecated methods
|
2011-04-01 22:17:51 +00:00 |
syneditmarks.pp
|
SynEdit: Fixed a folding issue, and assert
|
2011-04-24 18:23:44 +00:00 |
syneditmarkup.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkupbracket.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkupctrlmouselink.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkupguttermark.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkuphighall.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkupselection.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditmarkupspecialchar.pp
|
SynEdit: Fix special char highlight, if line is a single space.
|
2011-10-29 20:02:23 +00:00 |
syneditmarkupspecialline.pp
|
|
|
syneditmarkupwordgroup.pp
|
SynEdit, highlight word-brackets (begin/end): Fixed, invalidate, if highlight changed
|
2010-10-14 22:45:40 +00:00 |
syneditmiscclasses.pp
|
SynEdit: syneditmiscclasses: safer align, bug #19109
|
2011-09-30 14:28:58 +00:00 |
syneditmiscprocs.pp
|
SynEdit: Fixed a folding issue, and assert
|
2011-04-24 18:23:44 +00:00 |
syneditmousecmds.pp
|
|
|
syneditplugins.pas
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syneditpointclasses.pas
|
SynEdit: fixed some cases where none moving cursor key (e.g. end-key at line end) would not unset the selection. Happened if caret was not moved to set selection (copy word on copy none)
|
2011-11-04 19:58:17 +00:00 |
syneditregexsearch.pas
|
|
|
syneditsearch.pp
|
Implements case insensitive search for SynEdit - From bug #18842: [Patch] Find Dialog with UTF8 - case sensitive
|
2011-10-22 19:27:30 +00:00 |
syneditstrconst.pp
|
SynEdit: fixed for fpc trunk, since fpc r18968 #a3fdb8c062 const-string initialized from resourcestring are later translated too. Issue #20204
|
2011-09-09 15:35:10 +00:00 |
synedittextbase.pas
|
SynEdit: Fixed a folding issue, and assert
|
2011-04-24 18:23:44 +00:00 |
synedittextbuffer.pp
|
SynEdit: keep folds, even if a the keyword is no longer recognized (e.g becomes part of a comment). Such folds are however not saved in the session-info
|
2011-04-02 21:15:39 +00:00 |
synedittextdoublewidthchars.pas
|
SynEdit, small optimization in double width char handling
|
2010-06-05 16:19:14 +00:00 |
synedittexttabexpander.pas
|
SynEdit: Cache char-width info (Logical<>Physical) / Cleanup
|
2011-03-29 23:44:25 +00:00 |
synedittexttrimmer.pas
|
SynEdit: fix trim spaces, edit insert text into trailing spaces, could loose some paces
|
2011-10-14 20:40:41 +00:00 |
synedittypes.pp
|
SynEdit: add color setting for visualized special chars (whitespace)
|
2011-09-16 16:22:38 +00:00 |
synexporthtml.pas
|
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
|
2011-03-06 12:45:59 +00:00 |
syngutter.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syngutterbase.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syngutterchanges.pas
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
synguttercodefolding.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syngutterlinenumber.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
syngutterlineoverview.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
synguttermarks.pp
|
SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo
|
2011-09-10 11:32:06 +00:00 |
synhighlighterany.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterbat.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlightercpp.pp
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlightercss.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterdiff.pas
|
|
|
synhighlighterhashentries.pas
|
|
|
synhighlighterhtml.pp
|
SynEdit, HtmlHighlighter) Fix folding for html tags that require no closing tag (meta, br, ...). Patch by Yauheni Nazimau. Issue #0019071
|
2011-04-17 22:52:18 +00:00 |
synhighlighterini.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterjava.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterjscript.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterlfm.pas
|
|
|
synhighlightermulti.pas
|
SynEdit: Fix MultySyn Highlighter (uninitialized field)
|
2011-11-13 20:15:52 +00:00 |
synhighlighterpas.pp
|
synedit: highlight UnicodeString, RawByteString, UTF8String
|
2011-10-05 07:58:19 +00:00 |
synhighlighterperl.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterphp.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterposition.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterpython.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlightersql.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlightertex.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterunixshellscript.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlightervb.pas
|
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
synhighlighterxml.pas
|
|
|
synmacrorecorder.pas
|
LCL: rename Menus.Shortcut function back to its Delphi compatible name.
|
2011-03-15 18:16:38 +00:00 |
synmemo.pas
|
SynMemo BorderStyle: fixed default, so streaming works. issue #0019608
|
2011-06-23 21:49:54 +00:00 |
synpluginsyncroedit.pp
|
SynEdit: Syncro-Edit, fixed interference with trim space
|
2011-10-29 22:44:58 +00:00 |
synpluginsyncronizededitbase.pp
|
SynEdit: Syncro-Edit, fixed interference with trim space
|
2011-10-29 22:44:58 +00:00 |
synplugintemplateedit.pp
|
|
|
synpropertyeditobjectlist.lfm
|
|
|
synpropertyeditobjectlist.pas
|
|
|
synregexpr.pas
|
LCL: added AlignToPtr and AlignToInt to fpcadds
|
2011-09-30 14:40:41 +00:00 |
syntextdrawer.pp
|
SynEdit: Fix negative ExtraCharSpacing
|
2011-09-02 16:36:54 +00:00 |