lazarus/components/synedit
martin f751ca687f SynEdit: Fix negative ExtraCharSpacing
git-svn-id: trunk@32156 -
2011-09-02 16:36:54 +00:00
..
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 Translations: Ukrainian translation update by Igor Paliychuk, bug #19476 2011-06-03 22:10:56 +00:00
test SynEdit: Fix next/prev word with tabs on line (phys/Logical pos) issue #0019232 2011-04-26 13:08:46 +00:00
allsynedit.pas synedit: fixed case of name 2011-01-13 17:17:19 +00:00
Makefile synedit: made a normal package 2011-01-13 17:15:48 +00:00
Makefile.compiled synedit: made a normal package 2011-01-13 17:15:48 +00:00
Makefile.fpc synedit: made a normal package 2011-01-13 17:15:48 +00:00
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: added SynDesign string constants translations and fixed typo in syndesignstringconstants.pas. 2010-09-24 17:01:14 +00:00
synedit.inc
synedit.lpk SynEdit.lpk: Correct license info 2011-05-22 20:23:56 +00:00
synedit.pp SynEdit: (Un)Indent current line, if no selection - fix if caret at BOL. Issue #0019724 2011-09-01 00:26:21 +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 potential crash, on destroy 2011-08-13 20:52: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 SynEdit: Refactor, Change ItemSize to a variable 2010-05-30 22:16:26 +00:00
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: unregister callback on destruction of markup-object 2010-12-20 21:12:04 +00:00
syneditmarkupbracket.pp SynEdit: reduce Markup overhead 2010-06-04 23:06:44 +00:00
syneditmarkupctrlmouselink.pp SynEdit: Fix clicking mouse-links, that hide the underline 2010-05-26 16:13:41 +00:00
syneditmarkupguttermark.pp SynEdit: SynEdit: Added markup module for source highlight from gutter-marks 2010-10-27 00:55:55 +00:00
syneditmarkuphighall.pp SynEdit: improved scroll speed with certain highlights active 2010-11-20 13:23:55 +00:00
syneditmarkupselection.pp SynEdit: Small fix to SelectionMarkup (frame-pos-info) 2010-05-16 17:26:27 +00:00
syneditmarkupspecialline.pp SynEdit, removed a circular unit ref 2009-06-20 20:25:21 +00:00
syneditmarkupwordgroup.pp SynEdit, highlight word-brackets (begin/end): Fixed, invalidate, if highlight changed 2010-10-14 22:45:40 +00:00
syneditmiscclasses.pp synedit: fixed writing to secondary clipboards 2011-05-27 10:14:18 +00:00
syneditmiscprocs.pp SynEdit: Fixed a folding issue, and assert 2011-04-24 18:23:44 +00:00
syneditmousecmds.pp SynEdit: Improved and customized handling of "move caret on right click" 2010-05-14 22:48:19 +00:00
syneditplugins.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
syneditpointclasses.pas SynEdit: Check if suficent space for caret exists at line-end. fixes issue #0020053 2011-08-25 23:46:14 +00:00
syneditregexsearch.pas synedit: fixed file encoding 2009-08-31 22:11:30 +00:00
syneditsearch.pp
syneditstrconst.pp Components, SynEdit: removed duplicate file filter string and regenerated translations 2011-04-28 22:23:08 +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: 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 SourceEditor: Fixed searching from cursor, if selection exists / Cleanup Search code. Issue #0014449 2010-10-29 18:44:13 +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 TColor -> TColorRef assignments and vice versa 2011-03-03 08:35:33 +00:00
syngutterbase.pp SynEdit: fix Gutter.Visible, Issue #17571 2010-10-24 21:50:09 +00:00
syngutterchanges.pas SynEdit: Started rework of Gutter, started adding new overview gutter 2010-08-08 00:35:06 +00:00
synguttercodefolding.pp SynEdit: Fold-Gutter: Defer creation of popup menu, until needed; use global image list 2011-08-17 13:58: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 SynEdit: 64 bit compilation 2010-04-17 19:44:03 +00:00
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 SynEdit: 64 bit compilation 2010-04-17 19:44:03 +00:00
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 SynEdit: Fixed highlight of "static" issue #0019984 2011-08-18 09:46:08 +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 SynEdit: Refactor, Change ItemSize to a variable 2010-05-30 22:16:26 +00:00
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: Fixed a crash in SyncroEdit. If previous syncro was aborted, while new selection existed and overlapped with syncro-area, and then new selection was reduced in size 2010-12-16 22:52:18 +00:00
synpluginsyncronizededitbase.pp SynEdit: optimize syncro edit / skip event if inactive 2011-03-29 21:25:33 +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.pas lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531) 2010-01-17 07:12:12 +00:00
synregexpr.pas synedit: fixed synregexpr 64bit 2011-03-03 12:46:22 +00:00
syntextdrawer.pp SynEdit: Fix negative ExtraCharSpacing 2011-09-02 16:36:54 +00:00