lazarus/components/synedit
martin 6640e0d532 SynEdit po
git-svn-id: trunk@34302 -
2011-12-19 23:46:20 +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: reworked mouse-actions 2011-12-04 16:53:23 +00:00
languages SynEdit po 2011-12-19 23:46:20 +00:00
test SynEdit: automatically add an undo-block, when BeginUpdate is called 2011-12-17 11:54:29 +00:00
allsynedit.pas IDE starting on po highlighter 2011-12-19 23:37:41 +00:00
lazsyneditmousecmdstypes.pp SynEdit: hide conflicting button names 2011-12-19 13:11:02 +00:00
lazsynedittext.pas SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +00:00
lazsyntextarea.pp SynEdit: fixed extra-line-spacing, broken in r34252 #c99b5e17ac 2011-12-18 14:33:55 +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: Improved cancel completion. Issue #0017895 2011-11-19 14:55:29 +00:00
syndesignstringconstants.pas SynEdit: reworked mouse-actions 2011-12-04 16:53:23 +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 SynEdit: hide conflicting button names 2011-12-19 12:54:29 +00:00
syneditautocomplete.pp Synedit: Codetemplate fix for tabs. Issue #0020700 2011-11-17 15:01:41 +00:00
syneditexport.pas
syneditfoldedview.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +00:00
synedithighlighter.pp SynEdit: refactor (draw fold marker) / introduce markup color priorities 2011-12-16 16:44:04 +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: reworked mouse-actions 2011-12-04 16:53:23 +00:00
syneditlines.pas SynEdit: removed deprecated methods 2011-04-01 22:17:51 +00:00
syneditmarks.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
syneditmarkup.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
syneditmarkupbracket.pp SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo 2011-09-10 11:32:06 +00:00
syneditmarkupctrlmouselink.pp SynEdit: refactor painting 2011-12-14 02:53:19 +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
syneditmarkupwordgroup.pp IDE, SynEdit: fixed 'Tripple' -> 'Triple' misspellings throughout the code 2011-12-11 15:37:09 +00:00
syneditmiscclasses.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +00:00
syneditmiscprocs.pp SynEdit: Fixed a folding issue, and assert 2011-04-24 18:23:44 +00:00
syneditmousecmds.pp SynEdit: hide conflicting button names 2011-12-19 12:54:29 +00:00
syneditplugins.pas SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo 2011-09-10 11:32:06 +00:00
syneditpointclasses.pas SynEdit: refactor painting 2011-12-14 02:53:19 +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 IDE starting on po highlighter 2011-12-19 23:37:41 +00:00
synedittextbase.pas SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synedittextbuffer.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +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 SynEdit: refactor (draw fold marker) / introduce markup color priorities 2011-12-16 16:44:04 +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: hide conflicting button names 2011-12-19 12:54:29 +00:00
syngutterbase.pp SynEdit: more mouse action changes / fixes r 33956 2011-12-05 13:41:13 +00:00
syngutterchanges.pas SynEdit: Fix all typecasts for TSynMemo; fix undoin TSynMemo 2011-09-10 11:32:06 +00:00
synguttercodefolding.pp SynEdit: hide conflicting button names 2011-12-19 12:54:29 +00:00
syngutterlinenumber.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
syngutterlineoverview.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synguttermarks.pp SynEdit: prevent crash if there are no images for bookmarks 2011-12-14 11:50:04 +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 HTML highlighter: added <optgroup> issue #0020712 2011-11-20 16:07:58 +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: Fix MultySyn Highlighter (uninitialized field) 2011-11-13 20:15:52 +00:00
synhighlighterpas.pp SynEdit: fixed highlighting in "case else" block (don't assume any more case labels) 2011-12-16 14:22:33 +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
synhighlighterpo.pp IDE starting on po highlighter 2011-12-19 23:37:41 +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 IDE, SynEdit: fixed 'Tripple' -> 'Triple' misspellings throughout the code 2011-12-11 15:37:09 +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: hide conflicting button names 2011-12-19 12:54:29 +00:00
synpluginsyncronizededitbase.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synplugintemplateedit.pp SynEdit: refactor painting 2011-12-14 02:53:19 +00:00
synpropertyeditobjectlist.lfm SynEdit: improve property editor 2011-11-26 16:17:11 +00:00
synpropertyeditobjectlist.pas SynEdit: reworked mouse-actions 2011-12-04 16:53:23 +00:00
synregexpr.pas LCL: added AlignToPtr and AlignToInt to fpcadds 2011-09-30 14:40:41 +00:00
syntextdrawer.pp SynEdit: refactor, move PaintLines to own class 2011-12-18 00:09:31 +00:00