lazarus/components/synedit
2009-09-01 01:17:52 +00:00
..
design
languages * Updated Lithuanian translation by Valdas Jankunas 2009-08-27 23:33:00 +00:00
test SynEdit: Added some tests 2009-08-01 23:12:06 +00:00
allsyneditunits.pp
Makefile
Makefile.fpc
synbeautifier.pas
syncompletion.pas SynEdit, Completion: Fixes for the component (nothing changes for IDE). Only the first char was looked-up, because keystrokes where recorded twice (utf8, and plain) 2009-08-05 00:12:11 +00:00
syndesignstringconstants.pas
synedit.inc
synedit.pp SynEdit, Persistent-Block: fix ctrl-k,v (move block) 2009-08-30 13:07:17 +00:00
syneditautocomplete.pp
syneditexport.pas
syneditfoldedview.pp Synedit: Fixed missing invalidation, after folding "/fold" default region 2009-08-11 23:54:05 +00:00
synedithighlighter.pp synedit: workaround for broken compilation in 21184 2009-08-12 11:33:06 +00:00
synedithighlighterfoldbase.pas
syneditkeycmds.pp SynEdit: added persistent block 2009-07-26 23:06:26 +00:00
syneditlazdsgn.lrs
syneditlazdsgn.pas
syneditlines.pas
syneditmarks.pp
syneditmarkup.pp
syneditmarkupbracket.pp
syneditmarkupctrlmouselink.pp SynEdit small optimization (unnecessary call to shiftstate) 2009-07-29 19:14:32 +00:00
syneditmarkuphighall.pp SynEdit, small optimization for same-word-markup (dont, try to find block, if select-all) 2009-07-24 21:35:14 +00:00
syneditmarkupselection.pp
syneditmarkupspecialline.pp
syneditmarkupwordgroup.pp
syneditmiscclasses.pp
syneditmiscprocs.pp
syneditmousecmds.pp SynEdit: SyncronEdit: fixed problem with extended mouse-settings and breakpoints 2009-08-21 12:41:54 +00:00
syneditplugins.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
syneditpointclasses.pas SynEdit: Fixed some utf8 issues in smColumn mode blocks 2009-08-01 23:11:33 +00:00
syneditregexsearch.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
syneditsearch.pp
syneditstrconst.pp SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synedittextbase.pas Synedit: Syncro/Template edit, detect and de-activate if undo goes before activation point (forgot a file) 2009-07-28 20:39:28 +00:00
synedittextbuffer.pp SynEdit: fixed an issue with undo if eoScrollPastEOL and NO-TrimmSpace is set. Padding spaces for text inserted past eol was not undone 2009-08-01 16:02:05 +00:00
synedittextdoublewidthchars.pas
synedittexttabexpander.pas
synedittexttrimmer.pas SynEdit, Trim spaces: Callback was triggered before trimmed spaces were added to cache. Leading to incorrect adjustment of block-selections (only happened with move Persistent-Block (ctrl-k,v) if last word on line was selected) 2009-08-30 13:12:32 +00:00
synedittypes.pp
synexporthtml.pas synedit: revert some changes made in r21507 #8018937c08 since they break compilation 2009-09-01 01:17:52 +00:00
syngutter.pp EditorOptions: added color for Gutter-Separator / Hide unsupported Color/Style Features 2009-08-10 16:07:32 +00:00
syngutterbase.pp
syngutterchanges.pas
synguttercodefolding.pp
syngutterlinenumber.pp
synguttermarks.pp
synhighlighterany.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightercpp.pp SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightercss.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterjava.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterjscript.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterlfm.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightermulti.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterpas.pp SynEdit, pascal highlighter: added mwpascal as modifier. Started to limit highlighting of modifiers to code following a procedure declaration. / issue #14392 2009-08-20 16:11:32 +00:00
synhighlighterperl.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterphp.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterposition.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlighterpython.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightersql.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightertex.pas
synhighlighterunixshellscript.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synhighlightervb.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
synhighlighterxml.pas SynEdit: Made Highlighter-Attribute names resource-strings 2009-08-01 10:48:48 +00:00
synmacrorecorder.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
synmemo.pas
synpluginsyncroedit.pp synedit: added checks if handle is allocated 2009-08-22 19:42:50 +00:00
synpluginsyncronizededitbase.pp Syncron-Edit: Improved cell selection, go to next different cell via tab / Handle Mouse correctly, if Mouse up and other actions are assigned to gutter 2009-08-12 23:11:23 +00:00
synplugintemplateedit.pp Synedit: Syncro/Template edit, detect and de-activate if undo goes before activation point 2009-07-28 20:30:25 +00:00
synpropertyeditobjectlist.lfm
synpropertyeditobjectlist.lrs
synpropertyeditobjectlist.pas
synregexpr.pas
syntextdrawer.pp