.. |
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 |
synbeautifierpas.pas
|
synedit: started simple pascal indenter
|
2008-06-23 13:30:50 +00:00 |
syncompletion.pas
|
synedit: clean up
|
2008-06-22 22:57:31 +00:00 |
synedit.inc
|
win64 fixes (from peter, modified)
|
2006-05-01 21:47:48 +00:00 |
synedit.pp
|
SynEdit: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:28:48 +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: Folding, some lines would unfold unexpectedly (If Line before fold was removed / or if fold at last line.) Bug #12664
|
2008-11-20 22:04:48 +00:00 |
synedithighlighter.pp
|
using UTF-8 for file operations and environment variables
|
2008-08-25 22:32:23 +00:00 |
syneditkeycmds.pp
|
synedit: fixed ignoring first key of a 2-key-combo, IDE: source editor: handling setmarker0..9
|
2008-11-13 13:00:09 +00:00 |
syneditlazdsgn.lrs
|
new synedit images from wile64
|
2007-12-19 07:54:06 +00:00 |
syneditlazdsgn.pas
|
|
|
syneditmarkup.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 |
syneditmarkupbracket.pp
|
synedit: formatting
|
2008-11-20 03:34:33 +00:00 |
syneditmarkupctrlmouselink.pp
|
synedit: added license headers
|
2008-07-25 18:38:36 +00:00 |
syneditmarkuphighall.pp
|
synedit: markup for special line, selection and ctrl mouse link, from Martin Friebe, bug #11693
|
2008-07-24 22:41:25 +00:00 |
syneditmarkupselection.pp
|
synedit: added license headers
|
2008-07-25 18:38:36 +00:00 |
syneditmarkupspecialline.pp
|
synedit: add a special color for current line highlighting, reorder markups to make more priority of brackets highlight
|
2008-11-22 17:44:11 +00:00 |
syneditmiscclasses.pp
|
SynEdit: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:28:48 +00:00 |
syneditmiscprocs.pp
|
Fix Undo/Redo for indent block via tab key. Also fix cursor position. bug #0012469
|
2008-11-03 23:24:34 +00:00 |
syneditplugins.pas
|
|
|
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
|
using UTF-8 for file operations and environment variables
|
2008-08-25 22:32:23 +00:00 |
syneditstrconst.pp
|
replaced some resource strings
|
2005-12-31 15:18:25 +00:00 |
synedittextbase.pas
|
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 |
synedittextbuffer.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 |
synedittexttrimmer.pas
|
SynEdit: Clean-up
|
2008-11-22 14:56:15 +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: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:28:48 +00:00 |
synguttercodefolding.pp
|
SynEdit: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:02:44 +00:00 |
syngutterlinenumber.pp
|
SynEdit: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:02:44 +00:00 |
synguttermarks.pp
|
SynEdit: refactor the Gutter code, moved drawing code into separate classes
|
2008-11-23 01:02:44 +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
|
Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
|
2008-11-12 23:43:25 +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: Avoid crash with corrupt font-data. (Bug #12563). This is a fix for the crash, rendering of a none-renderable font is a welcome side-effect.
|
2008-11-22 13:41:02 +00:00 |