lazarus/components/synedit
maxim 96d7d0aaf4 SynEdit: updated Russian translation
git-svn-id: trunk@42600 -
2013-09-04 19:45:12 +00:00
..
design IDE: fixed Makefile.compiled to contain inherited custom options 2013-07-29 10:48:35 +00:00
docs/xml
languages SynEdit: updated Russian translation 2013-09-04 19:45:12 +00:00
test SynEdit: clean up 2013-08-28 23:02:57 +00:00
allsynedit.pas SynEdit: Starting on Ifdef Markup 2013-05-06 14:03:03 +00:00
fpmake.pp started fpmake files for IDE 2012-09-08 21:42:19 +00:00
lazsyneditmousecmdstypes.pp
lazsynedittext.pas synedit: renamed parameters in proc types for easier code completion 2013-07-15 20:15:09 +00:00
lazsynimm.pas SynEdit: clean up 2013-01-14 13:23:13 +00:00
lazsyntextarea.pp SynEdit: select word-wise, issue #0024523 2013-08-10 07:27:44 +00:00
Makefile updated makefiles 2013-04-29 19:49:55 +00:00
Makefile.compiled IDE: fixed Makefile.compiled to contain inherited custom options 2013-07-29 10:48:35 +00:00
Makefile.fpc updated makefiles 2013-04-29 19:49:55 +00:00
synbeautifier.pas synedit: clean up 2013-03-21 23:10:14 +00:00
syncompletion.pas SynEdit: changed signature of TSynBaseCompletionSearchPosition, to avoid name conflicts when using code-completion. issue #0024758 2013-07-20 11:30:42 +00:00
synedit.inc SynEdit: regex, clean up, issue #0024700 2013-07-23 18:44:37 +00:00
synedit.lpk SynEdit: Starting on Ifdef Markup 2013-05-06 14:10:27 +00:00
synedit.pp SynEdit: publish OnMouseWheel... 2013-08-23 09:32:56 +00:00
syneditautocomplete.pp SynCompletion: Ensure caret pos 2012-09-14 12:32:27 +00:00
syneditexport.pas SynEdit: Fixed Exporter to work with TSynMultiSyn 2012-09-07 11:34:35 +00:00
syneditfoldedview.pp SynEdit: do not crash the IDE, when failing to read config 2013-08-18 21:57:30 +00:00
synedithighlighter.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synedithighlighterfoldbase.pas SynEdit: Added hcCodeFolding to highlighter capabilities 2013-03-10 21:07:08 +00:00
synedithighlighterxmlbase.pas
syneditkeycmds.pp SynEdit: cleanup 2013-05-28 16:00:02 +00:00
syneditlines.pas synedit: LoadFromFile support for UTF-8 under Windows 2013-05-31 20:32:37 +00:00
syneditmarks.pp IDE: further migration external tools 2013-08-03 18:39:14 +00:00
syneditmarkup.pp SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
syneditmarkupbracket.pp SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range) 2013-01-25 00:23:30 +00:00
syneditmarkupctrlmouselink.pp SynEdit: Markup and more paint-token-breaker for future bidi support 2012-10-08 13:25:08 +00:00
syneditmarkupguttermark.pp synedit: fixed row in TSynEditMarkupGutterMark.PrepareMarkupForRow 2013-07-25 17:24:04 +00:00
syneditmarkuphighall.pp SynEdit: Fix painting user defined colors (missed update, if editor is hidden) 2013-08-28 11:22:26 +00:00
syneditmarkupifdef.pp SynEdit: Fixed issue in IFDEF code (re-using commented node) 2013-08-24 23:10:43 +00:00
syneditmarkupselection.pp SynEdit: fixes paint-token-breaker for future bidi support 2012-10-11 17:05:04 +00:00
syneditmarkupspecialchar.pp SynEdit: Markup and more paint-token-breaker for future bidi support 2012-10-08 22:09:20 +00:00
syneditmarkupspecialline.pp synedit: fixed visibilty 2013-06-04 07:47:09 +00:00
syneditmarkupwordgroup.pp SynEdit, Markup-HighAll: Small optimization, when text edited (better invalidation range) 2013-01-25 00:23:30 +00:00
syneditmiscclasses.pp fixes for wordbreaker 2013-07-30 06:57:30 +00:00
syneditmiscprocs.pp SynEdit: cleanup issue #0024174 Patch by Zaher Dirkey 2013-05-19 18:03:28 +00:00
syneditmousecmds.pp SynEdit: select word-wise, issue #0024523 2013-08-10 07:27:44 +00:00
syneditplugins.pas
syneditpointclasses.pas SynEdit: select word-wise, issue #0024523 2013-08-10 07:27:44 +00:00
syneditregexsearch.pas
syneditsearch.pp SynEdit search: Fix searching multi-line text. Found text could have longer lines (Pattern expected line-end), if start matched. 2013-01-14 01:49:07 +00:00
syneditstrconst.pp SynEdit: SynHighlighterJava: basic parsing of Annotations by Flavio. Issue #0024706 2013-08-24 23:44:34 +00:00
synedittextbase.pas SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
synedittextbidichars.pas SynEdit: fixes for future bidi support 2012-10-11 17:26:25 +00:00
synedittextbuffer.pp SynEdit: various minor speed improvements (replace selection) 2013-01-12 10:47:23 +00:00
synedittextdoublewidthchars.pas
synedittextsystemcharwidth.pas Fix Compilation for WinCE issue #24560 2013-06-08 19:35:20 +00:00
synedittexttabexpander.pas SynEdit: Some helpers for future bidi support (IFDEF) 2012-09-17 20:05:13 +00:00
synedittexttrimmer.pas SynEdit: Trim spaces - position only: Do not mark buffer as modified, if pressing space at EOL. Follow up revision 40680 #63634bb913 / Fixed mem leak 2013-05-16 22:44:35 +00:00
synedittypes.pp SynEdit: select word-wise, issue #0024523 2013-08-10 07:27:44 +00:00
synexporthtml.pas
syngutter.pp SynEdit: Separator-Gutter, fixed painting 2013-02-09 02:27:21 +00:00
syngutterbase.pp SynEdit: Fixed gutter resizing. Issue #0023990 2013-03-13 16:20:17 +00:00
syngutterchanges.pas lcl: using fpcanvas EndCap 2013-02-10 12:22:05 +00:00
synguttercodefolding.pp
syngutterlinenumber.pp SynEdit: LineNumber-Gutter: update digit-count when setting to visible (Digits where cut off) 2013-01-03 12:57:50 +00:00
syngutterlineoverview.pp SynEdit: prevent a range check error when deleting the whole buffer 2013-04-27 14:24:43 +00:00
synguttermarks.pp IDE: further migration external tools 2013-08-03 18:39:14 +00:00
synhighlighterany.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterbat.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlightercpp.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlightercss.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterdiff.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterhashentries.pas SynEdit: Clean up: patch by zaher dirkey / issue #0024174 2013-05-06 11:18:42 +00:00
synhighlighterhtml.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterini.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterjava.pas SynEdit: SynHighlighterJava: basic parsing of Annotations by Flavio. Issue #0024706 2013-08-24 23:44:34 +00:00
synhighlighterjscript.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterlfm.pas SynrEdit: lfm highlighter, clean up, issue #0024700 2013-07-20 11:06:18 +00:00
synhighlightermulti.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterpas.pp SynEdit, pas highlighter: fixed "packed class" 2013-07-24 08:57:19 +00:00
synhighlighterperl.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterphp.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterpo.pp synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterposition.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterpython.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlightersql.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlightertex.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterunixshellscript.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlightervb.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synhighlighterxml.pas synedit: highlighters: using non fixed resourcestrings 2013-06-14 21:41:35 +00:00
synmacrorecorder.pas SynEdit: Change TSynMacroEvent.RepeatCount from Byte to Integer. Issue #24733 2013-07-12 14:57:57 +00:00
synmemo.pas
synpluginsyncroedit.pp
synpluginsyncronizededitbase.pp SynEdit: Ifdef Markup: added TempEnabled/Disabled / added markup for the directives too 2013-05-22 01:01:29 +00:00
synplugintemplateedit.pp
synregexpr.pas SynrEdit: regex, clean up, issue #0024700 2013-07-20 11:18:42 +00:00
syntextdrawer.pp SynEdit: Clean up: patch by zaher dirkey / issue #0024174 2013-05-06 11:18:42 +00:00