lazarus/components/synedit
2012-02-27 19:42:05 +00:00
..
design SynEdit: Add SynCompletion to component palette / Add property edit for key commands 2012-02-20 18:41:32 +00:00
docs/xml SynEdit: reworked mouse-actions 2011-12-04 16:53:23 +00:00
languages translations: german: updates from Swen Heinig 2012-01-09 10:38:08 +00:00
test SynEdit, Fold: Fixed a bug when deleting folded text, in such manner that another fold moves to the same line 2012-02-20 01:54:28 +00:00
allsynedit.pas cody: hide key commands for experimental features 2012-01-06 20:18:53 +00:00
lazsyneditmousecmdstypes.pp SynEdit: hide conflicting button names 2011-12-19 13:11:02 +00:00
lazsynedittext.pas SynEdit: rework base-class structure for plugins 2012-02-14 20:01:45 +00:00
lazsyntextarea.pp IDE/SynEdit: Enable SnInfoView 2012-02-25 02:50:53 +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: refactor painting 2011-12-14 02:53:19 +00:00
syncompletion.pas SynEdit: Fix completion key handling (catch keys, routed to editor, if typed before completion form could open) 2012-02-25 13:29:59 +00:00
syndesignstringconstants.pas SynEdit: reworked mouse-actions 2011-12-04 16:53:23 +00:00
synedit.inc
synedit.lpk SynEdit: lpk 2012-01-06 13:18:10 +00:00
synedit.pp SynEdit: Fix completion key handling (catch keys, routed to editor, if typed before completion form could open) 2012-02-25 13:29:59 +00:00
syneditautocomplete.pp Synedit: Codetemplate fix for tabs. Issue #0020700 2011-11-17 15:01:41 +00:00
syneditexport.pas SynEdit clean up 2012-01-25 23:26:45 +00:00
syneditfoldedview.pp SynEdit WithInfoView: improve speed 2012-02-22 14:04:23 +00:00
synedithighlighter.pp SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synedithighlighterfoldbase.pas SynEdit WithInfoView: improve speed 2012-02-22 14:04:23 +00:00
synedithighlighterxmlbase.pas SynEdit: Refactored fold-highlighters: unify methods to get fold-nest info 2012-02-03 16:50:04 +00:00
syneditkeycmds.pp SynEdit: improve property edit for key commands 2012-02-20 19:28:35 +00:00
syneditlazdsgn.lrs SynEdit: Add SynCompletion to component palette / Add property edit for key commands 2012-02-20 18:41:32 +00:00
syneditlazdsgn.pas SynEdit: Add SynCompletion to component palette / Add property edit for key commands 2012-02-20 18:41:32 +00:00
syneditlines.pas SynEdit clean up 2012-01-25 23:26:45 +00:00
syneditmarks.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
syneditmarkup.pp IDE/SynEdit: Enable SnInfoView 2012-02-25 02:50:53 +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 drawing underline for mouse link (also simplified) 2012-01-24 21:37:01 +00:00
syneditmarkupguttermark.pp SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo 2011-09-10 11:32:06 +00:00
syneditmarkuphighall.pp SynEdit: refactor p 2011-12-15 12:39:28 +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 IDE/SynEdit: Enable SnInfoView 2012-02-25 02:50:53 +00:00
syneditmarkupwordgroup.pp SynEdit: Refactored fold-highlighters: unify methods to get fold-nest info 2012-02-03 16:50:04 +00:00
syneditmiscclasses.pp SynEdit: rework base-class structure for plugins 2012-02-14 20:01:45 +00:00
syneditmiscprocs.pp SynEdit: Fixed a folding issue, and assert 2011-04-24 18:23:44 +00:00
syneditmousecmds.pp IDE/SynEdit: Added basic macro recorder 2012-02-18 16:56:27 +00:00
syneditplugins.pas SynEdit: Fixed function result 2012-02-20 15:12:26 +00:00
syneditpointclasses.pas SynEdit clean up 2012-01-25 23:26:45 +00:00
syneditregexsearch.pas
syneditsearch.pp Fix issue with synedit search if more than one instance exists 2012-01-18 12:39:07 +00:00
syneditstrconst.pp IDE starting on po highlighter 2011-12-19 23:37:41 +00:00
synedittextbase.pas SynEdi: more debugln for undo 2012-01-31 19:26:25 +00:00
synedittextbuffer.pp SynEdi: more debugln for undo 2012-01-27 17:00:59 +00:00
synedittextdoublewidthchars.pas SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synedittexttabexpander.pas SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synedittexttrimmer.pas SynEdi: more debugln for undo 2012-01-27 17:00:59 +00:00
synedittypes.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +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: Free up Gutter.OnResize / OnChange 2012-02-12 19:02:44 +00:00
syngutterbase.pp IDE: Make Synedit's overview gutter available 2012-02-18 18:41:26 +00:00
syngutterchanges.pas SynEdit: refactor painting 2012-01-22 13:17:30 +00:00
synguttercodefolding.pp SynEdi: Fix some issues with folding selection 2012-01-29 23:15:31 +00:00
syngutterlinenumber.pp SynEdit: Fix LineGutter for last line of text 2012-02-08 17:54:44 +00:00
syngutterlineoverview.pp IDE: Make Synedit's overview gutter available 2012-02-18 18:41:26 +00:00
synguttermarks.pp SynEdit: refactor painting 2012-01-22 13:17:30 +00:00
synhighlighterany.pas SynEdit: fix bracket matching with SynAnySyn 2012-01-04 15:02:34 +00:00
synhighlighterbat.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlightercpp.pp SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlightercss.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterdiff.pas SynEdit: Refactored fold-highlighters: unify methods to get fold-nest info 2012-02-03 16:50:04 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterini.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterjava.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterjscript.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterlfm.pas SynEdit: Refactored fold-highlighters: unify methods to get fold-nest info 2012-02-03 16:50:04 +00:00
synhighlightermulti.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterpas.pp SynPasSyn: fixed smart closing of repeat nodes 2012-02-27 19:42:05 +00:00
synhighlighterperl.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterphp.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterpo.pp SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterposition.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterpython.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlightersql.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlightertex.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterunixshellscript.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlightervb.pas SynEdit: remove the use of SYN_CPPB_1. It is not needed and was not used consistently. 2011-12-25 19:00:46 +00:00
synhighlighterxml.pas SynEdit: Refactored fold-highlighters: unify methods to get fold-nest info 2012-02-03 16:50:04 +00:00
synmacrorecorder.pas SynEdit: Refactor SynPlugin / Make SynCompletion a SynPlugin 2012-02-19 19:27:58 +00:00
synmemo.pas SynMemo BorderStyle: fixed default, so streaming works. issue #0019608 2011-06-23 21:49:54 +00:00
synpluginsyncroedit.pp SynEdit: improve property edit for key commands 2012-02-20 19:28:35 +00:00
synpluginsyncronizededitbase.pp SynEdit: rework base-class structure for plugins 2012-02-14 20:01:45 +00:00
synplugintemplateedit.pp IDE/SynEdit: Added basic macro recorder 2012-02-18 16:56:27 +00:00
synpropertyeditobjectlist.lfm SynEdit: improve property editor 2011-11-26 16:17:11 +00:00
synpropertyeditobjectlist.pas SynEdit: improve property edit for key commands 2012-02-20 19:28:35 +00:00
synregexpr.pas SynEdit clean up 2012-01-25 23:53:40 +00:00
syntextdrawer.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +00:00