.. |
design
|
new synedit images from wile64
|
2007-12-19 07:54:06 +00:00 |
languages
|
updated traslations using localize script
|
2008-11-11 01:30:57 +00:00 |
allsyneditunits.pp
|
synedit: started TSynCustomBeautifier
|
2008-06-15 10:59:47 +00:00 |
Makefile
|
changed default widgetset gtk to gtk2
|
2008-10-07 12:05:16 +00:00 |
Makefile.fpc
|
changed default widgetset gtk to gtk2
|
2008-10-07 12:05:16 +00:00 |
synbeautifier.pas
|
SynEdit, Auto-Indent: Implement indent types
|
2009-01-10 21:11:37 +00:00 |
synbeautifierpas.pas
|
SynEdit, Auto-Indent: Implement indent types
|
2009-01-10 21:11:37 +00:00 |
syncompletion.pas
|
synedit: eat special keys in the completion IntfUTF8KeyPress as it is happen in the ansi KeyPress handler (part of bug #0012222)
|
2009-01-08 12:51:38 +00:00 |
synedit.inc
|
|
|
synedit.pp
|
SynEdit, Markup-Current-Word Added: TrimSpaces, Keep Markup while typing, Toggle fixed word (alt m), No timer(just toggle)
|
2009-01-11 02:51:28 +00:00 |
syneditautocomplete.pp
|
synedit: fixed mem leak in auto completions
|
2007-09-20 13:43:01 +00:00 |
syneditexport.pas
|
using UTF-8 for file operations and environment variables
|
2008-08-25 22:32:23 +00:00 |
syneditfoldedview.pp
|
synedit: add markup info for folded code
|
2009-01-06 07:18:50 +00:00 |
synedithighlighter.pp
|
SynEdit: Folding, fixed type, const, var blocks to end before the next block
|
2009-01-01 21:38:03 +00:00 |
syneditkeycmds.pp
|
SynEdit, Markup-Current-Word Added: TrimSpaces, Keep Markup while typing, Toggle fixed word (alt m), No timer(just toggle)
|
2009-01-11 02:51:28 +00:00 |
syneditlazdsgn.lrs
|
new synedit images from wile64
|
2007-12-19 07:54:06 +00:00 |
syneditlazdsgn.pas
|
|
|
syneditmarkup.pp
|
SynEdit: Improved highlight current word
|
2009-01-05 21:33:49 +00:00 |
syneditmarkupbracket.pp
|
SynEdit, fix drawing of Frame-Highlights
|
2009-01-03 02:00:34 +00:00 |
syneditmarkupctrlmouselink.pp
|
SynEdit, fix drawing of Frame-Highlights
|
2009-01-03 02:00:34 +00:00 |
syneditmarkuphighall.pp
|
SynEdit, Markup-Current-Word Added: TrimSpaces, Keep Markup while typing, Toggle fixed word (alt m), No timer(just toggle)
|
2009-01-11 02:51:28 +00:00 |
syneditmarkupselection.pp
|
SynEdit, fix drawing of Frame-Highlights
|
2009-01-03 02:00:34 +00:00 |
syneditmarkupspecialline.pp
|
SynEdit, fix drawing of Frame-Highlights
|
2009-01-03 02:00:34 +00:00 |
syneditmiscclasses.pp
|
SynEdit, Auto-Indent: Implement indent types
|
2009-01-10 21:11:37 +00:00 |
syneditmiscprocs.pp
|
SynEdit: Refactor Line-Viewers, Add LineViewer for tab-expansion
|
2009-01-04 18:47:46 +00:00 |
syneditplugins.pas
|
|
|
syneditpointclasses.pas
|
SynEdit, adjust block begin, if line got trimmed, and not eoScrollPastEOL
|
2009-01-09 01:10:17 +00:00 |
syneditregexsearch.pas
|
gtk2 intf: added focus events for combobox, ideintf: textconverter now supports codetool buffers, h2pas wiz: added tool to remove redfinitions, reduced warnings
|
2007-08-03 22:38:11 +00:00 |
syneditsearch.pp
|
SynEdit search: MultiLine-none-pattern search did crash or skip results (compilation for linux)
|
2009-01-02 20:42:02 +00:00 |
syneditstrconst.pp
|
|
|
synedittextbase.pas
|
SynEdit: Refactor/Cleanup
|
2009-01-04 22:47:37 +00:00 |
synedittextbuffer.pp
|
SynEdit: TrimSpaces would mark the editor as modified. They also could add an "undo last caret move" (Bug #12949)
|
2009-01-10 02:21:08 +00:00 |
synedittexttabexpander.pas
|
inserted License text
|
2009-01-05 00:32:43 +00:00 |
synedittexttrimmer.pas
|
SynEdit: TrimSpaces would mark the editor as modified. They also could add an "undo last caret move" (Bug #12949)
|
2009-01-10 02:21:08 +00:00 |
synedittypes.pp
|
SynEdit: Fixing many issues with trailing spaces. Includes bug #12383 "Smart tab un-indent", 12487 "ctrl-t at end of trailing spaces", "special char display of trailing spaces", vertical scrollbar for (many) trailing spaces.
|
2008-11-18 00:12:19 +00:00 |
synexporthtml.pas
|
|
|
syngutter.pp
|
SynEdit: Change default for Gutter.AutoSize to True (Bug #12962)
|
2009-01-10 14:00:18 +00:00 |
syngutterchanges.pas
|
synedit: allow code folding tree color customization
|
2009-01-02 13:26:50 +00:00 |
synguttercodefolding.pp
|
synedit: use Node Offset of folding node = 1, so that the box does not get too small for small fonts without extra line spacing, hint from Martin Friebe
|
2009-01-07 22:03:03 +00:00 |
syngutterlinenumber.pp
|
synedit: clip gutter line numbers text by their drawing rectangle, update some gutter default values
|
2008-11-30 03:56:33 +00:00 |
synguttermarks.pp
|
SynEdit, Gutter: Changed Layout, Code clean-up
|
2009-01-02 12:10:51 +00:00 |
synhighlighterany.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightercpp.pp
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightercss.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterhashentries.pas
|
|
|
synhighlighterhtml.pp
|
synedit: markup for special line, selection and ctrl mouse link, from Martin Friebe, bug #11693
|
2008-07-24 22:41:25 +00:00 |
synhighlighterjava.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterjscript.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterlfm.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightermulti.pas
|
* fixed bug when adding schema (by DiBo33)
|
2007-12-16 18:08:29 +00:00 |
synhighlighterpas.pp
|
SynEdit Folding: Fixed detection of procedure blocks
|
2009-01-06 20:46:47 +00:00 |
synhighlighterperl.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterphp.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterposition.pas
|
examples: added example for synpositionhighlighter
|
2008-07-27 12:24:31 +00:00 |
synhighlighterpython.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightersql.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightertex.pas
|
synedit: fixed tex highlighter for utf-8 chars, bug #11960
|
2008-08-24 12:28:45 +00:00 |
synhighlighterunixshellscript.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlightervb.pas
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +00:00 |
synhighlighterxml.pas
|
gtk intf: fixed crash on paste for 64 bit
|
2007-07-31 23:13:06 +00:00 |
synmacrorecorder.pas
|
using UTF-8 for file operations and environment variables
|
2008-08-25 22:32:23 +00:00 |
synmemo.pas
|
synedit: fix compilation (#0012014)
|
2008-08-31 13:29:45 +00:00 |
synregexpr.pas
|
fixed encoding
|
2008-07-13 20:52:25 +00:00 |
syntextdrawer.pp
|
SynEdit, Fold: Draw a dotted box, after folded lines
|
2009-01-05 23:41:33 +00:00 |