| .. |
|
design
|
|
|
|
docs/xml
|
|
|
|
languages
|
regenerated translations; updated Russian translation
|
2011-04-22 20:42:07 +00:00 |
|
test
|
SynEdit: fixed Home/end key with tabs in line
|
2011-04-04 23:32:15 +00:00 |
|
allsynedit.pas
|
|
|
|
Makefile
|
|
|
|
Makefile.compiled
|
|
|
|
Makefile.fpc
|
|
|
|
synbeautifier.pas
|
SynEdit: Fixed a range check, probably introduced in 30074 / Also fixed wrong array len
|
2011-04-04 19:57:23 +00:00 |
|
syncompletion.pas
|
SynEdit: Cache char-width info (Logical<>Physical) / Cleanup
|
2011-03-29 23:44:25 +00:00 |
|
syndesignstringconstants.pas
|
|
|
|
synedit.inc
|
|
|
|
synedit.lpk
|
|
|
|
synedit.pp
|
SynEdit: fixed Home/end key with tabs in line
|
2011-04-04 23:32:15 +00:00 |
|
syneditautocomplete.pp
|
|
|
|
syneditexport.pas
|
|
|
|
syneditfoldedview.pp
|
SynEdit: Codefolding for user-selected blocks: fix unfolding, fix gutter invalidation
|
2011-04-03 17:16:49 +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
|
|
|
|
syneditlazdsgn.pas
|
synedit: register TSynEdit (patch of AlexS)
|
2011-01-15 11:01:03 +00:00 |
|
syneditlines.pas
|
SynEdit: removed deprecated methods
|
2011-04-01 22:17:51 +00:00 |
|
syneditmarks.pp
|
SynEdit: added IFOPT C+, to compile checks, if assertions are on
|
2011-04-04 23:40:52 +00:00 |
|
syneditmarkup.pp
|
|
|
|
syneditmarkupbracket.pp
|
|
|
|
syneditmarkupctrlmouselink.pp
|
|
|
|
syneditmarkupguttermark.pp
|
|
|
|
syneditmarkuphighall.pp
|
|
|
|
syneditmarkupselection.pp
|
|
|
|
syneditmarkupspecialline.pp
|
|
|
|
syneditmarkupwordgroup.pp
|
|
|
|
syneditmiscclasses.pp
|
|
|
|
syneditmiscprocs.pp
|
|
|
|
syneditmousecmds.pp
|
|
|
|
syneditplugins.pas
|
|
|
|
syneditpointclasses.pas
|
SynEdit: fixed caret-auto-move for lines with tab. (required by syncro-edit, shared-edit)
|
2011-03-30 16:24:10 +00:00 |
|
syneditregexsearch.pas
|
|
|
|
syneditsearch.pp
|
|
|
|
syneditstrconst.pp
|
|
|
|
synedittextbase.pas
|
SynEdit: added IFOPT C+, to compile checks, if assertions are on
|
2011-04-04 23:40:52 +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
|
|
|
|
synedittexttabexpander.pas
|
SynEdit: Cache char-width info (Logical<>Physical) / Cleanup
|
2011-03-29 23:44:25 +00:00 |
|
synedittexttrimmer.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 |
|
synedittypes.pp
|
|
|
|
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 TColor -> TColorRef assignments and vice versa
|
2011-03-03 08:35:33 +00:00 |
|
syngutterbase.pp
|
|
|
|
syngutterchanges.pas
|
|
|
|
synguttercodefolding.pp
|
SynEdit: Codefolding for user-selected blocks (Not saved to session) even without highlighter
|
2011-04-03 14:40:44 +00:00 |
|
syngutterlinenumber.pp
|
synedit: fix TColor -> TColorRef assignments and vice versa
|
2011-03-03 08:35:33 +00:00 |
|
syngutterlineoverview.pp
|
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
|
2011-03-06 12:45:59 +00:00 |
|
synguttermarks.pp
|
synedit: fix TColor -> TColorRef assignments and vice versa
|
2011-03-03 08:35:33 +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, Highlighter: fix an issue with pchar (read only) to no longer allocated string
|
2011-03-31 10:03:53 +00:00 |
|
synhighlighterpas.pp
|
IDE: codehelp: improved debugging
|
2011-04-11 21:25:55 +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
|
|
|
|
synpluginsyncroedit.pp
|
|
|
|
synpluginsyncronizededitbase.pp
|
SynEdit: optimize syncro edit / skip event if inactive
|
2011-03-29 21:25:33 +00:00 |
|
synplugintemplateedit.pp
|
|
|
|
synpropertyeditobjectlist.lfm
|
|
|
|
synpropertyeditobjectlist.pas
|
|
|
|
synregexpr.pas
|
synedit: fixed synregexpr 64bit
|
2011-03-03 12:46:22 +00:00 |
|
syntextdrawer.pp
|
synedit: fix TColor -> TColorRef assignments and vice versa
|
2011-03-03 08:35:33 +00:00 |